interface SnsInfo {
    createdAt?: Date;
    projectId: string;
    region: Region;
    snsEndpointUrl: string;
    status: SnsInfoStatus;
    updatedAt?: Date;
}

Properties

createdAt?: Date

SNS creation date.

projectId: string

Project ID of the Project containing the service.

region: Region

Region of the service.

snsEndpointUrl: string

Endpoint of the SNS service for this region and project.

SNS activation status.

updatedAt?: Date

SNS last modification date.