UNPKG

cdk-stepfunctions-patterns

Version:
1,917 lines (1,916 loc) 99.2 kB
{ "version": "2.0", "metadata": { "apiVersion": "2018-10-26", "endpointPrefix": "securityhub", "jsonVersion": "1.1", "protocol": "rest-json", "serviceFullName": "AWS SecurityHub", "serviceId": "SecurityHub", "signatureVersion": "v4", "signingName": "securityhub", "uid": "securityhub-2018-10-26" }, "operations": { "AcceptInvitation": { "http": { "requestUri": "/master" }, "input": { "type": "structure", "required": [ "MasterId", "InvitationId" ], "members": { "MasterId": {}, "InvitationId": {} } }, "output": { "type": "structure", "members": {} } }, "BatchDisableStandards": { "http": { "requestUri": "/standards/deregister" }, "input": { "type": "structure", "required": [ "StandardsSubscriptionArns" ], "members": { "StandardsSubscriptionArns": { "shape": "S5" } } }, "output": { "type": "structure", "members": { "StandardsSubscriptions": { "shape": "S7" } } } }, "BatchEnableStandards": { "http": { "requestUri": "/standards/register" }, "input": { "type": "structure", "required": [ "StandardsSubscriptionRequests" ], "members": { "StandardsSubscriptionRequests": { "type": "list", "member": { "type": "structure", "required": [ "StandardsArn" ], "members": { "StandardsArn": {}, "StandardsInput": { "shape": "S9" } } } } } }, "output": { "type": "structure", "members": { "StandardsSubscriptions": { "shape": "S7" } } } }, "BatchImportFindings": { "http": { "requestUri": "/findings/import" }, "input": { "type": "structure", "required": [ "Findings" ], "members": { "Findings": { "shape": "Sg" } } }, "output": { "type": "structure", "required": [ "FailedCount", "SuccessCount" ], "members": { "FailedCount": { "type": "integer" }, "SuccessCount": { "type": "integer" }, "FailedFindings": { "type": "list", "member": { "type": "structure", "required": [ "Id", "ErrorCode", "ErrorMessage" ], "members": { "Id": {}, "ErrorCode": {}, "ErrorMessage": {} } } } } } }, "BatchUpdateFindings": { "http": { "method": "PATCH", "requestUri": "/findings/batchupdate" }, "input": { "type": "structure", "required": [ "FindingIdentifiers" ], "members": { "FindingIdentifiers": { "shape": "S61" }, "Note": { "shape": "S63" }, "Severity": { "type": "structure", "members": { "Normalized": { "type": "integer" }, "Product": { "type": "double" }, "Label": {} } }, "VerificationState": {}, "Confidence": { "type": "integer" }, "Criticality": { "type": "integer" }, "Types": { "shape": "Si" }, "UserDefinedFields": { "shape": "Sp" }, "Workflow": { "type": "structure", "members": { "Status": {} } }, "RelatedFindings": { "shape": "S5n" } } }, "output": { "type": "structure", "required": [ "ProcessedFindings", "UnprocessedFindings" ], "members": { "ProcessedFindings": { "shape": "S61" }, "UnprocessedFindings": { "type": "list", "member": { "type": "structure", "required": [ "FindingIdentifier", "ErrorCode", "ErrorMessage" ], "members": { "FindingIdentifier": { "shape": "S62" }, "ErrorCode": {}, "ErrorMessage": {} } } } } } }, "CreateActionTarget": { "http": { "requestUri": "/actionTargets" }, "input": { "type": "structure", "required": [ "Name", "Description", "Id" ], "members": { "Name": {}, "Description": {}, "Id": {} } }, "output": { "type": "structure", "required": [ "ActionTargetArn" ], "members": { "ActionTargetArn": {} } } }, "CreateInsight": { "http": { "requestUri": "/insights" }, "input": { "type": "structure", "required": [ "Name", "Filters", "GroupByAttribute" ], "members": { "Name": {}, "Filters": { "shape": "S6d" }, "GroupByAttribute": {} } }, "output": { "type": "structure", "required": [ "InsightArn" ], "members": { "InsightArn": {} } } }, "CreateMembers": { "http": { "requestUri": "/members" }, "input": { "type": "structure", "members": { "AccountDetails": { "type": "list", "member": { "type": "structure", "members": { "AccountId": {}, "Email": {} } } } } }, "output": { "type": "structure", "members": { "UnprocessedAccounts": { "shape": "S70" } } } }, "DeclineInvitations": { "http": { "requestUri": "/invitations/decline" }, "input": { "type": "structure", "required": [ "AccountIds" ], "members": { "AccountIds": { "shape": "S73" } } }, "output": { "type": "structure", "members": { "UnprocessedAccounts": { "shape": "S70" } } } }, "DeleteActionTarget": { "http": { "method": "DELETE", "requestUri": "/actionTargets/{ActionTargetArn+}" }, "input": { "type": "structure", "required": [ "ActionTargetArn" ], "members": { "ActionTargetArn": { "location": "uri", "locationName": "ActionTargetArn" } } }, "output": { "type": "structure", "required": [ "ActionTargetArn" ], "members": { "ActionTargetArn": {} } } }, "DeleteInsight": { "http": { "method": "DELETE", "requestUri": "/insights/{InsightArn+}" }, "input": { "type": "structure", "required": [ "InsightArn" ], "members": { "InsightArn": { "location": "uri", "locationName": "InsightArn" } } }, "output": { "type": "structure", "required": [ "InsightArn" ], "members": { "InsightArn": {} } } }, "DeleteInvitations": { "http": { "requestUri": "/invitations/delete" }, "input": { "type": "structure", "required": [ "AccountIds" ], "members": { "AccountIds": { "shape": "S73" } } }, "output": { "type": "structure", "members": { "UnprocessedAccounts": { "shape": "S70" } } } }, "DeleteMembers": { "http": { "requestUri": "/members/delete" }, "input": { "type": "structure", "members": { "AccountIds": { "shape": "S73" } } }, "output": { "type": "structure", "members": { "UnprocessedAccounts": { "shape": "S70" } } } }, "DescribeActionTargets": { "http": { "requestUri": "/actionTargets/get" }, "input": { "type": "structure", "members": { "ActionTargetArns": { "shape": "S7e" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "required": [ "ActionTargets" ], "members": { "ActionTargets": { "type": "list", "member": { "type": "structure", "required": [ "ActionTargetArn", "Name", "Description" ], "members": { "ActionTargetArn": {}, "Name": {}, "Description": {} } } }, "NextToken": {} } } }, "DescribeHub": { "http": { "method": "GET", "requestUri": "/accounts" }, "input": { "type": "structure", "members": { "HubArn": { "location": "querystring", "locationName": "HubArn" } } }, "output": { "type": "structure", "members": { "HubArn": {}, "SubscribedAt": {}, "AutoEnableControls": { "type": "boolean" } } } }, "DescribeProducts": { "http": { "method": "GET", "requestUri": "/products" }, "input": { "type": "structure", "members": { "NextToken": { "location": "querystring", "locationName": "NextToken" }, "MaxResults": { "location": "querystring", "locationName": "MaxResults", "type": "integer" } } }, "output": { "type": "structure", "required": [ "Products" ], "members": { "Products": { "type": "list", "member": { "type": "structure", "required": [ "ProductArn" ], "members": { "ProductArn": {}, "ProductName": {}, "CompanyName": {}, "Description": {}, "Categories": { "type": "list", "member": {} }, "IntegrationTypes": { "type": "list", "member": {} }, "MarketplaceUrl": {}, "ActivationUrl": {}, "ProductSubscriptionResourcePolicy": {} } } }, "NextToken": {} } } }, "DescribeStandards": { "http": { "method": "GET", "requestUri": "/standards" }, "input": { "type": "structure", "members": { "NextToken": { "location": "querystring", "locationName": "NextToken" }, "MaxResults": { "location": "querystring", "locationName": "MaxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "Standards": { "type": "list", "member": { "type": "structure", "members": { "StandardsArn": {}, "Name": {}, "Description": {}, "EnabledByDefault": { "type": "boolean" } } } }, "NextToken": {} } } }, "DescribeStandardsControls": { "http": { "method": "GET", "requestUri": "/standards/controls/{StandardsSubscriptionArn+}" }, "input": { "type": "structure", "required": [ "StandardsSubscriptionArn" ], "members": { "StandardsSubscriptionArn": { "location": "uri", "locationName": "StandardsSubscriptionArn" }, "NextToken": { "location": "querystring", "locationName": "NextToken" }, "MaxResults": { "location": "querystring", "locationName": "MaxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "Controls": { "type": "list", "member": { "type": "structure", "members": { "StandardsControlArn": {}, "ControlStatus": {}, "DisabledReason": {}, "ControlStatusUpdatedAt": { "shape": "S82" }, "ControlId": {}, "Title": {}, "Description": {}, "RemediationUrl": {}, "SeverityRating": {}, "RelatedRequirements": { "shape": "S5f" } } } }, "NextToken": {} } } }, "DisableImportFindingsForProduct": { "http": { "method": "DELETE", "requestUri": "/productSubscriptions/{ProductSubscriptionArn+}" }, "input": { "type": "structure", "required": [ "ProductSubscriptionArn" ], "members": { "ProductSubscriptionArn": { "location": "uri", "locationName": "ProductSubscriptionArn" } } }, "output": { "type": "structure", "members": {} } }, "DisableSecurityHub": { "http": { "method": "DELETE", "requestUri": "/accounts" }, "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": {} } }, "DisassociateFromMasterAccount": { "http": { "requestUri": "/master/disassociate" }, "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": {} } }, "DisassociateMembers": { "http": { "requestUri": "/members/disassociate" }, "input": { "type": "structure", "members": { "AccountIds": { "shape": "S73" } } }, "output": { "type": "structure", "members": {} } }, "EnableImportFindingsForProduct": { "http": { "requestUri": "/productSubscriptions" }, "input": { "type": "structure", "required": [ "ProductArn" ], "members": { "ProductArn": {} } }, "output": { "type": "structure", "members": { "ProductSubscriptionArn": {} } } }, "EnableSecurityHub": { "http": { "requestUri": "/accounts" }, "input": { "type": "structure", "members": { "Tags": { "shape": "S8f" }, "EnableDefaultStandards": { "type": "boolean" } } }, "output": { "type": "structure", "members": {} } }, "GetEnabledStandards": { "http": { "requestUri": "/standards/get" }, "input": { "type": "structure", "members": { "StandardsSubscriptionArns": { "shape": "S5" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "StandardsSubscriptions": { "shape": "S7" }, "NextToken": {} } } }, "GetFindings": { "http": { "requestUri": "/findings" }, "input": { "type": "structure", "members": { "Filters": { "shape": "S6d" }, "SortCriteria": { "type": "list", "member": { "type": "structure", "members": { "Field": {}, "SortOrder": {} } } }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "required": [ "Findings" ], "members": { "Findings": { "shape": "Sg" }, "NextToken": {} } } }, "GetInsightResults": { "http": { "method": "GET", "requestUri": "/insights/results/{InsightArn+}" }, "input": { "type": "structure", "required": [ "InsightArn" ], "members": { "InsightArn": { "location": "uri", "locationName": "InsightArn" } } }, "output": { "type": "structure", "required": [ "InsightResults" ], "members": { "InsightResults": { "type": "structure", "required": [ "InsightArn", "GroupByAttribute", "ResultValues" ], "members": { "InsightArn": {}, "GroupByAttribute": {}, "ResultValues": { "type": "list", "member": { "type": "structure", "required": [ "GroupByAttributeValue", "Count" ], "members": { "GroupByAttributeValue": {}, "Count": { "type": "integer" } } } } } } } } }, "GetInsights": { "http": { "requestUri": "/insights/get" }, "input": { "type": "structure", "members": { "InsightArns": { "shape": "S7e" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "required": [ "Insights" ], "members": { "Insights": { "type": "list", "member": { "type": "structure", "required": [ "InsightArn", "Name", "Filters", "GroupByAttribute" ], "members": { "InsightArn": {}, "Name": {}, "Filters": { "shape": "S6d" }, "GroupByAttribute": {} } } }, "NextToken": {} } } }, "GetInvitationsCount": { "http": { "method": "GET", "requestUri": "/invitations/count" }, "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": { "InvitationsCount": { "type": "integer" } } } }, "GetMasterAccount": { "http": { "method": "GET", "requestUri": "/master" }, "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": { "Master": { "shape": "S93" } } } }, "GetMembers": { "http": { "requestUri": "/members/get" }, "input": { "type": "structure", "required": [ "AccountIds" ], "members": { "AccountIds": { "shape": "S73" } } }, "output": { "type": "structure", "members": { "Members": { "shape": "S96" }, "UnprocessedAccounts": { "shape": "S70" } } } }, "InviteMembers": { "http": { "requestUri": "/members/invite" }, "input": { "type": "structure", "members": { "AccountIds": { "shape": "S73" } } }, "output": { "type": "structure", "members": { "UnprocessedAccounts": { "shape": "S70" } } } }, "ListEnabledProductsForImport": { "http": { "method": "GET", "requestUri": "/productSubscriptions" }, "input": { "type": "structure", "members": { "NextToken": { "location": "querystring", "locationName": "NextToken" }, "MaxResults": { "location": "querystring", "locationName": "MaxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "ProductSubscriptions": { "type": "list", "member": {} }, "NextToken": {} } } }, "ListInvitations": { "http": { "method": "GET", "requestUri": "/invitations" }, "input": { "type": "structure", "members": { "MaxResults": { "location": "querystring", "locationName": "MaxResults", "type": "integer" }, "NextToken": { "location": "querystring", "locationName": "NextToken" } } }, "output": { "type": "structure", "members": { "Invitations": { "type": "list", "member": { "shape": "S93" } }, "NextToken": {} } } }, "ListMembers": { "http": { "method": "GET", "requestUri": "/members" }, "input": { "type": "structure", "members": { "OnlyAssociated": { "location": "querystring", "locationName": "OnlyAssociated", "type": "boolean" }, "MaxResults": { "location": "querystring", "locationName": "MaxResults", "type": "integer" }, "NextToken": { "location": "querystring", "locationName": "NextToken" } } }, "output": { "type": "structure", "members": { "Members": { "shape": "S96" }, "NextToken": {} } } }, "ListTagsForResource": { "http": { "method": "GET", "requestUri": "/tags/{ResourceArn}" }, "input": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": { "location": "uri", "locationName": "ResourceArn" } } }, "output": { "type": "structure", "members": { "Tags": { "shape": "S8f" } } } }, "TagResource": { "http": { "requestUri": "/tags/{ResourceArn}" }, "input": { "type": "structure", "required": [ "ResourceArn", "Tags" ], "members": { "ResourceArn": { "location": "uri", "locationName": "ResourceArn" }, "Tags": { "shape": "S8f" } } }, "output": { "type": "structure", "members": {} } }, "UntagResource": { "http": { "method": "DELETE", "requestUri": "/tags/{ResourceArn}" }, "input": { "type": "structure", "required": [ "ResourceArn", "TagKeys" ], "members": { "ResourceArn": { "location": "uri", "locationName": "ResourceArn" }, "TagKeys": { "location": "querystring", "locationName": "tagKeys", "type": "list", "member": {} } } }, "output": { "type": "structure", "members": {} } }, "UpdateActionTarget": { "http": { "method": "PATCH", "requestUri": "/actionTargets/{ActionTargetArn+}" }, "input": { "type": "structure", "required": [ "ActionTargetArn" ], "members": { "ActionTargetArn": { "location": "uri", "locationName": "ActionTargetArn" }, "Name": {}, "Description": {} } }, "output": { "type": "structure", "members": {} } }, "UpdateFindings": { "http": { "method": "PATCH", "requestUri": "/findings" }, "input": { "type": "structure", "required": [ "Filters" ], "members": { "Filters": { "shape": "S6d" }, "Note": { "shape": "S63" }, "RecordState": {} } }, "output": { "type": "structure", "members": {} } }, "UpdateInsight": { "http": { "method": "PATCH", "requestUri": "/insights/{InsightArn+}" }, "input": { "type": "structure", "required": [ "InsightArn" ], "members": { "InsightArn": { "location": "uri", "locationName": "InsightArn" }, "Name": {}, "Filters": { "shape": "S6d" }, "GroupByAttribute": {} } }, "output": { "type": "structure", "members": {} } }, "UpdateSecurityHubConfiguration": { "http": { "method": "PATCH", "requestUri": "/accounts" }, "input": { "type": "structure", "members": { "AutoEnableControls": { "type": "boolean" } } }, "output": { "type": "structure", "members": {} } }, "UpdateStandardsControl": { "http": { "method": "PATCH", "requestUri": "/standards/control/{StandardsControlArn+}" }, "input": { "type": "structure", "required": [ "StandardsControlArn" ], "members": { "StandardsControlArn": { "location": "uri", "locationName": "StandardsControlArn" }, "ControlStatus": {}, "DisabledReason": {} } }, "output": { "type": "structure", "members": {} } } }, "shapes": { "S5": { "type": "list", "member": {} }, "S7": { "type": "list", "member": { "type": "structure", "required": [ "StandardsSubscriptionArn", "StandardsArn", "StandardsInput", "StandardsStatus" ], "members": { "StandardsSubscriptionArn": {}, "StandardsArn": {}, "StandardsInput": { "shape": "S9" }, "StandardsStatus": {} } } }, "S9": { "type": "map", "key": {}, "value": {} }, "Sg": { "type": "list", "member": { "type": "structure", "required": [ "SchemaVersion", "Id", "ProductArn", "GeneratorId", "AwsAccountId", "Types", "CreatedAt", "UpdatedAt", "Severity", "Title", "Description", "Resources" ], "members": { "SchemaVersion": {}, "Id": {}, "ProductArn": {}, "GeneratorId": {}, "AwsAccountId": {}, "Types": { "shape": "Si" }, "FirstObservedAt": {}, "LastObservedAt": {}, "CreatedAt": {}, "UpdatedAt": {}, "Severity": { "type": "structure", "members": { "Product": { "type": "double" }, "Label": {}, "Normalized": { "type": "integer" }, "Original": {} } }, "Confidence": { "type": "integer" }, "Criticality": { "type": "integer" }, "Title": {}, "Description": {}, "Remediation": { "type": "structure", "members": { "Recommendation": { "type": "structure", "members": { "Text": {}, "Url": {} } } } }, "SourceUrl": {}, "ProductFields": { "shape": "Sp" }, "UserDefinedFields": { "shape": "Sp" }, "Malware": { "type": "list", "member": { "type": "structure", "required": [ "Name" ], "members": { "Name": {}, "Type": {}, "Path": {}, "State": {} } } }, "Network": { "type": "structure", "members": { "Direction": {}, "Protocol": {}, "OpenPortRange": { "shape": "Sw" }, "SourceIpV4": {}, "SourceIpV6": {}, "SourcePort": { "type": "integer" }, "SourceDomain": {}, "SourceMac": {}, "DestinationIpV4": {}, "DestinationIpV6": {}, "DestinationPort": { "type": "integer" }, "DestinationDomain": {} } }, "NetworkPath": { "type": "list", "member": { "type": "structure", "members": { "ComponentId": {}, "ComponentType": {}, "Egress": { "shape": "Sz" }, "Ingress": { "shape": "Sz" } } } }, "Process": { "type": "structure", "members": { "Name": {}, "Path": {}, "Pid": { "type": "integer" }, "ParentPid": { "type": "integer" }, "LaunchedAt": {}, "TerminatedAt": {} } }, "ThreatIntelIndicators": { "type": "list", "member": { "type": "structure", "members": { "Type": {}, "Value": {}, "Category": {}, "LastObservedAt": {}, "Source": {}, "SourceUrl": {} } } }, "Resources": { "type": "list", "member": { "type": "structure", "required": [ "Type", "Id" ], "members": { "Type": {}, "Id": {}, "Partition": {}, "Region": {}, "Tags": { "shape": "Sp" }, "Details": { "type": "structure", "members": { "AwsAutoScalingAutoScalingGroup": { "type": "structure", "members": { "LaunchConfigurationName": {}, "LoadBalancerNames": { "shape": "S11" }, "HealthCheckType": {}, "HealthCheckGracePeriod": { "type": "integer" }, "CreatedTime": {} } }, "AwsCodeBuildProject": { "type": "structure", "members": { "EncryptionKey": {}, "Environment": { "type": "structure", "members": { "Certificate": {}, "ImagePullCredentialsType": {}, "RegistryCredential": { "type": "structure", "members": { "Credential": {}, "CredentialProvider": {} } }, "Type": {} } }, "Name": {}, "Source": { "type": "structure", "members": { "Type": {}, "Location": {}, "GitCloneDepth": { "type": "integer" }, "InsecureSsl": { "type": "boolean" } } }, "ServiceRole": {}, "VpcConfig": { "type": "structure", "members": { "VpcId": {}, "Subnets": { "shape": "S1j" }, "SecurityGroupIds": { "shape": "S1j" } } } } }, "AwsCloudFrontDistribution": { "type": "structure", "members": { "DomainName": {}, "ETag": {}, "LastModifiedTime": {}, "Logging": { "type": "structure", "members": { "Bucket": {}, "Enabled": { "type": "boolean" }, "IncludeCookies": { "type": "boolean" }, "Prefix": {} } }, "Origins": { "type": "structure", "members": { "Items": { "type": "list", "member": { "type": "structure", "members": { "DomainName": {}, "Id": {}, "OriginPath": {} } } } } }, "Status": {}, "WebAclId": {} } }, "AwsEc2Instance": { "type": "structure", "members": { "Type": {}, "ImageId": {}, "IpV4Addresses": { "shape": "S11" }, "IpV6Addresses": { "shape": "S11" }, "KeyName": {}, "IamInstanceProfileArn": {}, "VpcId": {}, "SubnetId": {}, "LaunchedAt": {} } }, "AwsEc2NetworkInterface": { "type": "structure", "members": { "Attachment": { "type": "structure", "members": { "AttachTime": {}, "AttachmentId": {}, "DeleteOnTermination": { "type": "boolean" }, "DeviceIndex": { "type": "integer" }, "InstanceId": {}, "InstanceOwnerId": {}, "Status": {} } }, "NetworkInterfaceId": {}, "SecurityGroups": { "type": "list", "member": { "type": "structure", "members": { "GroupName": {}, "GroupId": {} } } }, "SourceDestCheck": { "type": "boolean" } } }, "AwsEc2SecurityGroup": { "type": "structure", "members": { "GroupName": {}, "GroupId": {}, "OwnerId": {}, "VpcId": {}, "IpPermissions": { "shape": "S1v" }, "IpPermissionsEgress": { "shape": "S1v" } } }, "AwsEc2Volume": { "type": "structure", "members": { "CreateTime": {}, "Encrypted": { "type": "boolean" }, "Size": { "type": "integer" }, "SnapshotId": {}, "Status": {}, "KmsKeyId": {}, "Attachments": { "type": "list", "member": { "type": "structure", "members": { "AttachTime": {}, "DeleteOnTermination": { "type": "boolean" }, "InstanceId": {}, "Status": {} } } } } }, "AwsEc2Vpc": { "type": "structure", "members": { "CidrBlockAssociationSet": { "type": "list", "member": { "type": "structure", "members": { "AssociationId": {}, "CidrBlock": {}, "CidrBlockState": {} } } }, "Ipv6CidrBlockAssociationSet": { "type": "list", "member": { "type": "structure", "members": { "AssociationId": {}, "Ipv6CidrBlock": {}, "CidrBlockState": {} } } }, "DhcpOptionsId": {}, "State": {} } }, "AwsEc2Eip": { "type": "structure", "members": { "InstanceId": {}, "PublicIp": {}, "AllocationId": {}, "AssociationId": {}, "Domain": {}, "PublicIpv4Pool": {}, "NetworkBorderGroup": {}, "NetworkInterfaceId": {}, "NetworkInterfaceOwnerId": {}, "PrivateIpAddress": {} } }, "AwsElbv2LoadBalancer": { "type": "structure", "members": { "AvailabilityZones": { "type": "list", "member": { "type": "structure", "members": { "ZoneName": {}, "SubnetId": {} } } }, "CanonicalHostedZoneId": {}, "CreatedTime": {}, "DNSName": {}, "IpAddressType": {}, "Scheme": {}, "SecurityGroups": { "type": "list", "member": {} }, "State": { "type": "structure", "members": { "Code": {}, "Reason": {} } }, "Type": {}, "VpcId": {} } }, "AwsElasticsearchDomain": { "type": "structure", "members": { "AccessPolicies": {}, "DomainEndpointOptions": { "type": "structure", "members": { "EnforceHTTPS": { "type": "boolean" }, "TLSSecurityPolicy": {} } }, "DomainId": {}, "DomainName": {}, "Endpoint": {}, "Endpoints": { "shape": "Sp" }, "ElasticsearchVersion": {}, "EncryptionAtRestOptions": { "type": "structure", "members": { "Enabled": { "type": "boolean" }, "KmsKeyId": {} } }, "NodeToNodeEncryptionOptions": { "type": "structure", "members": { "Enabled": { "type": "boolean" } } }, "VPCOptions": { "type": "structure", "members": { "AvailabilityZones": { "shape": "S1j" }, "SecurityGroupIds": { "shape": "S1j" }, "SubnetIds": { "shape": "S1j" }, "VPCId": {} } } } }, "AwsS3Bucket": { "type": "structure", "members": { "OwnerId": {}, "OwnerName": {}, "CreatedAt": {}, "ServerSideEncryptionConfiguration": { "type": "structure", "members": { "Rules": { "type": "list", "member": { "type": "structure", "members": { "ApplyServerSideEncryptionByDefault": { "type": "structure", "members": { "SSEAlgorithm": {}, "KMSMasterKeyID": {} } } } } } } } } }, "AwsS3Object": { "type": "structure", "members": { "LastModified": {}, "ETag": {}, "VersionId": {}, "ContentType": {}, "ServerSideEncryption": {}, "SSEKMSKeyId": {} } }, "AwsSecretsManagerSecret": { "type": "structure", "members": { "RotationRules": { "type": "structure", "members": { "AutomaticallyAfterDays": { "type": "integer" } } }, "RotationOccurredWithinFrequency": { "type": "boolean" }, "KmsKeyId": {}, "RotationEnabled": { "type": "boolean" }, "RotationLambdaArn": {}, "Deleted": { "type": "boolean" }, "Name": {}, "Description": {} } }, "AwsIamAccessKey": { "type": "structure", "members": { "UserName": { "deprecated": true, "deprecatedMessage": "This field is deprecated, use PrincipalName instead." }, "Status": {}, "CreatedAt": {}, "PrincipalId": {}, "PrincipalType": {}, "PrincipalName": {} } }, "AwsIamUser": { "type": "structure", "members": { "AttachedManagedPolicies": { "type": "list", "member": {