Documentation
¶
Index ¶
- Variables
- func AllResources() map[string]Resource
- func And(conditions []string) string
- func AndPtr(conditions []string) *string
- func Base64(input interface{}) string
- func Base64Ptr(input interface{}) *string
- func Bool(v bool) *bool
- func BoolMap(src map[string]bool) map[string]*bool
- func BoolSlice(src []bool) []*bool
- func BoolValue(v *bool) bool
- func BoolValueMap(src map[string]*bool) map[string]bool
- func BoolValueSlice(src []*bool) []bool
- func CIDR(ipBlock, count, cidrBits interface{}) string
- func CIDRPtr(ipBlock, count, cidrBits interface{}) *string
- func Equals(value1, value2 interface{}) string
- func EqualsPtr(value1, value2 interface{}) *string
- func FindInMap(mapName, topLevelKey, secondLevelKey interface{}) string
- func FindInMapPtr(mapName, topLevelKey, secondLevelKey interface{}) *string
- func Float32(v float32) *float32
- func Float32Map(src map[string]float32) map[string]*float32
- func Float32Slice(src []float32) []*float32
- func Float32Value(v *float32) float32
- func Float32ValueMap(src map[string]*float32) map[string]float32
- func Float32ValueSlice(src []*float32) []float32
- func Float64(v float64) *float64
- func Float64Map(src map[string]float64) map[string]*float64
- func Float64Slice(src []float64) []*float64
- func Float64Value(v *float64) float64
- func Float64ValueMap(src map[string]*float64) map[string]float64
- func Float64ValueSlice(src []*float64) []float64
- func GetAZs(region interface{}) string
- func GetAZsPtr(region interface{}) *string
- func GetAtt(logicalName string, attribute string) string
- func GetAttPtr(logicalName string, attribute string) *string
- func If(value, ifEqual interface{}, ifNotEqual interface{}) string
- func IfPtr(value, ifEqual interface{}, ifNotEqual interface{}) *string
- func ImportValue(name interface{}) string
- func ImportValuePtr(name interface{}) *string
- func Int(v int) *int
- func Int16(v int16) *int16
- func Int16Map(src map[string]int16) map[string]*int16
- func Int16Slice(src []int16) []*int16
- func Int16Value(v *int16) int16
- func Int16ValueMap(src map[string]*int16) map[string]int16
- func Int16ValueSlice(src []*int16) []int16
- func Int32(v int32) *int32
- func Int32Map(src map[string]int32) map[string]*int32
- func Int32Slice(src []int32) []*int32
- func Int32Value(v *int32) int32
- func Int32ValueMap(src map[string]*int32) map[string]int32
- func Int32ValueSlice(src []*int32) []int32
- func Int64(v int64) *int64
- func Int64Map(src map[string]int64) map[string]*int64
- func Int64Slice(src []int64) []*int64
- func Int64Value(v *int64) int64
- func Int64ValueMap(src map[string]*int64) map[string]int64
- func Int64ValueSlice(src []*int64) []int64
- func Int8(v int8) *int8
- func Int8Map(src map[string]int8) map[string]*int8
- func Int8Slice(src []int8) []*int8
- func Int8Value(v *int8) int8
- func Int8ValueMap(src map[string]*int8) map[string]int8
- func Int8ValueSlice(src []*int8) []int8
- func IntMap(src map[string]int) map[string]*int
- func IntSlice(src []int) []*int
- func IntValue(v *int) int
- func IntValueMap(src map[string]*int) map[string]int
- func IntValueSlice(src []*int) []int
- func Join(delimiter interface{}, value interface{}) string
- func JoinPtr(delimiter interface{}, value interface{}) *string
- func MillisecondsTimeValue(v *int64) time.Time
- func Not(conditions []string) string
- func NotPtr(conditions []string) *string
- func Or(conditions []string) string
- func OrPtr(conditions []string) *string
- func Ref(logicalName interface{}) string
- func RefPtr(logicalName interface{}) *string
- func SecondsTimeValue(v *int64) time.Time
- func Select(index, list interface{}) string
- func SelectPtr(index, list interface{}) *string
- func Split(delimiter, source interface{}) string
- func SplitPtr(delimiter, source interface{}) *string
- func String(v string) *string
- func StringMap(src map[string]string) map[string]*string
- func StringSlice(src []string) []*string
- func StringValue(v *string) string
- func StringValueMap(src map[string]*string) map[string]string
- func StringValueSlice(src []*string) []string
- func Strings(v ...string) *[]string
- func Sub(value interface{}) string
- func SubPtr(value interface{}) *string
- func SubVars(value interface{}, variables map[string]interface{}) string
- func SubVarsPtr(value interface{}, variables map[string]interface{}) *string
- func Time(v time.Time) *time.Time
- func TimeMap(src map[string]time.Time) map[string]*time.Time
- func TimeSlice(src []time.Time) []*time.Time
- func TimeUnixMilli(t time.Time) int64
- func TimeValue(v *time.Time) time.Time
- func TimeValueMap(src map[string]*time.Time) map[string]time.Time
- func TimeValueSlice(src []*time.Time) []time.Time
- func TransformFn(name string, parameters map[string]string) string
- func TransformFnPtr(name string, parameters map[string]string) *string
- func Uint(v uint) *uint
- func Uint16(v uint16) *uint16
- func Uint16Map(src map[string]uint16) map[string]*uint16
- func Uint16Slice(src []uint16) []*uint16
- func Uint16Value(v *uint16) uint16
- func Uint16ValueMap(src map[string]*uint16) map[string]uint16
- func Uint16ValueSlice(src []*uint16) []uint16
- func Uint32(v uint32) *uint32
- func Uint32Map(src map[string]uint32) map[string]*uint32
- func Uint32Slice(src []uint32) []*uint32
- func Uint32Value(v *uint32) uint32
- func Uint32ValueMap(src map[string]*uint32) map[string]uint32
- func Uint32ValueSlice(src []*uint32) []uint32
- func Uint64(v uint64) *uint64
- func Uint64Map(src map[string]uint64) map[string]*uint64
- func Uint64Slice(src []uint64) []*uint64
- func Uint64Value(v *uint64) uint64
- func Uint64ValueMap(src map[string]*uint64) map[string]uint64
- func Uint64ValueSlice(src []*uint64) []uint64
- func Uint8(v uint8) *uint8
- func Uint8Map(src map[string]uint8) map[string]*uint8
- func Uint8Slice(src []uint8) []*uint8
- func Uint8Value(v *uint8) uint8
- func Uint8ValueMap(src map[string]*uint8) map[string]uint8
- func Uint8ValueSlice(src []*uint8) []uint8
- func UintMap(src map[string]uint) map[string]*uint
- func UintSlice(src []uint) []*uint
- func UintValue(v *uint) uint
- func UintValueMap(src map[string]*uint) map[string]uint
- func UintValueSlice(src []*uint) []uint
- type CustomResource
- type Export
- type Globals
- type Output
- type Outputs
- type Parameter
- type Parameters
- type Resource
- type Resources
- type Template
- func (t *Template) GetACMPCACertificateAuthorityActivationWithName(name string) (*acmpca.CertificateAuthorityActivation[any], error)
- func (t *Template) GetACMPCACertificateAuthorityWithName(name string) (*acmpca.CertificateAuthority[any], error)
- func (t *Template) GetACMPCACertificateWithName(name string) (*acmpca.Certificate[any], error)
- func (t *Template) GetACMPCAPermissionWithName(name string) (*acmpca.Permission[any], error)
- func (t *Template) GetAPSRuleGroupsNamespaceWithName(name string) (*aps.RuleGroupsNamespace[any], error)
- func (t *Template) GetAPSWorkspaceWithName(name string) (*aps.Workspace[any], error)
- func (t *Template) GetASKSkillWithName(name string) (*ask.Skill[any], error)
- func (t *Template) GetAccessAnalyzerAnalyzerWithName(name string) (*accessanalyzer.Analyzer[any], error)
- func (t *Template) GetAllACMPCACertificateAuthorityActivationResources() map[string]*acmpca.CertificateAuthorityActivation[any]
- func (t *Template) GetAllACMPCACertificateAuthorityResources() map[string]*acmpca.CertificateAuthority[any]
- func (t *Template) GetAllACMPCACertificateResources() map[string]*acmpca.Certificate[any]
- func (t *Template) GetAllACMPCAPermissionResources() map[string]*acmpca.Permission[any]
- func (t *Template) GetAllAPSRuleGroupsNamespaceResources() map[string]*aps.RuleGroupsNamespace[any]
- func (t *Template) GetAllAPSWorkspaceResources() map[string]*aps.Workspace[any]
- func (t *Template) GetAllASKSkillResources() map[string]*ask.Skill[any]
- func (t *Template) GetAllAccessAnalyzerAnalyzerResources() map[string]*accessanalyzer.Analyzer[any]
- func (t *Template) GetAllAmazonMQBrokerResources() map[string]*amazonmq.Broker[any]
- func (t *Template) GetAllAmazonMQConfigurationAssociationResources() map[string]*amazonmq.ConfigurationAssociation[any]
- func (t *Template) GetAllAmazonMQConfigurationResources() map[string]*amazonmq.Configuration[any]
- func (t *Template) GetAllAmplifyAppResources() map[string]*amplify.App[any]
- func (t *Template) GetAllAmplifyBranchResources() map[string]*amplify.Branch[any]
- func (t *Template) GetAllAmplifyDomainResources() map[string]*amplify.Domain[any]
- func (t *Template) GetAllAmplifyUIBuilderComponentResources() map[string]*amplifyuibuilder.Component[any]
- func (t *Template) GetAllAmplifyUIBuilderFormResources() map[string]*amplifyuibuilder.Form[any]
- func (t *Template) GetAllAmplifyUIBuilderThemeResources() map[string]*amplifyuibuilder.Theme[any]
- func (t *Template) GetAllApiGatewayAccountResources() map[string]*apigateway.Account[any]
- func (t *Template) GetAllApiGatewayApiKeyResources() map[string]*apigateway.ApiKey[any]
- func (t *Template) GetAllApiGatewayAuthorizerResources() map[string]*apigateway.Authorizer[any]
- func (t *Template) GetAllApiGatewayBasePathMappingResources() map[string]*apigateway.BasePathMapping[any]
- func (t *Template) GetAllApiGatewayClientCertificateResources() map[string]*apigateway.ClientCertificate[any]
- func (t *Template) GetAllApiGatewayDeploymentResources() map[string]*apigateway.Deployment[any]
- func (t *Template) GetAllApiGatewayDocumentationPartResources() map[string]*apigateway.DocumentationPart[any]
- func (t *Template) GetAllApiGatewayDocumentationVersionResources() map[string]*apigateway.DocumentationVersion[any]
- func (t *Template) GetAllApiGatewayDomainNameResources() map[string]*apigateway.DomainName[any]
- func (t *Template) GetAllApiGatewayGatewayResponseResources() map[string]*apigateway.GatewayResponse[any]
- func (t *Template) GetAllApiGatewayMethodResources() map[string]*apigateway.Method[any]
- func (t *Template) GetAllApiGatewayModelResources() map[string]*apigateway.Model[any]
- func (t *Template) GetAllApiGatewayRequestValidatorResources() map[string]*apigateway.RequestValidator[any]
- func (t *Template) GetAllApiGatewayResourceResources() map[string]*apigateway.Resource[any]
- func (t *Template) GetAllApiGatewayRestApiResources() map[string]*apigateway.RestApi[any]
- func (t *Template) GetAllApiGatewayStageResources() map[string]*apigateway.Stage[any]
- func (t *Template) GetAllApiGatewayUsagePlanKeyResources() map[string]*apigateway.UsagePlanKey[any]
- func (t *Template) GetAllApiGatewayUsagePlanResources() map[string]*apigateway.UsagePlan[any]
- func (t *Template) GetAllApiGatewayV2ApiGatewayManagedOverridesResources() map[string]*apigatewayv2.ApiGatewayManagedOverrides[any]
- func (t *Template) GetAllApiGatewayV2ApiMappingResources() map[string]*apigatewayv2.ApiMapping[any]
- func (t *Template) GetAllApiGatewayV2ApiResources() map[string]*apigatewayv2.Api[any]
- func (t *Template) GetAllApiGatewayV2AuthorizerResources() map[string]*apigatewayv2.Authorizer[any]
- func (t *Template) GetAllApiGatewayV2DeploymentResources() map[string]*apigatewayv2.Deployment[any]
- func (t *Template) GetAllApiGatewayV2DomainNameResources() map[string]*apigatewayv2.DomainName[any]
- func (t *Template) GetAllApiGatewayV2IntegrationResources() map[string]*apigatewayv2.Integration[any]
- func (t *Template) GetAllApiGatewayV2IntegrationResponseResources() map[string]*apigatewayv2.IntegrationResponse[any]
- func (t *Template) GetAllApiGatewayV2ModelResources() map[string]*apigatewayv2.Model[any]
- func (t *Template) GetAllApiGatewayV2RouteResources() map[string]*apigatewayv2.Route[any]
- func (t *Template) GetAllApiGatewayV2RouteResponseResources() map[string]*apigatewayv2.RouteResponse[any]
- func (t *Template) GetAllApiGatewayV2StageResources() map[string]*apigatewayv2.Stage[any]
- func (t *Template) GetAllApiGatewayV2VpcLinkResources() map[string]*apigatewayv2.VpcLink[any]
- func (t *Template) GetAllApiGatewayVpcLinkResources() map[string]*apigateway.VpcLink[any]
- func (t *Template) GetAllAppConfigApplicationResources() map[string]*appconfig.Application[any]
- func (t *Template) GetAllAppConfigConfigurationProfileResources() map[string]*appconfig.ConfigurationProfile[any]
- func (t *Template) GetAllAppConfigDeploymentResources() map[string]*appconfig.Deployment[any]
- func (t *Template) GetAllAppConfigDeploymentStrategyResources() map[string]*appconfig.DeploymentStrategy[any]
- func (t *Template) GetAllAppConfigEnvironmentResources() map[string]*appconfig.Environment[any]
- func (t *Template) GetAllAppConfigExtensionAssociationResources() map[string]*appconfig.ExtensionAssociation[any]
- func (t *Template) GetAllAppConfigExtensionResources() map[string]*appconfig.Extension[any]
- func (t *Template) GetAllAppConfigHostedConfigurationVersionResources() map[string]*appconfig.HostedConfigurationVersion[any]
- func (t *Template) GetAllAppFlowConnectorProfileResources() map[string]*appflow.ConnectorProfile[any]
- func (t *Template) GetAllAppFlowConnectorResources() map[string]*appflow.Connector[any]
- func (t *Template) GetAllAppFlowFlowResources() map[string]*appflow.Flow[any]
- func (t *Template) GetAllAppIntegrationsDataIntegrationResources() map[string]*appintegrations.DataIntegration[any]
- func (t *Template) GetAllAppIntegrationsEventIntegrationResources() map[string]*appintegrations.EventIntegration[any]
- func (t *Template) GetAllAppMeshGatewayRouteResources() map[string]*appmesh.GatewayRoute[any]
- func (t *Template) GetAllAppMeshMeshResources() map[string]*appmesh.Mesh[any]
- func (t *Template) GetAllAppMeshRouteResources() map[string]*appmesh.Route[any]
- func (t *Template) GetAllAppMeshVirtualGatewayResources() map[string]*appmesh.VirtualGateway[any]
- func (t *Template) GetAllAppMeshVirtualNodeResources() map[string]*appmesh.VirtualNode[any]
- func (t *Template) GetAllAppMeshVirtualRouterResources() map[string]*appmesh.VirtualRouter[any]
- func (t *Template) GetAllAppMeshVirtualServiceResources() map[string]*appmesh.VirtualService[any]
- func (t *Template) GetAllAppRunnerAutoScalingConfigurationResources() map[string]*apprunner.AutoScalingConfiguration[any]
- func (t *Template) GetAllAppRunnerObservabilityConfigurationResources() map[string]*apprunner.ObservabilityConfiguration[any]
- func (t *Template) GetAllAppRunnerServiceResources() map[string]*apprunner.Service[any]
- func (t *Template) GetAllAppRunnerVpcConnectorResources() map[string]*apprunner.VpcConnector[any]
- func (t *Template) GetAllAppRunnerVpcIngressConnectionResources() map[string]*apprunner.VpcIngressConnection[any]
- func (t *Template) GetAllAppStreamAppBlockBuilderResources() map[string]*appstream.AppBlockBuilder[any]
- func (t *Template) GetAllAppStreamAppBlockResources() map[string]*appstream.AppBlock[any]
- func (t *Template) GetAllAppStreamApplicationEntitlementAssociationResources() map[string]*appstream.ApplicationEntitlementAssociation[any]
- func (t *Template) GetAllAppStreamApplicationFleetAssociationResources() map[string]*appstream.ApplicationFleetAssociation[any]
- func (t *Template) GetAllAppStreamApplicationResources() map[string]*appstream.Application[any]
- func (t *Template) GetAllAppStreamDirectoryConfigResources() map[string]*appstream.DirectoryConfig[any]
- func (t *Template) GetAllAppStreamEntitlementResources() map[string]*appstream.Entitlement[any]
- func (t *Template) GetAllAppStreamFleetResources() map[string]*appstream.Fleet[any]
- func (t *Template) GetAllAppStreamImageBuilderResources() map[string]*appstream.ImageBuilder[any]
- func (t *Template) GetAllAppStreamStackFleetAssociationResources() map[string]*appstream.StackFleetAssociation[any]
- func (t *Template) GetAllAppStreamStackResources() map[string]*appstream.Stack[any]
- func (t *Template) GetAllAppStreamStackUserAssociationResources() map[string]*appstream.StackUserAssociation[any]
- func (t *Template) GetAllAppStreamUserResources() map[string]*appstream.User[any]
- func (t *Template) GetAllAppSyncApiCacheResources() map[string]*appsync.ApiCache[any]
- func (t *Template) GetAllAppSyncApiKeyResources() map[string]*appsync.ApiKey[any]
- func (t *Template) GetAllAppSyncDataSourceResources() map[string]*appsync.DataSource[any]
- func (t *Template) GetAllAppSyncDomainNameApiAssociationResources() map[string]*appsync.DomainNameApiAssociation[any]
- func (t *Template) GetAllAppSyncDomainNameResources() map[string]*appsync.DomainName[any]
- func (t *Template) GetAllAppSyncFunctionConfigurationResources() map[string]*appsync.FunctionConfiguration[any]
- func (t *Template) GetAllAppSyncGraphQLApiResources() map[string]*appsync.GraphQLApi[any]
- func (t *Template) GetAllAppSyncGraphQLSchemaResources() map[string]*appsync.GraphQLSchema[any]
- func (t *Template) GetAllAppSyncResolverResources() map[string]*appsync.Resolver[any]
- func (t *Template) GetAllAppSyncSourceApiAssociationResources() map[string]*appsync.SourceApiAssociation[any]
- func (t *Template) GetAllApplicationAutoScalingScalableTargetResources() map[string]*applicationautoscaling.ScalableTarget[any]
- func (t *Template) GetAllApplicationAutoScalingScalingPolicyResources() map[string]*applicationautoscaling.ScalingPolicy[any]
- func (t *Template) GetAllApplicationInsightsApplicationResources() map[string]*applicationinsights.Application[any]
- func (t *Template) GetAllAthenaCapacityReservationResources() map[string]*athena.CapacityReservation[any]
- func (t *Template) GetAllAthenaDataCatalogResources() map[string]*athena.DataCatalog[any]
- func (t *Template) GetAllAthenaNamedQueryResources() map[string]*athena.NamedQuery[any]
- func (t *Template) GetAllAthenaPreparedStatementResources() map[string]*athena.PreparedStatement[any]
- func (t *Template) GetAllAthenaWorkGroupResources() map[string]*athena.WorkGroup[any]
- func (t *Template) GetAllAuditManagerAssessmentResources() map[string]*auditmanager.Assessment[any]
- func (t *Template) GetAllAutoScalingAutoScalingGroupResources() map[string]*autoscaling.AutoScalingGroup[any]
- func (t *Template) GetAllAutoScalingLaunchConfigurationResources() map[string]*autoscaling.LaunchConfiguration[any]
- func (t *Template) GetAllAutoScalingLifecycleHookResources() map[string]*autoscaling.LifecycleHook[any]
- func (t *Template) GetAllAutoScalingPlansScalingPlanResources() map[string]*autoscalingplans.ScalingPlan[any]
- func (t *Template) GetAllAutoScalingScalingPolicyResources() map[string]*autoscaling.ScalingPolicy[any]
- func (t *Template) GetAllAutoScalingScheduledActionResources() map[string]*autoscaling.ScheduledAction[any]
- func (t *Template) GetAllAutoScalingWarmPoolResources() map[string]*autoscaling.WarmPool[any]
- func (t *Template) GetAllBackupBackupPlanResources() map[string]*backup.BackupPlan[any]
- func (t *Template) GetAllBackupBackupSelectionResources() map[string]*backup.BackupSelection[any]
- func (t *Template) GetAllBackupBackupVaultResources() map[string]*backup.BackupVault[any]
- func (t *Template) GetAllBackupFrameworkResources() map[string]*backup.Framework[any]
- func (t *Template) GetAllBackupGatewayHypervisorResources() map[string]*backupgateway.Hypervisor[any]
- func (t *Template) GetAllBackupReportPlanResources() map[string]*backup.ReportPlan[any]
- func (t *Template) GetAllBatchComputeEnvironmentResources() map[string]*batch.ComputeEnvironment[any]
- func (t *Template) GetAllBatchJobDefinitionResources() map[string]*batch.JobDefinition[any]
- func (t *Template) GetAllBatchJobQueueResources() map[string]*batch.JobQueue[any]
- func (t *Template) GetAllBatchSchedulingPolicyResources() map[string]*batch.SchedulingPolicy[any]
- func (t *Template) GetAllBillingConductorBillingGroupResources() map[string]*billingconductor.BillingGroup[any]
- func (t *Template) GetAllBillingConductorCustomLineItemResources() map[string]*billingconductor.CustomLineItem[any]
- func (t *Template) GetAllBillingConductorPricingPlanResources() map[string]*billingconductor.PricingPlan[any]
- func (t *Template) GetAllBillingConductorPricingRuleResources() map[string]*billingconductor.PricingRule[any]
- func (t *Template) GetAllBudgetsBudgetResources() map[string]*budgets.Budget[any]
- func (t *Template) GetAllBudgetsBudgetsActionResources() map[string]*budgets.BudgetsAction[any]
- func (t *Template) GetAllCDKMetadataResources() map[string]*cdk.Metadata[any]
- func (t *Template) GetAllCEAnomalyMonitorResources() map[string]*ce.AnomalyMonitor[any]
- func (t *Template) GetAllCEAnomalySubscriptionResources() map[string]*ce.AnomalySubscription[any]
- func (t *Template) GetAllCECostCategoryResources() map[string]*ce.CostCategory[any]
- func (t *Template) GetAllCURReportDefinitionResources() map[string]*cur.ReportDefinition[any]
- func (t *Template) GetAllCassandraKeyspaceResources() map[string]*cassandra.Keyspace[any]
- func (t *Template) GetAllCassandraTableResources() map[string]*cassandra.Table[any]
- func (t *Template) GetAllCertificateManagerAccountResources() map[string]*certificatemanager.Account[any]
- func (t *Template) GetAllCertificateManagerCertificateResources() map[string]*certificatemanager.Certificate[any]
- func (t *Template) GetAllChatbotMicrosoftTeamsChannelConfigurationResources() map[string]*chatbot.MicrosoftTeamsChannelConfiguration[any]
- func (t *Template) GetAllChatbotSlackChannelConfigurationResources() map[string]*chatbot.SlackChannelConfiguration[any]
- func (t *Template) GetAllCleanRoomsAnalysisTemplateResources() map[string]*cleanrooms.AnalysisTemplate[any]
- func (t *Template) GetAllCleanRoomsCollaborationResources() map[string]*cleanrooms.Collaboration[any]
- func (t *Template) GetAllCleanRoomsConfiguredTableAssociationResources() map[string]*cleanrooms.ConfiguredTableAssociation[any]
- func (t *Template) GetAllCleanRoomsConfiguredTableResources() map[string]*cleanrooms.ConfiguredTable[any]
- func (t *Template) GetAllCleanRoomsMembershipResources() map[string]*cleanrooms.Membership[any]
- func (t *Template) GetAllCloud9EnvironmentEC2Resources() map[string]*cloud9.EnvironmentEC2[any]
- func (t *Template) GetAllCloudFormationCustomResourceResources() map[string]*cloudformation.CustomResource[any]
- func (t *Template) GetAllCloudFormationHookDefaultVersionResources() map[string]*cloudformation.HookDefaultVersion[any]
- func (t *Template) GetAllCloudFormationHookTypeConfigResources() map[string]*cloudformation.HookTypeConfig[any]
- func (t *Template) GetAllCloudFormationHookVersionResources() map[string]*cloudformation.HookVersion[any]
- func (t *Template) GetAllCloudFormationMacroResources() map[string]*cloudformation.Macro[any]
- func (t *Template) GetAllCloudFormationModuleDefaultVersionResources() map[string]*cloudformation.ModuleDefaultVersion[any]
- func (t *Template) GetAllCloudFormationModuleVersionResources() map[string]*cloudformation.ModuleVersion[any]
- func (t *Template) GetAllCloudFormationPublicTypeVersionResources() map[string]*cloudformation.PublicTypeVersion[any]
- func (t *Template) GetAllCloudFormationPublisherResources() map[string]*cloudformation.Publisher[any]
- func (t *Template) GetAllCloudFormationResourceDefaultVersionResources() map[string]*cloudformation.ResourceDefaultVersion[any]
- func (t *Template) GetAllCloudFormationResourceVersionResources() map[string]*cloudformation.ResourceVersion[any]
- func (t *Template) GetAllCloudFormationStackResources() map[string]*cloudformation.Stack[any]
- func (t *Template) GetAllCloudFormationStackSetResources() map[string]*cloudformation.StackSet[any]
- func (t *Template) GetAllCloudFormationTypeActivationResources() map[string]*cloudformation.TypeActivation[any]
- func (t *Template) GetAllCloudFormationWaitConditionHandleResources() map[string]*cloudformation.WaitConditionHandle[any]
- func (t *Template) GetAllCloudFormationWaitConditionResources() map[string]*cloudformation.WaitCondition[any]
- func (t *Template) GetAllCloudFrontCachePolicyResources() map[string]*cloudfront.CachePolicy[any]
- func (t *Template) GetAllCloudFrontCloudFrontOriginAccessIdentityResources() map[string]*cloudfront.CloudFrontOriginAccessIdentity[any]
- func (t *Template) GetAllCloudFrontContinuousDeploymentPolicyResources() map[string]*cloudfront.ContinuousDeploymentPolicy[any]
- func (t *Template) GetAllCloudFrontDistributionResources() map[string]*cloudfront.Distribution[any]
- func (t *Template) GetAllCloudFrontFunctionResources() map[string]*cloudfront.Function[any]
- func (t *Template) GetAllCloudFrontKeyGroupResources() map[string]*cloudfront.KeyGroup[any]
- func (t *Template) GetAllCloudFrontMonitoringSubscriptionResources() map[string]*cloudfront.MonitoringSubscription[any]
- func (t *Template) GetAllCloudFrontOriginAccessControlResources() map[string]*cloudfront.OriginAccessControl[any]
- func (t *Template) GetAllCloudFrontOriginRequestPolicyResources() map[string]*cloudfront.OriginRequestPolicy[any]
- func (t *Template) GetAllCloudFrontPublicKeyResources() map[string]*cloudfront.PublicKey[any]
- func (t *Template) GetAllCloudFrontRealtimeLogConfigResources() map[string]*cloudfront.RealtimeLogConfig[any]
- func (t *Template) GetAllCloudFrontResponseHeadersPolicyResources() map[string]*cloudfront.ResponseHeadersPolicy[any]
- func (t *Template) GetAllCloudFrontStreamingDistributionResources() map[string]*cloudfront.StreamingDistribution[any]
- func (t *Template) GetAllCloudTrailChannelResources() map[string]*cloudtrail.Channel[any]
- func (t *Template) GetAllCloudTrailEventDataStoreResources() map[string]*cloudtrail.EventDataStore[any]
- func (t *Template) GetAllCloudTrailResourcePolicyResources() map[string]*cloudtrail.ResourcePolicy[any]
- func (t *Template) GetAllCloudTrailTrailResources() map[string]*cloudtrail.Trail[any]
- func (t *Template) GetAllCloudWatchAlarmResources() map[string]*cloudwatch.Alarm[any]
- func (t *Template) GetAllCloudWatchAnomalyDetectorResources() map[string]*cloudwatch.AnomalyDetector[any]
- func (t *Template) GetAllCloudWatchCompositeAlarmResources() map[string]*cloudwatch.CompositeAlarm[any]
- func (t *Template) GetAllCloudWatchDashboardResources() map[string]*cloudwatch.Dashboard[any]
- func (t *Template) GetAllCloudWatchInsightRuleResources() map[string]*cloudwatch.InsightRule[any]
- func (t *Template) GetAllCloudWatchMetricStreamResources() map[string]*cloudwatch.MetricStream[any]
- func (t *Template) GetAllCodeArtifactDomainResources() map[string]*codeartifact.Domain[any]
- func (t *Template) GetAllCodeArtifactRepositoryResources() map[string]*codeartifact.Repository[any]
- func (t *Template) GetAllCodeBuildProjectResources() map[string]*codebuild.Project[any]
- func (t *Template) GetAllCodeBuildReportGroupResources() map[string]*codebuild.ReportGroup[any]
- func (t *Template) GetAllCodeBuildSourceCredentialResources() map[string]*codebuild.SourceCredential[any]
- func (t *Template) GetAllCodeCommitRepositoryResources() map[string]*codecommit.Repository[any]
- func (t *Template) GetAllCodeDeployApplicationResources() map[string]*codedeploy.Application[any]
- func (t *Template) GetAllCodeDeployDeploymentConfigResources() map[string]*codedeploy.DeploymentConfig[any]
- func (t *Template) GetAllCodeDeployDeploymentGroupResources() map[string]*codedeploy.DeploymentGroup[any]
- func (t *Template) GetAllCodeGuruProfilerProfilingGroupResources() map[string]*codeguruprofiler.ProfilingGroup[any]
- func (t *Template) GetAllCodeGuruReviewerRepositoryAssociationResources() map[string]*codegurureviewer.RepositoryAssociation[any]
- func (t *Template) GetAllCodePipelineCustomActionTypeResources() map[string]*codepipeline.CustomActionType[any]
- func (t *Template) GetAllCodePipelinePipelineResources() map[string]*codepipeline.Pipeline[any]
- func (t *Template) GetAllCodePipelineWebhookResources() map[string]*codepipeline.Webhook[any]
- func (t *Template) GetAllCodeStarConnectionsConnectionResources() map[string]*codestarconnections.Connection[any]
- func (t *Template) GetAllCodeStarGitHubRepositoryResources() map[string]*codestar.GitHubRepository[any]
- func (t *Template) GetAllCodeStarNotificationsNotificationRuleResources() map[string]*codestarnotifications.NotificationRule[any]
- func (t *Template) GetAllCognitoIdentityPoolPrincipalTagResources() map[string]*cognito.IdentityPoolPrincipalTag[any]
- func (t *Template) GetAllCognitoIdentityPoolResources() map[string]*cognito.IdentityPool[any]
- func (t *Template) GetAllCognitoIdentityPoolRoleAttachmentResources() map[string]*cognito.IdentityPoolRoleAttachment[any]
- func (t *Template) GetAllCognitoLogDeliveryConfigurationResources() map[string]*cognito.LogDeliveryConfiguration[any]
- func (t *Template) GetAllCognitoUserPoolClientResources() map[string]*cognito.UserPoolClient[any]
- func (t *Template) GetAllCognitoUserPoolDomainResources() map[string]*cognito.UserPoolDomain[any]
- func (t *Template) GetAllCognitoUserPoolGroupResources() map[string]*cognito.UserPoolGroup[any]
- func (t *Template) GetAllCognitoUserPoolIdentityProviderResources() map[string]*cognito.UserPoolIdentityProvider[any]
- func (t *Template) GetAllCognitoUserPoolResourceServerResources() map[string]*cognito.UserPoolResourceServer[any]
- func (t *Template) GetAllCognitoUserPoolResources() map[string]*cognito.UserPool[any]
- func (t *Template) GetAllCognitoUserPoolRiskConfigurationAttachmentResources() map[string]*cognito.UserPoolRiskConfigurationAttachment[any]
- func (t *Template) GetAllCognitoUserPoolUICustomizationAttachmentResources() map[string]*cognito.UserPoolUICustomizationAttachment[any]
- func (t *Template) GetAllCognitoUserPoolUserResources() map[string]*cognito.UserPoolUser[any]
- func (t *Template) GetAllCognitoUserPoolUserToGroupAttachmentResources() map[string]*cognito.UserPoolUserToGroupAttachment[any]
- func (t *Template) GetAllComprehendDocumentClassifierResources() map[string]*comprehend.DocumentClassifier[any]
- func (t *Template) GetAllComprehendFlywheelResources() map[string]*comprehend.Flywheel[any]
- func (t *Template) GetAllConfigAggregationAuthorizationResources() map[string]*config.AggregationAuthorization[any]
- func (t *Template) GetAllConfigConfigRuleResources() map[string]*config.ConfigRule[any]
- func (t *Template) GetAllConfigConfigurationAggregatorResources() map[string]*config.ConfigurationAggregator[any]
- func (t *Template) GetAllConfigConfigurationRecorderResources() map[string]*config.ConfigurationRecorder[any]
- func (t *Template) GetAllConfigConformancePackResources() map[string]*config.ConformancePack[any]
- func (t *Template) GetAllConfigDeliveryChannelResources() map[string]*config.DeliveryChannel[any]
- func (t *Template) GetAllConfigOrganizationConfigRuleResources() map[string]*config.OrganizationConfigRule[any]
- func (t *Template) GetAllConfigOrganizationConformancePackResources() map[string]*config.OrganizationConformancePack[any]
- func (t *Template) GetAllConfigRemediationConfigurationResources() map[string]*config.RemediationConfiguration[any]
- func (t *Template) GetAllConfigStoredQueryResources() map[string]*config.StoredQuery[any]
- func (t *Template) GetAllConnectApprovedOriginResources() map[string]*connect.ApprovedOrigin[any]
- func (t *Template) GetAllConnectCampaignsCampaignResources() map[string]*connectcampaigns.Campaign[any]
- func (t *Template) GetAllConnectContactFlowModuleResources() map[string]*connect.ContactFlowModule[any]
- func (t *Template) GetAllConnectContactFlowResources() map[string]*connect.ContactFlow[any]
- func (t *Template) GetAllConnectEvaluationFormResources() map[string]*connect.EvaluationForm[any]
- func (t *Template) GetAllConnectHoursOfOperationResources() map[string]*connect.HoursOfOperation[any]
- func (t *Template) GetAllConnectInstanceResources() map[string]*connect.Instance[any]
- func (t *Template) GetAllConnectInstanceStorageConfigResources() map[string]*connect.InstanceStorageConfig[any]
- func (t *Template) GetAllConnectIntegrationAssociationResources() map[string]*connect.IntegrationAssociation[any]
- func (t *Template) GetAllConnectPhoneNumberResources() map[string]*connect.PhoneNumber[any]
- func (t *Template) GetAllConnectPromptResources() map[string]*connect.Prompt[any]
- func (t *Template) GetAllConnectQueueResources() map[string]*connect.Queue[any]
- func (t *Template) GetAllConnectQuickConnectResources() map[string]*connect.QuickConnect[any]
- func (t *Template) GetAllConnectRoutingProfileResources() map[string]*connect.RoutingProfile[any]
- func (t *Template) GetAllConnectRuleResources() map[string]*connect.Rule[any]
- func (t *Template) GetAllConnectSecurityKeyResources() map[string]*connect.SecurityKey[any]
- func (t *Template) GetAllConnectSecurityProfileResources() map[string]*connect.SecurityProfile[any]
- func (t *Template) GetAllConnectTaskTemplateResources() map[string]*connect.TaskTemplate[any]
- func (t *Template) GetAllConnectTrafficDistributionGroupResources() map[string]*connect.TrafficDistributionGroup[any]
- func (t *Template) GetAllConnectUserHierarchyGroupResources() map[string]*connect.UserHierarchyGroup[any]
- func (t *Template) GetAllConnectUserResources() map[string]*connect.User[any]
- func (t *Template) GetAllConnectViewResources() map[string]*connect.View[any]
- func (t *Template) GetAllConnectViewVersionResources() map[string]*connect.ViewVersion[any]
- func (t *Template) GetAllControlTowerEnabledControlResources() map[string]*controltower.EnabledControl[any]
- func (t *Template) GetAllCustomerProfilesCalculatedAttributeDefinitionResources() map[string]*customerprofiles.CalculatedAttributeDefinition[any]
- func (t *Template) GetAllCustomerProfilesDomainResources() map[string]*customerprofiles.Domain[any]
- func (t *Template) GetAllCustomerProfilesEventStreamResources() map[string]*customerprofiles.EventStream[any]
- func (t *Template) GetAllCustomerProfilesIntegrationResources() map[string]*customerprofiles.Integration[any]
- func (t *Template) GetAllCustomerProfilesObjectTypeResources() map[string]*customerprofiles.ObjectType[any]
- func (t *Template) GetAllDAXClusterResources() map[string]*dax.Cluster[any]
- func (t *Template) GetAllDAXParameterGroupResources() map[string]*dax.ParameterGroup[any]
- func (t *Template) GetAllDAXSubnetGroupResources() map[string]*dax.SubnetGroup[any]
- func (t *Template) GetAllDLMLifecyclePolicyResources() map[string]*dlm.LifecyclePolicy[any]
- func (t *Template) GetAllDMSCertificateResources() map[string]*dms.Certificate[any]
- func (t *Template) GetAllDMSEndpointResources() map[string]*dms.Endpoint[any]
- func (t *Template) GetAllDMSEventSubscriptionResources() map[string]*dms.EventSubscription[any]
- func (t *Template) GetAllDMSReplicationConfigResources() map[string]*dms.ReplicationConfig[any]
- func (t *Template) GetAllDMSReplicationInstanceResources() map[string]*dms.ReplicationInstance[any]
- func (t *Template) GetAllDMSReplicationSubnetGroupResources() map[string]*dms.ReplicationSubnetGroup[any]
- func (t *Template) GetAllDMSReplicationTaskResources() map[string]*dms.ReplicationTask[any]
- func (t *Template) GetAllDataBrewDatasetResources() map[string]*databrew.Dataset[any]
- func (t *Template) GetAllDataBrewJobResources() map[string]*databrew.Job[any]
- func (t *Template) GetAllDataBrewProjectResources() map[string]*databrew.Project[any]
- func (t *Template) GetAllDataBrewRecipeResources() map[string]*databrew.Recipe[any]
- func (t *Template) GetAllDataBrewRulesetResources() map[string]*databrew.Ruleset[any]
- func (t *Template) GetAllDataBrewScheduleResources() map[string]*databrew.Schedule[any]
- func (t *Template) GetAllDataPipelinePipelineResources() map[string]*datapipeline.Pipeline[any]
- func (t *Template) GetAllDataSyncAgentResources() map[string]*datasync.Agent[any]
- func (t *Template) GetAllDataSyncLocationAzureBlobResources() map[string]*datasync.LocationAzureBlob[any]
- func (t *Template) GetAllDataSyncLocationEFSResources() map[string]*datasync.LocationEFS[any]
- func (t *Template) GetAllDataSyncLocationFSxLustreResources() map[string]*datasync.LocationFSxLustre[any]
- func (t *Template) GetAllDataSyncLocationFSxONTAPResources() map[string]*datasync.LocationFSxONTAP[any]
- func (t *Template) GetAllDataSyncLocationFSxOpenZFSResources() map[string]*datasync.LocationFSxOpenZFS[any]
- func (t *Template) GetAllDataSyncLocationFSxWindowsResources() map[string]*datasync.LocationFSxWindows[any]
- func (t *Template) GetAllDataSyncLocationHDFSResources() map[string]*datasync.LocationHDFS[any]
- func (t *Template) GetAllDataSyncLocationNFSResources() map[string]*datasync.LocationNFS[any]
- func (t *Template) GetAllDataSyncLocationObjectStorageResources() map[string]*datasync.LocationObjectStorage[any]
- func (t *Template) GetAllDataSyncLocationS3Resources() map[string]*datasync.LocationS3[any]
- func (t *Template) GetAllDataSyncLocationSMBResources() map[string]*datasync.LocationSMB[any]
- func (t *Template) GetAllDataSyncStorageSystemResources() map[string]*datasync.StorageSystem[any]
- func (t *Template) GetAllDataSyncTaskResources() map[string]*datasync.Task[any]
- func (t *Template) GetAllDetectiveGraphResources() map[string]*detective.Graph[any]
- func (t *Template) GetAllDetectiveMemberInvitationResources() map[string]*detective.MemberInvitation[any]
- func (t *Template) GetAllDetectiveOrganizationAdminResources() map[string]*detective.OrganizationAdmin[any]
- func (t *Template) GetAllDevOpsGuruLogAnomalyDetectionIntegrationResources() map[string]*devopsguru.LogAnomalyDetectionIntegration[any]
- func (t *Template) GetAllDevOpsGuruNotificationChannelResources() map[string]*devopsguru.NotificationChannel[any]
- func (t *Template) GetAllDevOpsGuruResourceCollectionResources() map[string]*devopsguru.ResourceCollection[any]
- func (t *Template) GetAllDirectoryServiceMicrosoftADResources() map[string]*directoryservice.MicrosoftAD[any]
- func (t *Template) GetAllDirectoryServiceSimpleADResources() map[string]*directoryservice.SimpleAD[any]
- func (t *Template) GetAllDocDBDBClusterParameterGroupResources() map[string]*docdb.DBClusterParameterGroup[any]
- func (t *Template) GetAllDocDBDBClusterResources() map[string]*docdb.DBCluster[any]
- func (t *Template) GetAllDocDBDBInstanceResources() map[string]*docdb.DBInstance[any]
- func (t *Template) GetAllDocDBDBSubnetGroupResources() map[string]*docdb.DBSubnetGroup[any]
- func (t *Template) GetAllDocDBElasticClusterResources() map[string]*docdbelastic.Cluster[any]
- func (t *Template) GetAllDynamoDBGlobalTableResources() map[string]*dynamodb.GlobalTable[any]
- func (t *Template) GetAllDynamoDBTableResources() map[string]*dynamodb.Table[any]
- func (t *Template) GetAllEC2CapacityReservationFleetResources() map[string]*ec2.CapacityReservationFleet[any]
- func (t *Template) GetAllEC2CapacityReservationResources() map[string]*ec2.CapacityReservation[any]
- func (t *Template) GetAllEC2CarrierGatewayResources() map[string]*ec2.CarrierGateway[any]
- func (t *Template) GetAllEC2ClientVpnAuthorizationRuleResources() map[string]*ec2.ClientVpnAuthorizationRule[any]
- func (t *Template) GetAllEC2ClientVpnEndpointResources() map[string]*ec2.ClientVpnEndpoint[any]
- func (t *Template) GetAllEC2ClientVpnRouteResources() map[string]*ec2.ClientVpnRoute[any]
- func (t *Template) GetAllEC2ClientVpnTargetNetworkAssociationResources() map[string]*ec2.ClientVpnTargetNetworkAssociation[any]
- func (t *Template) GetAllEC2CustomerGatewayResources() map[string]*ec2.CustomerGateway[any]
- func (t *Template) GetAllEC2DHCPOptionsResources() map[string]*ec2.DHCPOptions[any]
- func (t *Template) GetAllEC2EC2FleetResources() map[string]*ec2.EC2Fleet[any]
- func (t *Template) GetAllEC2EIPAssociationResources() map[string]*ec2.EIPAssociation[any]
- func (t *Template) GetAllEC2EIPResources() map[string]*ec2.EIP[any]
- func (t *Template) GetAllEC2EgressOnlyInternetGatewayResources() map[string]*ec2.EgressOnlyInternetGateway[any]
- func (t *Template) GetAllEC2EnclaveCertificateIamRoleAssociationResources() map[string]*ec2.EnclaveCertificateIamRoleAssociation[any]
- func (t *Template) GetAllEC2FlowLogResources() map[string]*ec2.FlowLog[any]
- func (t *Template) GetAllEC2GatewayRouteTableAssociationResources() map[string]*ec2.GatewayRouteTableAssociation[any]
- func (t *Template) GetAllEC2HostResources() map[string]*ec2.Host[any]
- func (t *Template) GetAllEC2IPAMAllocationResources() map[string]*ec2.IPAMAllocation[any]
- func (t *Template) GetAllEC2IPAMPoolCidrResources() map[string]*ec2.IPAMPoolCidr[any]
- func (t *Template) GetAllEC2IPAMPoolResources() map[string]*ec2.IPAMPool[any]
- func (t *Template) GetAllEC2IPAMResourceDiscoveryAssociationResources() map[string]*ec2.IPAMResourceDiscoveryAssociation[any]
- func (t *Template) GetAllEC2IPAMResourceDiscoveryResources() map[string]*ec2.IPAMResourceDiscovery[any]
- func (t *Template) GetAllEC2IPAMResources() map[string]*ec2.IPAM[any]
- func (t *Template) GetAllEC2IPAMScopeResources() map[string]*ec2.IPAMScope[any]
- func (t *Template) GetAllEC2InstanceConnectEndpointResources() map[string]*ec2.InstanceConnectEndpoint[any]
- func (t *Template) GetAllEC2InstanceResources() map[string]*ec2.Instance[any]
- func (t *Template) GetAllEC2InternetGatewayResources() map[string]*ec2.InternetGateway[any]
- func (t *Template) GetAllEC2KeyPairResources() map[string]*ec2.KeyPair[any]
- func (t *Template) GetAllEC2LaunchTemplateResources() map[string]*ec2.LaunchTemplate[any]
- func (t *Template) GetAllEC2LocalGatewayRouteResources() map[string]*ec2.LocalGatewayRoute[any]
- func (t *Template) GetAllEC2LocalGatewayRouteTableResources() map[string]*ec2.LocalGatewayRouteTable[any]
- func (t *Template) GetAllEC2LocalGatewayRouteTableVPCAssociationResources() map[string]*ec2.LocalGatewayRouteTableVPCAssociation[any]
- func (t *Template) GetAllEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationResources() map[string]*ec2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation[any]
- func (t *Template) GetAllEC2NatGatewayResources() map[string]*ec2.NatGateway[any]
- func (t *Template) GetAllEC2NetworkAclEntryResources() map[string]*ec2.NetworkAclEntry[any]
- func (t *Template) GetAllEC2NetworkAclResources() map[string]*ec2.NetworkAcl[any]
- func (t *Template) GetAllEC2NetworkInsightsAccessScopeAnalysisResources() map[string]*ec2.NetworkInsightsAccessScopeAnalysis[any]
- func (t *Template) GetAllEC2NetworkInsightsAccessScopeResources() map[string]*ec2.NetworkInsightsAccessScope[any]
- func (t *Template) GetAllEC2NetworkInsightsAnalysisResources() map[string]*ec2.NetworkInsightsAnalysis[any]
- func (t *Template) GetAllEC2NetworkInsightsPathResources() map[string]*ec2.NetworkInsightsPath[any]
- func (t *Template) GetAllEC2NetworkInterfaceAttachmentResources() map[string]*ec2.NetworkInterfaceAttachment[any]
- func (t *Template) GetAllEC2NetworkInterfacePermissionResources() map[string]*ec2.NetworkInterfacePermission[any]
- func (t *Template) GetAllEC2NetworkInterfaceResources() map[string]*ec2.NetworkInterface[any]
- func (t *Template) GetAllEC2NetworkPerformanceMetricSubscriptionResources() map[string]*ec2.NetworkPerformanceMetricSubscription[any]
- func (t *Template) GetAllEC2PlacementGroupResources() map[string]*ec2.PlacementGroup[any]
- func (t *Template) GetAllEC2PrefixListResources() map[string]*ec2.PrefixList[any]
- func (t *Template) GetAllEC2RouteResources() map[string]*ec2.Route[any]
- func (t *Template) GetAllEC2RouteTableResources() map[string]*ec2.RouteTable[any]
- func (t *Template) GetAllEC2SecurityGroupEgressResources() map[string]*ec2.SecurityGroupEgress[any]
- func (t *Template) GetAllEC2SecurityGroupIngressResources() map[string]*ec2.SecurityGroupIngress[any]
- func (t *Template) GetAllEC2SecurityGroupResources() map[string]*ec2.SecurityGroup[any]
- func (t *Template) GetAllEC2SpotFleetResources() map[string]*ec2.SpotFleet[any]
- func (t *Template) GetAllEC2SubnetCidrBlockResources() map[string]*ec2.SubnetCidrBlock[any]
- func (t *Template) GetAllEC2SubnetNetworkAclAssociationResources() map[string]*ec2.SubnetNetworkAclAssociation[any]
- func (t *Template) GetAllEC2SubnetResources() map[string]*ec2.Subnet[any]
- func (t *Template) GetAllEC2SubnetRouteTableAssociationResources() map[string]*ec2.SubnetRouteTableAssociation[any]
- func (t *Template) GetAllEC2TrafficMirrorFilterResources() map[string]*ec2.TrafficMirrorFilter[any]
- func (t *Template) GetAllEC2TrafficMirrorFilterRuleResources() map[string]*ec2.TrafficMirrorFilterRule[any]
- func (t *Template) GetAllEC2TrafficMirrorSessionResources() map[string]*ec2.TrafficMirrorSession[any]
- func (t *Template) GetAllEC2TrafficMirrorTargetResources() map[string]*ec2.TrafficMirrorTarget[any]
- func (t *Template) GetAllEC2TransitGatewayAttachmentResources() map[string]*ec2.TransitGatewayAttachment[any]
- func (t *Template) GetAllEC2TransitGatewayConnectResources() map[string]*ec2.TransitGatewayConnect[any]
- func (t *Template) GetAllEC2TransitGatewayMulticastDomainAssociationResources() map[string]*ec2.TransitGatewayMulticastDomainAssociation[any]
- func (t *Template) GetAllEC2TransitGatewayMulticastDomainResources() map[string]*ec2.TransitGatewayMulticastDomain[any]
- func (t *Template) GetAllEC2TransitGatewayMulticastGroupMemberResources() map[string]*ec2.TransitGatewayMulticastGroupMember[any]
- func (t *Template) GetAllEC2TransitGatewayMulticastGroupSourceResources() map[string]*ec2.TransitGatewayMulticastGroupSource[any]
- func (t *Template) GetAllEC2TransitGatewayPeeringAttachmentResources() map[string]*ec2.TransitGatewayPeeringAttachment[any]
- func (t *Template) GetAllEC2TransitGatewayResources() map[string]*ec2.TransitGateway[any]
- func (t *Template) GetAllEC2TransitGatewayRouteResources() map[string]*ec2.TransitGatewayRoute[any]
- func (t *Template) GetAllEC2TransitGatewayRouteTableAssociationResources() map[string]*ec2.TransitGatewayRouteTableAssociation[any]
- func (t *Template) GetAllEC2TransitGatewayRouteTablePropagationResources() map[string]*ec2.TransitGatewayRouteTablePropagation[any]
- func (t *Template) GetAllEC2TransitGatewayRouteTableResources() map[string]*ec2.TransitGatewayRouteTable[any]
- func (t *Template) GetAllEC2TransitGatewayVpcAttachmentResources() map[string]*ec2.TransitGatewayVpcAttachment[any]
- func (t *Template) GetAllEC2VPCCidrBlockResources() map[string]*ec2.VPCCidrBlock[any]
- func (t *Template) GetAllEC2VPCDHCPOptionsAssociationResources() map[string]*ec2.VPCDHCPOptionsAssociation[any]
- func (t *Template) GetAllEC2VPCEndpointConnectionNotificationResources() map[string]*ec2.VPCEndpointConnectionNotification[any]
- func (t *Template) GetAllEC2VPCEndpointResources() map[string]*ec2.VPCEndpoint[any]
- func (t *Template) GetAllEC2VPCEndpointServicePermissionsResources() map[string]*ec2.VPCEndpointServicePermissions[any]
- func (t *Template) GetAllEC2VPCEndpointServiceResources() map[string]*ec2.VPCEndpointService[any]
- func (t *Template) GetAllEC2VPCGatewayAttachmentResources() map[string]*ec2.VPCGatewayAttachment[any]
- func (t *Template) GetAllEC2VPCPeeringConnectionResources() map[string]*ec2.VPCPeeringConnection[any]
- func (t *Template) GetAllEC2VPCResources() map[string]*ec2.VPC[any]
- func (t *Template) GetAllEC2VPNConnectionResources() map[string]*ec2.VPNConnection[any]
- func (t *Template) GetAllEC2VPNConnectionRouteResources() map[string]*ec2.VPNConnectionRoute[any]
- func (t *Template) GetAllEC2VPNGatewayResources() map[string]*ec2.VPNGateway[any]
- func (t *Template) GetAllEC2VPNGatewayRoutePropagationResources() map[string]*ec2.VPNGatewayRoutePropagation[any]
- func (t *Template) GetAllEC2VerifiedAccessEndpointResources() map[string]*ec2.VerifiedAccessEndpoint[any]
- func (t *Template) GetAllEC2VerifiedAccessGroupResources() map[string]*ec2.VerifiedAccessGroup[any]
- func (t *Template) GetAllEC2VerifiedAccessInstanceResources() map[string]*ec2.VerifiedAccessInstance[any]
- func (t *Template) GetAllEC2VerifiedAccessTrustProviderResources() map[string]*ec2.VerifiedAccessTrustProvider[any]
- func (t *Template) GetAllEC2VolumeAttachmentResources() map[string]*ec2.VolumeAttachment[any]
- func (t *Template) GetAllEC2VolumeResources() map[string]*ec2.Volume[any]
- func (t *Template) GetAllECRPublicRepositoryResources() map[string]*ecr.PublicRepository[any]
- func (t *Template) GetAllECRPullThroughCacheRuleResources() map[string]*ecr.PullThroughCacheRule[any]
- func (t *Template) GetAllECRRegistryPolicyResources() map[string]*ecr.RegistryPolicy[any]
- func (t *Template) GetAllECRReplicationConfigurationResources() map[string]*ecr.ReplicationConfiguration[any]
- func (t *Template) GetAllECRRepositoryResources() map[string]*ecr.Repository[any]
- func (t *Template) GetAllECSCapacityProviderResources() map[string]*ecs.CapacityProvider[any]
- func (t *Template) GetAllECSClusterCapacityProviderAssociationsResources() map[string]*ecs.ClusterCapacityProviderAssociations[any]
- func (t *Template) GetAllECSClusterResources() map[string]*ecs.Cluster[any]
- func (t *Template) GetAllECSPrimaryTaskSetResources() map[string]*ecs.PrimaryTaskSet[any]
- func (t *Template) GetAllECSServiceResources() map[string]*ecs.Service[any]
- func (t *Template) GetAllECSTaskDefinitionResources() map[string]*ecs.TaskDefinition[any]
- func (t *Template) GetAllECSTaskSetResources() map[string]*ecs.TaskSet[any]
- func (t *Template) GetAllEFSAccessPointResources() map[string]*efs.AccessPoint[any]
- func (t *Template) GetAllEFSFileSystemResources() map[string]*efs.FileSystem[any]
- func (t *Template) GetAllEFSMountTargetResources() map[string]*efs.MountTarget[any]
- func (t *Template) GetAllEKSAddonResources() map[string]*eks.Addon[any]
- func (t *Template) GetAllEKSClusterResources() map[string]*eks.Cluster[any]
- func (t *Template) GetAllEKSFargateProfileResources() map[string]*eks.FargateProfile[any]
- func (t *Template) GetAllEKSIdentityProviderConfigResources() map[string]*eks.IdentityProviderConfig[any]
- func (t *Template) GetAllEKSNodegroupResources() map[string]*eks.Nodegroup[any]
- func (t *Template) GetAllEMRClusterResources() map[string]*emr.Cluster[any]
- func (t *Template) GetAllEMRContainersVirtualClusterResources() map[string]*emrcontainers.VirtualCluster[any]
- func (t *Template) GetAllEMRInstanceFleetConfigResources() map[string]*emr.InstanceFleetConfig[any]
- func (t *Template) GetAllEMRInstanceGroupConfigResources() map[string]*emr.InstanceGroupConfig[any]
- func (t *Template) GetAllEMRSecurityConfigurationResources() map[string]*emr.SecurityConfiguration[any]
- func (t *Template) GetAllEMRServerlessApplicationResources() map[string]*emrserverless.Application[any]
- func (t *Template) GetAllEMRStepResources() map[string]*emr.Step[any]
- func (t *Template) GetAllEMRStudioResources() map[string]*emr.Studio[any]
- func (t *Template) GetAllEMRStudioSessionMappingResources() map[string]*emr.StudioSessionMapping[any]
- func (t *Template) GetAllEMRWALWorkspaceResources() map[string]*emr.WALWorkspace[any]
- func (t *Template) GetAllElastiCacheCacheClusterResources() map[string]*elasticache.CacheCluster[any]
- func (t *Template) GetAllElastiCacheGlobalReplicationGroupResources() map[string]*elasticache.GlobalReplicationGroup[any]
- func (t *Template) GetAllElastiCacheParameterGroupResources() map[string]*elasticache.ParameterGroup[any]
- func (t *Template) GetAllElastiCacheReplicationGroupResources() map[string]*elasticache.ReplicationGroup[any]
- func (t *Template) GetAllElastiCacheSecurityGroupIngressResources() map[string]*elasticache.SecurityGroupIngress[any]
- func (t *Template) GetAllElastiCacheSecurityGroupResources() map[string]*elasticache.SecurityGroup[any]
- func (t *Template) GetAllElastiCacheSubnetGroupResources() map[string]*elasticache.SubnetGroup[any]
- func (t *Template) GetAllElastiCacheUserGroupResources() map[string]*elasticache.UserGroup[any]
- func (t *Template) GetAllElastiCacheUserResources() map[string]*elasticache.User[any]
- func (t *Template) GetAllElasticBeanstalkApplicationResources() map[string]*elasticbeanstalk.Application[any]
- func (t *Template) GetAllElasticBeanstalkApplicationVersionResources() map[string]*elasticbeanstalk.ApplicationVersion[any]
- func (t *Template) GetAllElasticBeanstalkConfigurationTemplateResources() map[string]*elasticbeanstalk.ConfigurationTemplate[any]
- func (t *Template) GetAllElasticBeanstalkEnvironmentResources() map[string]*elasticbeanstalk.Environment[any]
- func (t *Template) GetAllElasticLoadBalancingLoadBalancerResources() map[string]*elasticloadbalancing.LoadBalancer[any]
- func (t *Template) GetAllElasticLoadBalancingV2ListenerCertificateResources() map[string]*elasticloadbalancingv2.ListenerCertificate[any]
- func (t *Template) GetAllElasticLoadBalancingV2ListenerResources() map[string]*elasticloadbalancingv2.Listener[any]
- func (t *Template) GetAllElasticLoadBalancingV2ListenerRuleResources() map[string]*elasticloadbalancingv2.ListenerRule[any]
- func (t *Template) GetAllElasticLoadBalancingV2LoadBalancerResources() map[string]*elasticloadbalancingv2.LoadBalancer[any]
- func (t *Template) GetAllElasticLoadBalancingV2TargetGroupResources() map[string]*elasticloadbalancingv2.TargetGroup[any]
- func (t *Template) GetAllElasticsearchDomainResources() map[string]*elasticsearch.Domain[any]
- func (t *Template) GetAllEntityResolutionIdMappingWorkflowResources() map[string]*entityresolution.IdMappingWorkflow[any]
- func (t *Template) GetAllEntityResolutionMatchingWorkflowResources() map[string]*entityresolution.MatchingWorkflow[any]
- func (t *Template) GetAllEntityResolutionSchemaMappingResources() map[string]*entityresolution.SchemaMapping[any]
- func (t *Template) GetAllEventSchemasDiscovererResources() map[string]*eventschemas.Discoverer[any]
- func (t *Template) GetAllEventSchemasRegistryPolicyResources() map[string]*eventschemas.RegistryPolicy[any]
- func (t *Template) GetAllEventSchemasRegistryResources() map[string]*eventschemas.Registry[any]
- func (t *Template) GetAllEventSchemasSchemaResources() map[string]*eventschemas.Schema[any]
- func (t *Template) GetAllEventsApiDestinationResources() map[string]*events.ApiDestination[any]
- func (t *Template) GetAllEventsArchiveResources() map[string]*events.Archive[any]
- func (t *Template) GetAllEventsConnectionResources() map[string]*events.Connection[any]
- func (t *Template) GetAllEventsEndpointResources() map[string]*events.Endpoint[any]
- func (t *Template) GetAllEventsEventBusPolicyResources() map[string]*events.EventBusPolicy[any]
- func (t *Template) GetAllEventsEventBusResources() map[string]*events.EventBus[any]
- func (t *Template) GetAllEventsRuleResources() map[string]*events.Rule[any]
- func (t *Template) GetAllEvidentlyExperimentResources() map[string]*evidently.Experiment[any]
- func (t *Template) GetAllEvidentlyFeatureResources() map[string]*evidently.Feature[any]
- func (t *Template) GetAllEvidentlyLaunchResources() map[string]*evidently.Launch[any]
- func (t *Template) GetAllEvidentlyProjectResources() map[string]*evidently.Project[any]
- func (t *Template) GetAllEvidentlySegmentResources() map[string]*evidently.Segment[any]
- func (t *Template) GetAllFISExperimentTemplateResources() map[string]*fis.ExperimentTemplate[any]
- func (t *Template) GetAllFMSNotificationChannelResources() map[string]*fms.NotificationChannel[any]
- func (t *Template) GetAllFMSPolicyResources() map[string]*fms.Policy[any]
- func (t *Template) GetAllFMSResourceSetResources() map[string]*fms.ResourceSet[any]
- func (t *Template) GetAllFSxDataRepositoryAssociationResources() map[string]*fsx.DataRepositoryAssociation[any]
- func (t *Template) GetAllFSxFileSystemResources() map[string]*fsx.FileSystem[any]
- func (t *Template) GetAllFSxSnapshotResources() map[string]*fsx.Snapshot[any]
- func (t *Template) GetAllFSxStorageVirtualMachineResources() map[string]*fsx.StorageVirtualMachine[any]
- func (t *Template) GetAllFSxVolumeResources() map[string]*fsx.Volume[any]
- func (t *Template) GetAllFinSpaceEnvironmentResources() map[string]*finspace.Environment[any]
- func (t *Template) GetAllForecastDatasetGroupResources() map[string]*forecast.DatasetGroup[any]
- func (t *Template) GetAllForecastDatasetResources() map[string]*forecast.Dataset[any]
- func (t *Template) GetAllFraudDetectorDetectorResources() map[string]*frauddetector.Detector[any]
- func (t *Template) GetAllFraudDetectorEntityTypeResources() map[string]*frauddetector.EntityType[any]
- func (t *Template) GetAllFraudDetectorEventTypeResources() map[string]*frauddetector.EventType[any]
- func (t *Template) GetAllFraudDetectorLabelResources() map[string]*frauddetector.Label[any]
- func (t *Template) GetAllFraudDetectorListResources() map[string]*frauddetector.List[any]
- func (t *Template) GetAllFraudDetectorOutcomeResources() map[string]*frauddetector.Outcome[any]
- func (t *Template) GetAllFraudDetectorVariableResources() map[string]*frauddetector.Variable[any]
- func (t *Template) GetAllGameLiftAliasResources() map[string]*gamelift.Alias[any]
- func (t *Template) GetAllGameLiftBuildResources() map[string]*gamelift.Build[any]
- func (t *Template) GetAllGameLiftFleetResources() map[string]*gamelift.Fleet[any]
- func (t *Template) GetAllGameLiftGameServerGroupResources() map[string]*gamelift.GameServerGroup[any]
- func (t *Template) GetAllGameLiftGameSessionQueueResources() map[string]*gamelift.GameSessionQueue[any]
- func (t *Template) GetAllGameLiftLocationResources() map[string]*gamelift.Location[any]
- func (t *Template) GetAllGameLiftMatchmakingConfigurationResources() map[string]*gamelift.MatchmakingConfiguration[any]
- func (t *Template) GetAllGameLiftMatchmakingRuleSetResources() map[string]*gamelift.MatchmakingRuleSet[any]
- func (t *Template) GetAllGameLiftScriptResources() map[string]*gamelift.Script[any]
- func (t *Template) GetAllGlobalAcceleratorAcceleratorResources() map[string]*globalaccelerator.Accelerator[any]
- func (t *Template) GetAllGlobalAcceleratorEndpointGroupResources() map[string]*globalaccelerator.EndpointGroup[any]
- func (t *Template) GetAllGlobalAcceleratorListenerResources() map[string]*globalaccelerator.Listener[any]
- func (t *Template) GetAllGlueClassifierResources() map[string]*glue.Classifier[any]
- func (t *Template) GetAllGlueConnectionResources() map[string]*glue.Connection[any]
- func (t *Template) GetAllGlueCrawlerResources() map[string]*glue.Crawler[any]
- func (t *Template) GetAllGlueDataCatalogEncryptionSettingsResources() map[string]*glue.DataCatalogEncryptionSettings[any]
- func (t *Template) GetAllGlueDataQualityRulesetResources() map[string]*glue.DataQualityRuleset[any]
- func (t *Template) GetAllGlueDatabaseResources() map[string]*glue.Database[any]
- func (t *Template) GetAllGlueDevEndpointResources() map[string]*glue.DevEndpoint[any]
- func (t *Template) GetAllGlueJobResources() map[string]*glue.Job[any]
- func (t *Template) GetAllGlueMLTransformResources() map[string]*glue.MLTransform[any]
- func (t *Template) GetAllGluePartitionResources() map[string]*glue.Partition[any]
- func (t *Template) GetAllGlueRegistryResources() map[string]*glue.Registry[any]
- func (t *Template) GetAllGlueSchemaResources() map[string]*glue.Schema[any]
- func (t *Template) GetAllGlueSchemaVersionMetadataResources() map[string]*glue.SchemaVersionMetadata[any]
- func (t *Template) GetAllGlueSchemaVersionResources() map[string]*glue.SchemaVersion[any]
- func (t *Template) GetAllGlueSecurityConfigurationResources() map[string]*glue.SecurityConfiguration[any]
- func (t *Template) GetAllGlueTableResources() map[string]*glue.Table[any]
- func (t *Template) GetAllGlueTriggerResources() map[string]*glue.Trigger[any]
- func (t *Template) GetAllGlueWorkflowResources() map[string]*glue.Workflow[any]
- func (t *Template) GetAllGrafanaWorkspaceResources() map[string]*grafana.Workspace[any]
- func (t *Template) GetAllGreengrassConnectorDefinitionResources() map[string]*greengrass.ConnectorDefinition[any]
- func (t *Template) GetAllGreengrassConnectorDefinitionVersionResources() map[string]*greengrass.ConnectorDefinitionVersion[any]
- func (t *Template) GetAllGreengrassCoreDefinitionResources() map[string]*greengrass.CoreDefinition[any]
- func (t *Template) GetAllGreengrassCoreDefinitionVersionResources() map[string]*greengrass.CoreDefinitionVersion[any]
- func (t *Template) GetAllGreengrassDeviceDefinitionResources() map[string]*greengrass.DeviceDefinition[any]
- func (t *Template) GetAllGreengrassDeviceDefinitionVersionResources() map[string]*greengrass.DeviceDefinitionVersion[any]
- func (t *Template) GetAllGreengrassFunctionDefinitionResources() map[string]*greengrass.FunctionDefinition[any]
- func (t *Template) GetAllGreengrassFunctionDefinitionVersionResources() map[string]*greengrass.FunctionDefinitionVersion[any]
- func (t *Template) GetAllGreengrassGroupResources() map[string]*greengrass.Group[any]
- func (t *Template) GetAllGreengrassGroupVersionResources() map[string]*greengrass.GroupVersion[any]
- func (t *Template) GetAllGreengrassLoggerDefinitionResources() map[string]*greengrass.LoggerDefinition[any]
- func (t *Template) GetAllGreengrassLoggerDefinitionVersionResources() map[string]*greengrass.LoggerDefinitionVersion[any]
- func (t *Template) GetAllGreengrassResourceDefinitionResources() map[string]*greengrass.ResourceDefinition[any]
- func (t *Template) GetAllGreengrassResourceDefinitionVersionResources() map[string]*greengrass.ResourceDefinitionVersion[any]
- func (t *Template) GetAllGreengrassSubscriptionDefinitionResources() map[string]*greengrass.SubscriptionDefinition[any]
- func (t *Template) GetAllGreengrassSubscriptionDefinitionVersionResources() map[string]*greengrass.SubscriptionDefinitionVersion[any]
- func (t *Template) GetAllGreengrassV2ComponentVersionResources() map[string]*greengrassv2.ComponentVersion[any]
- func (t *Template) GetAllGreengrassV2DeploymentResources() map[string]*greengrassv2.Deployment[any]
- func (t *Template) GetAllGroundStationConfigResources() map[string]*groundstation.Config[any]
- func (t *Template) GetAllGroundStationDataflowEndpointGroupResources() map[string]*groundstation.DataflowEndpointGroup[any]
- func (t *Template) GetAllGroundStationMissionProfileResources() map[string]*groundstation.MissionProfile[any]
- func (t *Template) GetAllGuardDutyDetectorResources() map[string]*guardduty.Detector[any]
- func (t *Template) GetAllGuardDutyFilterResources() map[string]*guardduty.Filter[any]
- func (t *Template) GetAllGuardDutyIPSetResources() map[string]*guardduty.IPSet[any]
- func (t *Template) GetAllGuardDutyMasterResources() map[string]*guardduty.Master[any]
- func (t *Template) GetAllGuardDutyMemberResources() map[string]*guardduty.Member[any]
- func (t *Template) GetAllGuardDutyThreatIntelSetResources() map[string]*guardduty.ThreatIntelSet[any]
- func (t *Template) GetAllHealthImagingDatastoreResources() map[string]*healthimaging.Datastore[any]
- func (t *Template) GetAllHealthLakeFHIRDatastoreResources() map[string]*healthlake.FHIRDatastore[any]
- func (t *Template) GetAllIAMAccessKeyResources() map[string]*iam.AccessKey[any]
- func (t *Template) GetAllIAMGroupPolicyResources() map[string]*iam.GroupPolicy[any]
- func (t *Template) GetAllIAMGroupResources() map[string]*iam.Group[any]
- func (t *Template) GetAllIAMInstanceProfileResources() map[string]*iam.InstanceProfile[any]
- func (t *Template) GetAllIAMManagedPolicyResources() map[string]*iam.ManagedPolicy[any]
- func (t *Template) GetAllIAMOIDCProviderResources() map[string]*iam.OIDCProvider[any]
- func (t *Template) GetAllIAMPolicyResources() map[string]*iam.Policy[any]
- func (t *Template) GetAllIAMRolePolicyResources() map[string]*iam.RolePolicy[any]
- func (t *Template) GetAllIAMRoleResources() map[string]*iam.Role[any]
- func (t *Template) GetAllIAMSAMLProviderResources() map[string]*iam.SAMLProvider[any]
- func (t *Template) GetAllIAMServerCertificateResources() map[string]*iam.ServerCertificate[any]
- func (t *Template) GetAllIAMServiceLinkedRoleResources() map[string]*iam.ServiceLinkedRole[any]
- func (t *Template) GetAllIAMUserPolicyResources() map[string]*iam.UserPolicy[any]
- func (t *Template) GetAllIAMUserResources() map[string]*iam.User[any]
- func (t *Template) GetAllIAMUserToGroupAdditionResources() map[string]*iam.UserToGroupAddition[any]
- func (t *Template) GetAllIAMVirtualMFADeviceResources() map[string]*iam.VirtualMFADevice[any]
- func (t *Template) GetAllIVSChannelResources() map[string]*ivs.Channel[any]
- func (t *Template) GetAllIVSChatLoggingConfigurationResources() map[string]*ivschat.LoggingConfiguration[any]
- func (t *Template) GetAllIVSChatRoomResources() map[string]*ivschat.Room[any]
- func (t *Template) GetAllIVSPlaybackKeyPairResources() map[string]*ivs.PlaybackKeyPair[any]
- func (t *Template) GetAllIVSRecordingConfigurationResources() map[string]*ivs.RecordingConfiguration[any]
- func (t *Template) GetAllIVSStreamKeyResources() map[string]*ivs.StreamKey[any]
- func (t *Template) GetAllIdentityStoreGroupMembershipResources() map[string]*identitystore.GroupMembership[any]
- func (t *Template) GetAllIdentityStoreGroupResources() map[string]*identitystore.Group[any]
- func (t *Template) GetAllImageBuilderComponentResources() map[string]*imagebuilder.Component[any]
- func (t *Template) GetAllImageBuilderContainerRecipeResources() map[string]*imagebuilder.ContainerRecipe[any]
- func (t *Template) GetAllImageBuilderDistributionConfigurationResources() map[string]*imagebuilder.DistributionConfiguration[any]
- func (t *Template) GetAllImageBuilderImagePipelineResources() map[string]*imagebuilder.ImagePipeline[any]
- func (t *Template) GetAllImageBuilderImageRecipeResources() map[string]*imagebuilder.ImageRecipe[any]
- func (t *Template) GetAllImageBuilderImageResources() map[string]*imagebuilder.Image[any]
- func (t *Template) GetAllImageBuilderInfrastructureConfigurationResources() map[string]*imagebuilder.InfrastructureConfiguration[any]
- func (t *Template) GetAllInspectorAssessmentTargetResources() map[string]*inspector.AssessmentTarget[any]
- func (t *Template) GetAllInspectorAssessmentTemplateResources() map[string]*inspector.AssessmentTemplate[any]
- func (t *Template) GetAllInspectorResourceGroupResources() map[string]*inspector.ResourceGroup[any]
- func (t *Template) GetAllInspectorV2FilterResources() map[string]*inspectorv2.Filter[any]
- func (t *Template) GetAllInternetMonitorMonitorResources() map[string]*internetmonitor.Monitor[any]
- func (t *Template) GetAllIoT1ClickDeviceResources() map[string]*iot1click.Device[any]
- func (t *Template) GetAllIoT1ClickPlacementResources() map[string]*iot1click.Placement[any]
- func (t *Template) GetAllIoT1ClickProjectResources() map[string]*iot1click.Project[any]
- func (t *Template) GetAllIoTAccountAuditConfigurationResources() map[string]*iot.AccountAuditConfiguration[any]
- func (t *Template) GetAllIoTAnalyticsChannelResources() map[string]*iotanalytics.Channel[any]
- func (t *Template) GetAllIoTAnalyticsDatasetResources() map[string]*iotanalytics.Dataset[any]
- func (t *Template) GetAllIoTAnalyticsDatastoreResources() map[string]*iotanalytics.Datastore[any]
- func (t *Template) GetAllIoTAnalyticsPipelineResources() map[string]*iotanalytics.Pipeline[any]
- func (t *Template) GetAllIoTAuthorizerResources() map[string]*iot.Authorizer[any]
- func (t *Template) GetAllIoTBillingGroupResources() map[string]*iot.BillingGroup[any]
- func (t *Template) GetAllIoTCACertificateResources() map[string]*iot.CACertificate[any]
- func (t *Template) GetAllIoTCertificateResources() map[string]*iot.Certificate[any]
- func (t *Template) GetAllIoTCoreDeviceAdvisorSuiteDefinitionResources() map[string]*iotcoredeviceadvisor.SuiteDefinition[any]
- func (t *Template) GetAllIoTCustomMetricResources() map[string]*iot.CustomMetric[any]
- func (t *Template) GetAllIoTDimensionResources() map[string]*iot.Dimension[any]
- func (t *Template) GetAllIoTDomainConfigurationResources() map[string]*iot.DomainConfiguration[any]
- func (t *Template) GetAllIoTEventsAlarmModelResources() map[string]*iotevents.AlarmModel[any]
- func (t *Template) GetAllIoTEventsDetectorModelResources() map[string]*iotevents.DetectorModel[any]
- func (t *Template) GetAllIoTEventsInputResources() map[string]*iotevents.Input[any]
- func (t *Template) GetAllIoTFleetHubApplicationResources() map[string]*iotfleethub.Application[any]
- func (t *Template) GetAllIoTFleetMetricResources() map[string]*iot.FleetMetric[any]
- func (t *Template) GetAllIoTFleetWiseCampaignResources() map[string]*iotfleetwise.Campaign[any]
- func (t *Template) GetAllIoTFleetWiseDecoderManifestResources() map[string]*iotfleetwise.DecoderManifest[any]
- func (t *Template) GetAllIoTFleetWiseFleetResources() map[string]*iotfleetwise.Fleet[any]
- func (t *Template) GetAllIoTFleetWiseModelManifestResources() map[string]*iotfleetwise.ModelManifest[any]
- func (t *Template) GetAllIoTFleetWiseSignalCatalogResources() map[string]*iotfleetwise.SignalCatalog[any]
- func (t *Template) GetAllIoTFleetWiseVehicleResources() map[string]*iotfleetwise.Vehicle[any]
- func (t *Template) GetAllIoTJobTemplateResources() map[string]*iot.JobTemplate[any]
- func (t *Template) GetAllIoTLoggingResources() map[string]*iot.Logging[any]
- func (t *Template) GetAllIoTMitigationActionResources() map[string]*iot.MitigationAction[any]
- func (t *Template) GetAllIoTPolicyPrincipalAttachmentResources() map[string]*iot.PolicyPrincipalAttachment[any]
- func (t *Template) GetAllIoTPolicyResources() map[string]*iot.Policy[any]
- func (t *Template) GetAllIoTProvisioningTemplateResources() map[string]*iot.ProvisioningTemplate[any]
- func (t *Template) GetAllIoTResourceSpecificLoggingResources() map[string]*iot.ResourceSpecificLogging[any]
- func (t *Template) GetAllIoTRoleAliasResources() map[string]*iot.RoleAlias[any]
- func (t *Template) GetAllIoTScheduledAuditResources() map[string]*iot.ScheduledAudit[any]
- func (t *Template) GetAllIoTSecurityProfileResources() map[string]*iot.SecurityProfile[any]
- func (t *Template) GetAllIoTSiteWiseAccessPolicyResources() map[string]*iotsitewise.AccessPolicy[any]
- func (t *Template) GetAllIoTSiteWiseAssetModelResources() map[string]*iotsitewise.AssetModel[any]
- func (t *Template) GetAllIoTSiteWiseAssetResources() map[string]*iotsitewise.Asset[any]
- func (t *Template) GetAllIoTSiteWiseDashboardResources() map[string]*iotsitewise.Dashboard[any]
- func (t *Template) GetAllIoTSiteWiseGatewayResources() map[string]*iotsitewise.Gateway[any]
- func (t *Template) GetAllIoTSiteWisePortalResources() map[string]*iotsitewise.Portal[any]
- func (t *Template) GetAllIoTSiteWiseProjectResources() map[string]*iotsitewise.Project[any]
- func (t *Template) GetAllIoTSoftwarePackageResources() map[string]*iot.SoftwarePackage[any]
- func (t *Template) GetAllIoTSoftwarePackageVersionResources() map[string]*iot.SoftwarePackageVersion[any]
- func (t *Template) GetAllIoTThingGroupResources() map[string]*iot.ThingGroup[any]
- func (t *Template) GetAllIoTThingPrincipalAttachmentResources() map[string]*iot.ThingPrincipalAttachment[any]
- func (t *Template) GetAllIoTThingResources() map[string]*iot.Thing[any]
- func (t *Template) GetAllIoTThingTypeResources() map[string]*iot.ThingType[any]
- func (t *Template) GetAllIoTThingsGraphFlowTemplateResources() map[string]*iotthingsgraph.FlowTemplate[any]
- func (t *Template) GetAllIoTTopicRuleDestinationResources() map[string]*iot.TopicRuleDestination[any]
- func (t *Template) GetAllIoTTopicRuleResources() map[string]*iot.TopicRule[any]
- func (t *Template) GetAllIoTTwinMakerComponentTypeResources() map[string]*iottwinmaker.ComponentType[any]
- func (t *Template) GetAllIoTTwinMakerEntityResources() map[string]*iottwinmaker.Entity[any]
- func (t *Template) GetAllIoTTwinMakerSceneResources() map[string]*iottwinmaker.Scene[any]
- func (t *Template) GetAllIoTTwinMakerSyncJobResources() map[string]*iottwinmaker.SyncJob[any]
- func (t *Template) GetAllIoTTwinMakerWorkspaceResources() map[string]*iottwinmaker.Workspace[any]
- func (t *Template) GetAllIoTWirelessDestinationResources() map[string]*iotwireless.Destination[any]
- func (t *Template) GetAllIoTWirelessDeviceProfileResources() map[string]*iotwireless.DeviceProfile[any]
- func (t *Template) GetAllIoTWirelessFuotaTaskResources() map[string]*iotwireless.FuotaTask[any]
- func (t *Template) GetAllIoTWirelessMulticastGroupResources() map[string]*iotwireless.MulticastGroup[any]
- func (t *Template) GetAllIoTWirelessNetworkAnalyzerConfigurationResources() map[string]*iotwireless.NetworkAnalyzerConfiguration[any]
- func (t *Template) GetAllIoTWirelessPartnerAccountResources() map[string]*iotwireless.PartnerAccount[any]
- func (t *Template) GetAllIoTWirelessServiceProfileResources() map[string]*iotwireless.ServiceProfile[any]
- func (t *Template) GetAllIoTWirelessTaskDefinitionResources() map[string]*iotwireless.TaskDefinition[any]
- func (t *Template) GetAllIoTWirelessWirelessDeviceImportTaskResources() map[string]*iotwireless.WirelessDeviceImportTask[any]
- func (t *Template) GetAllIoTWirelessWirelessDeviceResources() map[string]*iotwireless.WirelessDevice[any]
- func (t *Template) GetAllIoTWirelessWirelessGatewayResources() map[string]*iotwireless.WirelessGateway[any]
- func (t *Template) GetAllKMSAliasResources() map[string]*kms.Alias[any]
- func (t *Template) GetAllKMSKeyResources() map[string]*kms.Key[any]
- func (t *Template) GetAllKMSReplicaKeyResources() map[string]*kms.ReplicaKey[any]
- func (t *Template) GetAllKafkaConnectConnectorResources() map[string]*kafkaconnect.Connector[any]
- func (t *Template) GetAllKendraDataSourceResources() map[string]*kendra.DataSource[any]
- func (t *Template) GetAllKendraFaqResources() map[string]*kendra.Faq[any]
- func (t *Template) GetAllKendraIndexResources() map[string]*kendra.Index[any]
- func (t *Template) GetAllKendraRankingExecutionPlanResources() map[string]*kendraranking.ExecutionPlan[any]
- func (t *Template) GetAllKinesisAnalyticsApplicationOutputResources() map[string]*kinesisanalytics.ApplicationOutput[any]
- func (t *Template) GetAllKinesisAnalyticsApplicationReferenceDataSourceResources() map[string]*kinesisanalytics.ApplicationReferenceDataSource[any]
- func (t *Template) GetAllKinesisAnalyticsApplicationResources() map[string]*kinesisanalytics.Application[any]
- func (t *Template) GetAllKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionResources() map[string]*kinesisanalyticsv2.ApplicationCloudWatchLoggingOption[any]
- func (t *Template) GetAllKinesisAnalyticsV2ApplicationOutputResources() map[string]*kinesisanalyticsv2.ApplicationOutput[any]
- func (t *Template) GetAllKinesisAnalyticsV2ApplicationReferenceDataSourceResources() map[string]*kinesisanalyticsv2.ApplicationReferenceDataSource[any]
- func (t *Template) GetAllKinesisAnalyticsV2ApplicationResources() map[string]*kinesisanalyticsv2.Application[any]
- func (t *Template) GetAllKinesisFirehoseDeliveryStreamResources() map[string]*kinesisfirehose.DeliveryStream[any]
- func (t *Template) GetAllKinesisStreamConsumerResources() map[string]*kinesis.StreamConsumer[any]
- func (t *Template) GetAllKinesisStreamResources() map[string]*kinesis.Stream[any]
- func (t *Template) GetAllKinesisVideoSignalingChannelResources() map[string]*kinesisvideo.SignalingChannel[any]
- func (t *Template) GetAllKinesisVideoStreamResources() map[string]*kinesisvideo.Stream[any]
- func (t *Template) GetAllLakeFormationDataCellsFilterResources() map[string]*lakeformation.DataCellsFilter[any]
- func (t *Template) GetAllLakeFormationDataLakeSettingsResources() map[string]*lakeformation.DataLakeSettings[any]
- func (t *Template) GetAllLakeFormationPermissionsResources() map[string]*lakeformation.Permissions[any]
- func (t *Template) GetAllLakeFormationPrincipalPermissionsResources() map[string]*lakeformation.PrincipalPermissions[any]
- func (t *Template) GetAllLakeFormationResourceResources() map[string]*lakeformation.Resource[any]
- func (t *Template) GetAllLakeFormationTagAssociationResources() map[string]*lakeformation.TagAssociation[any]
- func (t *Template) GetAllLakeFormationTagResources() map[string]*lakeformation.Tag[any]
- func (t *Template) GetAllLambdaAliasResources() map[string]*lambda.Alias[any]
- func (t *Template) GetAllLambdaCodeSigningConfigResources() map[string]*lambda.CodeSigningConfig[any]
- func (t *Template) GetAllLambdaEventInvokeConfigResources() map[string]*lambda.EventInvokeConfig[any]
- func (t *Template) GetAllLambdaEventSourceMappingResources() map[string]*lambda.EventSourceMapping[any]
- func (t *Template) GetAllLambdaFunctionResources() map[string]*lambda.Function[any]
- func (t *Template) GetAllLambdaLayerVersionPermissionResources() map[string]*lambda.LayerVersionPermission[any]
- func (t *Template) GetAllLambdaLayerVersionResources() map[string]*lambda.LayerVersion[any]
- func (t *Template) GetAllLambdaPermissionResources() map[string]*lambda.Permission[any]
- func (t *Template) GetAllLambdaUrlResources() map[string]*lambda.Url[any]
- func (t *Template) GetAllLambdaVersionResources() map[string]*lambda.Version[any]
- func (t *Template) GetAllLexBotAliasResources() map[string]*lex.BotAlias[any]
- func (t *Template) GetAllLexBotResources() map[string]*lex.Bot[any]
- func (t *Template) GetAllLexBotVersionResources() map[string]*lex.BotVersion[any]
- func (t *Template) GetAllLexResourcePolicyResources() map[string]*lex.ResourcePolicy[any]
- func (t *Template) GetAllLicenseManagerGrantResources() map[string]*licensemanager.Grant[any]
- func (t *Template) GetAllLicenseManagerLicenseResources() map[string]*licensemanager.License[any]
- func (t *Template) GetAllLightsailAlarmResources() map[string]*lightsail.Alarm[any]
- func (t *Template) GetAllLightsailBucketResources() map[string]*lightsail.Bucket[any]
- func (t *Template) GetAllLightsailCertificateResources() map[string]*lightsail.Certificate[any]
- func (t *Template) GetAllLightsailContainerResources() map[string]*lightsail.Container[any]
- func (t *Template) GetAllLightsailDatabaseResources() map[string]*lightsail.Database[any]
- func (t *Template) GetAllLightsailDiskResources() map[string]*lightsail.Disk[any]
- func (t *Template) GetAllLightsailDistributionResources() map[string]*lightsail.Distribution[any]
- func (t *Template) GetAllLightsailInstanceResources() map[string]*lightsail.Instance[any]
- func (t *Template) GetAllLightsailLoadBalancerResources() map[string]*lightsail.LoadBalancer[any]
- func (t *Template) GetAllLightsailLoadBalancerTlsCertificateResources() map[string]*lightsail.LoadBalancerTlsCertificate[any]
- func (t *Template) GetAllLightsailStaticIpResources() map[string]*lightsail.StaticIp[any]
- func (t *Template) GetAllLocationGeofenceCollectionResources() map[string]*location.GeofenceCollection[any]
- func (t *Template) GetAllLocationMapResources() map[string]*location.Map[any]
- func (t *Template) GetAllLocationPlaceIndexResources() map[string]*location.PlaceIndex[any]
- func (t *Template) GetAllLocationRouteCalculatorResources() map[string]*location.RouteCalculator[any]
- func (t *Template) GetAllLocationTrackerConsumerResources() map[string]*location.TrackerConsumer[any]
- func (t *Template) GetAllLocationTrackerResources() map[string]*location.Tracker[any]
- func (t *Template) GetAllLogsAccountPolicyResources() map[string]*logs.AccountPolicy[any]
- func (t *Template) GetAllLogsDestinationResources() map[string]*logs.Destination[any]
- func (t *Template) GetAllLogsLogGroupResources() map[string]*logs.LogGroup[any]
- func (t *Template) GetAllLogsLogStreamResources() map[string]*logs.LogStream[any]
- func (t *Template) GetAllLogsMetricFilterResources() map[string]*logs.MetricFilter[any]
- func (t *Template) GetAllLogsQueryDefinitionResources() map[string]*logs.QueryDefinition[any]
- func (t *Template) GetAllLogsResourcePolicyResources() map[string]*logs.ResourcePolicy[any]
- func (t *Template) GetAllLogsSubscriptionFilterResources() map[string]*logs.SubscriptionFilter[any]
- func (t *Template) GetAllLookoutEquipmentInferenceSchedulerResources() map[string]*lookoutequipment.InferenceScheduler[any]
- func (t *Template) GetAllLookoutMetricsAlertResources() map[string]*lookoutmetrics.Alert[any]
- func (t *Template) GetAllLookoutMetricsAnomalyDetectorResources() map[string]*lookoutmetrics.AnomalyDetector[any]
- func (t *Template) GetAllLookoutVisionProjectResources() map[string]*lookoutvision.Project[any]
- func (t *Template) GetAllM2ApplicationResources() map[string]*m2.Application[any]
- func (t *Template) GetAllM2EnvironmentResources() map[string]*m2.Environment[any]
- func (t *Template) GetAllMSKBatchScramSecretResources() map[string]*msk.BatchScramSecret[any]
- func (t *Template) GetAllMSKClusterPolicyResources() map[string]*msk.ClusterPolicy[any]
- func (t *Template) GetAllMSKClusterResources() map[string]*msk.Cluster[any]
- func (t *Template) GetAllMSKConfigurationResources() map[string]*msk.Configuration[any]
- func (t *Template) GetAllMSKReplicatorResources() map[string]*msk.Replicator[any]
- func (t *Template) GetAllMSKServerlessClusterResources() map[string]*msk.ServerlessCluster[any]
- func (t *Template) GetAllMSKVpcConnectionResources() map[string]*msk.VpcConnection[any]
- func (t *Template) GetAllMWAAEnvironmentResources() map[string]*mwaa.Environment[any]
- func (t *Template) GetAllMacieAllowListResources() map[string]*macie.AllowList[any]
- func (t *Template) GetAllMacieCustomDataIdentifierResources() map[string]*macie.CustomDataIdentifier[any]
- func (t *Template) GetAllMacieFindingsFilterResources() map[string]*macie.FindingsFilter[any]
- func (t *Template) GetAllMacieSessionResources() map[string]*macie.Session[any]
- func (t *Template) GetAllManagedBlockchainAccessorResources() map[string]*managedblockchain.Accessor[any]
- func (t *Template) GetAllManagedBlockchainMemberResources() map[string]*managedblockchain.Member[any]
- func (t *Template) GetAllManagedBlockchainNodeResources() map[string]*managedblockchain.Node[any]
- func (t *Template) GetAllMediaConnectBridgeOutputResources() map[string]*mediaconnect.BridgeOutput[any]
- func (t *Template) GetAllMediaConnectBridgeResources() map[string]*mediaconnect.Bridge[any]
- func (t *Template) GetAllMediaConnectBridgeSourceResources() map[string]*mediaconnect.BridgeSource[any]
- func (t *Template) GetAllMediaConnectFlowEntitlementResources() map[string]*mediaconnect.FlowEntitlement[any]
- func (t *Template) GetAllMediaConnectFlowOutputResources() map[string]*mediaconnect.FlowOutput[any]
- func (t *Template) GetAllMediaConnectFlowResources() map[string]*mediaconnect.Flow[any]
- func (t *Template) GetAllMediaConnectFlowSourceResources() map[string]*mediaconnect.FlowSource[any]
- func (t *Template) GetAllMediaConnectFlowVpcInterfaceResources() map[string]*mediaconnect.FlowVpcInterface[any]
- func (t *Template) GetAllMediaConnectGatewayResources() map[string]*mediaconnect.Gateway[any]
- func (t *Template) GetAllMediaConvertJobTemplateResources() map[string]*mediaconvert.JobTemplate[any]
- func (t *Template) GetAllMediaConvertPresetResources() map[string]*mediaconvert.Preset[any]
- func (t *Template) GetAllMediaConvertQueueResources() map[string]*mediaconvert.Queue[any]
- func (t *Template) GetAllMediaLiveChannelResources() map[string]*medialive.Channel[any]
- func (t *Template) GetAllMediaLiveInputResources() map[string]*medialive.Input[any]
- func (t *Template) GetAllMediaLiveInputSecurityGroupResources() map[string]*medialive.InputSecurityGroup[any]
- func (t *Template) GetAllMediaLiveMultiplexResources() map[string]*medialive.Multiplex[any]
- func (t *Template) GetAllMediaLiveMultiplexprogramResources() map[string]*medialive.Multiplexprogram[any]
- func (t *Template) GetAllMediaPackageAssetResources() map[string]*mediapackage.Asset[any]
- func (t *Template) GetAllMediaPackageChannelResources() map[string]*mediapackage.Channel[any]
- func (t *Template) GetAllMediaPackageOriginEndpointResources() map[string]*mediapackage.OriginEndpoint[any]
- func (t *Template) GetAllMediaPackagePackagingConfigurationResources() map[string]*mediapackage.PackagingConfiguration[any]
- func (t *Template) GetAllMediaPackagePackagingGroupResources() map[string]*mediapackage.PackagingGroup[any]
- func (t *Template) GetAllMediaPackageV2ChannelGroupResources() map[string]*mediapackagev2.ChannelGroup[any]
- func (t *Template) GetAllMediaPackageV2ChannelPolicyResources() map[string]*mediapackagev2.ChannelPolicy[any]
- func (t *Template) GetAllMediaPackageV2ChannelResources() map[string]*mediapackagev2.Channel[any]
- func (t *Template) GetAllMediaPackageV2OriginEndpointPolicyResources() map[string]*mediapackagev2.OriginEndpointPolicy[any]
- func (t *Template) GetAllMediaPackageV2OriginEndpointResources() map[string]*mediapackagev2.OriginEndpoint[any]
- func (t *Template) GetAllMediaStoreContainerResources() map[string]*mediastore.Container[any]
- func (t *Template) GetAllMediaTailorChannelPolicyResources() map[string]*mediatailor.ChannelPolicy[any]
- func (t *Template) GetAllMediaTailorChannelResources() map[string]*mediatailor.Channel[any]
- func (t *Template) GetAllMediaTailorLiveSourceResources() map[string]*mediatailor.LiveSource[any]
- func (t *Template) GetAllMediaTailorPlaybackConfigurationResources() map[string]*mediatailor.PlaybackConfiguration[any]
- func (t *Template) GetAllMediaTailorSourceLocationResources() map[string]*mediatailor.SourceLocation[any]
- func (t *Template) GetAllMediaTailorVodSourceResources() map[string]*mediatailor.VodSource[any]
- func (t *Template) GetAllMemoryDBACLResources() map[string]*memorydb.ACL[any]
- func (t *Template) GetAllMemoryDBClusterResources() map[string]*memorydb.Cluster[any]
- func (t *Template) GetAllMemoryDBParameterGroupResources() map[string]*memorydb.ParameterGroup[any]
- func (t *Template) GetAllMemoryDBSubnetGroupResources() map[string]*memorydb.SubnetGroup[any]
- func (t *Template) GetAllMemoryDBUserResources() map[string]*memorydb.User[any]
- func (t *Template) GetAllNeptuneDBClusterParameterGroupResources() map[string]*neptune.DBClusterParameterGroup[any]
- func (t *Template) GetAllNeptuneDBClusterResources() map[string]*neptune.DBCluster[any]
- func (t *Template) GetAllNeptuneDBInstanceResources() map[string]*neptune.DBInstance[any]
- func (t *Template) GetAllNeptuneDBParameterGroupResources() map[string]*neptune.DBParameterGroup[any]
- func (t *Template) GetAllNeptuneDBSubnetGroupResources() map[string]*neptune.DBSubnetGroup[any]
- func (t *Template) GetAllNetworkFirewallFirewallPolicyResources() map[string]*networkfirewall.FirewallPolicy[any]
- func (t *Template) GetAllNetworkFirewallFirewallResources() map[string]*networkfirewall.Firewall[any]
- func (t *Template) GetAllNetworkFirewallLoggingConfigurationResources() map[string]*networkfirewall.LoggingConfiguration[any]
- func (t *Template) GetAllNetworkFirewallRuleGroupResources() map[string]*networkfirewall.RuleGroup[any]
- func (t *Template) GetAllNetworkManagerConnectAttachmentResources() map[string]*networkmanager.ConnectAttachment[any]
- func (t *Template) GetAllNetworkManagerConnectPeerResources() map[string]*networkmanager.ConnectPeer[any]
- func (t *Template) GetAllNetworkManagerCoreNetworkResources() map[string]*networkmanager.CoreNetwork[any]
- func (t *Template) GetAllNetworkManagerCustomerGatewayAssociationResources() map[string]*networkmanager.CustomerGatewayAssociation[any]
- func (t *Template) GetAllNetworkManagerDeviceResources() map[string]*networkmanager.Device[any]
- func (t *Template) GetAllNetworkManagerGlobalNetworkResources() map[string]*networkmanager.GlobalNetwork[any]
- func (t *Template) GetAllNetworkManagerLinkAssociationResources() map[string]*networkmanager.LinkAssociation[any]
- func (t *Template) GetAllNetworkManagerLinkResources() map[string]*networkmanager.Link[any]
- func (t *Template) GetAllNetworkManagerSiteResources() map[string]*networkmanager.Site[any]
- func (t *Template) GetAllNetworkManagerSiteToSiteVpnAttachmentResources() map[string]*networkmanager.SiteToSiteVpnAttachment[any]
- func (t *Template) GetAllNetworkManagerTransitGatewayPeeringResources() map[string]*networkmanager.TransitGatewayPeering[any]
- func (t *Template) GetAllNetworkManagerTransitGatewayRegistrationResources() map[string]*networkmanager.TransitGatewayRegistration[any]
- func (t *Template) GetAllNetworkManagerTransitGatewayRouteTableAttachmentResources() map[string]*networkmanager.TransitGatewayRouteTableAttachment[any]
- func (t *Template) GetAllNetworkManagerVpcAttachmentResources() map[string]*networkmanager.VpcAttachment[any]
- func (t *Template) GetAllNimbleStudioLaunchProfileResources() map[string]*nimblestudio.LaunchProfile[any]
- func (t *Template) GetAllNimbleStudioStreamingImageResources() map[string]*nimblestudio.StreamingImage[any]
- func (t *Template) GetAllNimbleStudioStudioComponentResources() map[string]*nimblestudio.StudioComponent[any]
- func (t *Template) GetAllNimbleStudioStudioResources() map[string]*nimblestudio.Studio[any]
- func (t *Template) GetAllOSISPipelineResources() map[string]*osis.Pipeline[any]
- func (t *Template) GetAllOamLinkResources() map[string]*oam.Link[any]
- func (t *Template) GetAllOamSinkResources() map[string]*oam.Sink[any]
- func (t *Template) GetAllOmicsAnnotationStoreResources() map[string]*omics.AnnotationStore[any]
- func (t *Template) GetAllOmicsReferenceStoreResources() map[string]*omics.ReferenceStore[any]
- func (t *Template) GetAllOmicsRunGroupResources() map[string]*omics.RunGroup[any]
- func (t *Template) GetAllOmicsSequenceStoreResources() map[string]*omics.SequenceStore[any]
- func (t *Template) GetAllOmicsVariantStoreResources() map[string]*omics.VariantStore[any]
- func (t *Template) GetAllOmicsWorkflowResources() map[string]*omics.Workflow[any]
- func (t *Template) GetAllOpenSearchServerlessAccessPolicyResources() map[string]*opensearchserverless.AccessPolicy[any]
- func (t *Template) GetAllOpenSearchServerlessCollectionResources() map[string]*opensearchserverless.Collection[any]
- func (t *Template) GetAllOpenSearchServerlessSecurityConfigResources() map[string]*opensearchserverless.SecurityConfig[any]
- func (t *Template) GetAllOpenSearchServerlessSecurityPolicyResources() map[string]*opensearchserverless.SecurityPolicy[any]
- func (t *Template) GetAllOpenSearchServerlessVpcEndpointResources() map[string]*opensearchserverless.VpcEndpoint[any]
- func (t *Template) GetAllOpenSearchServiceDomainResources() map[string]*opensearchservice.Domain[any]
- func (t *Template) GetAllOpsWorksAppResources() map[string]*opsworks.App[any]
- func (t *Template) GetAllOpsWorksCMServerResources() map[string]*opsworkscm.Server[any]
- func (t *Template) GetAllOpsWorksElasticLoadBalancerAttachmentResources() map[string]*opsworks.ElasticLoadBalancerAttachment[any]
- func (t *Template) GetAllOpsWorksInstanceResources() map[string]*opsworks.Instance[any]
- func (t *Template) GetAllOpsWorksLayerResources() map[string]*opsworks.Layer[any]
- func (t *Template) GetAllOpsWorksStackResources() map[string]*opsworks.Stack[any]
- func (t *Template) GetAllOpsWorksUserProfileResources() map[string]*opsworks.UserProfile[any]
- func (t *Template) GetAllOpsWorksVolumeResources() map[string]*opsworks.Volume[any]
- func (t *Template) GetAllOrganizationsAccountResources() map[string]*organizations.Account[any]
- func (t *Template) GetAllOrganizationsOrganizationResources() map[string]*organizations.Organization[any]
- func (t *Template) GetAllOrganizationsOrganizationalUnitResources() map[string]*organizations.OrganizationalUnit[any]
- func (t *Template) GetAllOrganizationsPolicyResources() map[string]*organizations.Policy[any]
- func (t *Template) GetAllOrganizationsResourcePolicyResources() map[string]*organizations.ResourcePolicy[any]
- func (t *Template) GetAllPCAConnectorADConnectorResources() map[string]*pcaconnectorad.Connector[any]
- func (t *Template) GetAllPCAConnectorADDirectoryRegistrationResources() map[string]*pcaconnectorad.DirectoryRegistration[any]
- func (t *Template) GetAllPCAConnectorADServicePrincipalNameResources() map[string]*pcaconnectorad.ServicePrincipalName[any]
- func (t *Template) GetAllPCAConnectorADTemplateGroupAccessControlEntryResources() map[string]*pcaconnectorad.TemplateGroupAccessControlEntry[any]
- func (t *Template) GetAllPCAConnectorADTemplateResources() map[string]*pcaconnectorad.Template[any]
- func (t *Template) GetAllPanoramaApplicationInstanceResources() map[string]*panorama.ApplicationInstance[any]
- func (t *Template) GetAllPanoramaPackageResources() map[string]*panorama.Package[any]
- func (t *Template) GetAllPanoramaPackageVersionResources() map[string]*panorama.PackageVersion[any]
- func (t *Template) GetAllPersonalizeDatasetGroupResources() map[string]*personalize.DatasetGroup[any]
- func (t *Template) GetAllPersonalizeDatasetResources() map[string]*personalize.Dataset[any]
- func (t *Template) GetAllPersonalizeSchemaResources() map[string]*personalize.Schema[any]
- func (t *Template) GetAllPersonalizeSolutionResources() map[string]*personalize.Solution[any]
- func (t *Template) GetAllPinpointADMChannelResources() map[string]*pinpoint.ADMChannel[any]
- func (t *Template) GetAllPinpointAPNSChannelResources() map[string]*pinpoint.APNSChannel[any]
- func (t *Template) GetAllPinpointAPNSSandboxChannelResources() map[string]*pinpoint.APNSSandboxChannel[any]
- func (t *Template) GetAllPinpointAPNSVoipChannelResources() map[string]*pinpoint.APNSVoipChannel[any]
- func (t *Template) GetAllPinpointAPNSVoipSandboxChannelResources() map[string]*pinpoint.APNSVoipSandboxChannel[any]
- func (t *Template) GetAllPinpointAppResources() map[string]*pinpoint.App[any]
- func (t *Template) GetAllPinpointApplicationSettingsResources() map[string]*pinpoint.ApplicationSettings[any]
- func (t *Template) GetAllPinpointBaiduChannelResources() map[string]*pinpoint.BaiduChannel[any]
- func (t *Template) GetAllPinpointCampaignResources() map[string]*pinpoint.Campaign[any]
- func (t *Template) GetAllPinpointEmailChannelResources() map[string]*pinpoint.EmailChannel[any]
- func (t *Template) GetAllPinpointEmailConfigurationSetEventDestinationResources() map[string]*pinpointemail.ConfigurationSetEventDestination[any]
- func (t *Template) GetAllPinpointEmailConfigurationSetResources() map[string]*pinpointemail.ConfigurationSet[any]
- func (t *Template) GetAllPinpointEmailDedicatedIpPoolResources() map[string]*pinpointemail.DedicatedIpPool[any]
- func (t *Template) GetAllPinpointEmailIdentityResources() map[string]*pinpointemail.Identity[any]
- func (t *Template) GetAllPinpointEmailTemplateResources() map[string]*pinpoint.EmailTemplate[any]
- func (t *Template) GetAllPinpointEventStreamResources() map[string]*pinpoint.EventStream[any]
- func (t *Template) GetAllPinpointGCMChannelResources() map[string]*pinpoint.GCMChannel[any]
- func (t *Template) GetAllPinpointInAppTemplateResources() map[string]*pinpoint.InAppTemplate[any]
- func (t *Template) GetAllPinpointPushTemplateResources() map[string]*pinpoint.PushTemplate[any]
- func (t *Template) GetAllPinpointSMSChannelResources() map[string]*pinpoint.SMSChannel[any]
- func (t *Template) GetAllPinpointSegmentResources() map[string]*pinpoint.Segment[any]
- func (t *Template) GetAllPinpointSmsTemplateResources() map[string]*pinpoint.SmsTemplate[any]
- func (t *Template) GetAllPinpointVoiceChannelResources() map[string]*pinpoint.VoiceChannel[any]
- func (t *Template) GetAllPipesPipeResources() map[string]*pipes.Pipe[any]
- func (t *Template) GetAllProtonEnvironmentAccountConnectionResources() map[string]*proton.EnvironmentAccountConnection[any]
- func (t *Template) GetAllProtonEnvironmentTemplateResources() map[string]*proton.EnvironmentTemplate[any]
- func (t *Template) GetAllProtonServiceTemplateResources() map[string]*proton.ServiceTemplate[any]
- func (t *Template) GetAllQLDBLedgerResources() map[string]*qldb.Ledger[any]
- func (t *Template) GetAllQLDBStreamResources() map[string]*qldb.Stream[any]
- func (t *Template) GetAllQuickSightAnalysisResources() map[string]*quicksight.Analysis[any]
- func (t *Template) GetAllQuickSightDashboardResources() map[string]*quicksight.Dashboard[any]
- func (t *Template) GetAllQuickSightDataSetResources() map[string]*quicksight.DataSet[any]
- func (t *Template) GetAllQuickSightDataSourceResources() map[string]*quicksight.DataSource[any]
- func (t *Template) GetAllQuickSightRefreshScheduleResources() map[string]*quicksight.RefreshSchedule[any]
- func (t *Template) GetAllQuickSightTemplateResources() map[string]*quicksight.Template[any]
- func (t *Template) GetAllQuickSightThemeResources() map[string]*quicksight.Theme[any]
- func (t *Template) GetAllQuickSightTopicResources() map[string]*quicksight.Topic[any]
- func (t *Template) GetAllQuickSightVPCConnectionResources() map[string]*quicksight.VPCConnection[any]
- func (t *Template) GetAllRAMPermissionResources() map[string]*ram.Permission[any]
- func (t *Template) GetAllRAMResourceShareResources() map[string]*ram.ResourceShare[any]
- func (t *Template) GetAllRDSCustomDBEngineVersionResources() map[string]*rds.CustomDBEngineVersion[any]
- func (t *Template) GetAllRDSDBClusterParameterGroupResources() map[string]*rds.DBClusterParameterGroup[any]
- func (t *Template) GetAllRDSDBClusterResources() map[string]*rds.DBCluster[any]
- func (t *Template) GetAllRDSDBInstanceResources() map[string]*rds.DBInstance[any]
- func (t *Template) GetAllRDSDBParameterGroupResources() map[string]*rds.DBParameterGroup[any]
- func (t *Template) GetAllRDSDBProxyEndpointResources() map[string]*rds.DBProxyEndpoint[any]
- func (t *Template) GetAllRDSDBProxyResources() map[string]*rds.DBProxy[any]
- func (t *Template) GetAllRDSDBProxyTargetGroupResources() map[string]*rds.DBProxyTargetGroup[any]
- func (t *Template) GetAllRDSDBSecurityGroupIngressResources() map[string]*rds.DBSecurityGroupIngress[any]
- func (t *Template) GetAllRDSDBSecurityGroupResources() map[string]*rds.DBSecurityGroup[any]
- func (t *Template) GetAllRDSDBSubnetGroupResources() map[string]*rds.DBSubnetGroup[any]
- func (t *Template) GetAllRDSEventSubscriptionResources() map[string]*rds.EventSubscription[any]
- func (t *Template) GetAllRDSGlobalClusterResources() map[string]*rds.GlobalCluster[any]
- func (t *Template) GetAllRDSOptionGroupResources() map[string]*rds.OptionGroup[any]
- func (t *Template) GetAllRUMAppMonitorResources() map[string]*rum.AppMonitor[any]
- func (t *Template) GetAllRedshiftClusterParameterGroupResources() map[string]*redshift.ClusterParameterGroup[any]
- func (t *Template) GetAllRedshiftClusterResources() map[string]*redshift.Cluster[any]
- func (t *Template) GetAllRedshiftClusterSecurityGroupIngressResources() map[string]*redshift.ClusterSecurityGroupIngress[any]
- func (t *Template) GetAllRedshiftClusterSecurityGroupResources() map[string]*redshift.ClusterSecurityGroup[any]
- func (t *Template) GetAllRedshiftClusterSubnetGroupResources() map[string]*redshift.ClusterSubnetGroup[any]
- func (t *Template) GetAllRedshiftEndpointAccessResources() map[string]*redshift.EndpointAccess[any]
- func (t *Template) GetAllRedshiftEndpointAuthorizationResources() map[string]*redshift.EndpointAuthorization[any]
- func (t *Template) GetAllRedshiftEventSubscriptionResources() map[string]*redshift.EventSubscription[any]
- func (t *Template) GetAllRedshiftScheduledActionResources() map[string]*redshift.ScheduledAction[any]
- func (t *Template) GetAllRedshiftServerlessNamespaceResources() map[string]*redshiftserverless.Namespace[any]
- func (t *Template) GetAllRedshiftServerlessWorkgroupResources() map[string]*redshiftserverless.Workgroup[any]
- func (t *Template) GetAllRefactorSpacesApplicationResources() map[string]*refactorspaces.Application[any]
- func (t *Template) GetAllRefactorSpacesEnvironmentResources() map[string]*refactorspaces.Environment[any]
- func (t *Template) GetAllRefactorSpacesRouteResources() map[string]*refactorspaces.Route[any]
- func (t *Template) GetAllRefactorSpacesServiceResources() map[string]*refactorspaces.Service[any]
- func (t *Template) GetAllRekognitionCollectionResources() map[string]*rekognition.Collection[any]
- func (t *Template) GetAllRekognitionProjectResources() map[string]*rekognition.Project[any]
- func (t *Template) GetAllRekognitionStreamProcessorResources() map[string]*rekognition.StreamProcessor[any]
- func (t *Template) GetAllResilienceHubAppResources() map[string]*resiliencehub.App[any]
- func (t *Template) GetAllResilienceHubResiliencyPolicyResources() map[string]*resiliencehub.ResiliencyPolicy[any]
- func (t *Template) GetAllResourceExplorer2DefaultViewAssociationResources() map[string]*resourceexplorer2.DefaultViewAssociation[any]
- func (t *Template) GetAllResourceExplorer2IndexResources() map[string]*resourceexplorer2.Index[any]
- func (t *Template) GetAllResourceExplorer2ViewResources() map[string]*resourceexplorer2.View[any]
- func (t *Template) GetAllResourceGroupsGroupResources() map[string]*resourcegroups.Group[any]
- func (t *Template) GetAllRoboMakerFleetResources() map[string]*robomaker.Fleet[any]
- func (t *Template) GetAllRoboMakerRobotApplicationResources() map[string]*robomaker.RobotApplication[any]
- func (t *Template) GetAllRoboMakerRobotApplicationVersionResources() map[string]*robomaker.RobotApplicationVersion[any]
- func (t *Template) GetAllRoboMakerRobotResources() map[string]*robomaker.Robot[any]
- func (t *Template) GetAllRoboMakerSimulationApplicationResources() map[string]*robomaker.SimulationApplication[any]
- func (t *Template) GetAllRoboMakerSimulationApplicationVersionResources() map[string]*robomaker.SimulationApplicationVersion[any]
- func (t *Template) GetAllRolesAnywhereCRLResources() map[string]*rolesanywhere.CRL[any]
- func (t *Template) GetAllRolesAnywhereProfileResources() map[string]*rolesanywhere.Profile[any]
- func (t *Template) GetAllRolesAnywhereTrustAnchorResources() map[string]*rolesanywhere.TrustAnchor[any]
- func (t *Template) GetAllRoute53CidrCollectionResources() map[string]*route53.CidrCollection[any]
- func (t *Template) GetAllRoute53DNSSECResources() map[string]*route53.DNSSEC[any]
- func (t *Template) GetAllRoute53HealthCheckResources() map[string]*route53.HealthCheck[any]
- func (t *Template) GetAllRoute53HostedZoneResources() map[string]*route53.HostedZone[any]
- func (t *Template) GetAllRoute53KeySigningKeyResources() map[string]*route53.KeySigningKey[any]
- func (t *Template) GetAllRoute53RecordSetGroupResources() map[string]*route53.RecordSetGroup[any]
- func (t *Template) GetAllRoute53RecordSetResources() map[string]*route53.RecordSet[any]
- func (t *Template) GetAllRoute53RecoveryControlClusterResources() map[string]*route53recoverycontrol.Cluster[any]
- func (t *Template) GetAllRoute53RecoveryControlControlPanelResources() map[string]*route53recoverycontrol.ControlPanel[any]
- func (t *Template) GetAllRoute53RecoveryControlRoutingControlResources() map[string]*route53recoverycontrol.RoutingControl[any]
- func (t *Template) GetAllRoute53RecoveryControlSafetyRuleResources() map[string]*route53recoverycontrol.SafetyRule[any]
- func (t *Template) GetAllRoute53RecoveryReadinessCellResources() map[string]*route53recoveryreadiness.Cell[any]
- func (t *Template) GetAllRoute53RecoveryReadinessReadinessCheckResources() map[string]*route53recoveryreadiness.ReadinessCheck[any]
- func (t *Template) GetAllRoute53RecoveryReadinessRecoveryGroupResources() map[string]*route53recoveryreadiness.RecoveryGroup[any]
- func (t *Template) GetAllRoute53RecoveryReadinessResourceSetResources() map[string]*route53recoveryreadiness.ResourceSet[any]
- func (t *Template) GetAllRoute53ResolverFirewallDomainListResources() map[string]*route53resolver.FirewallDomainList[any]
- func (t *Template) GetAllRoute53ResolverFirewallRuleGroupAssociationResources() map[string]*route53resolver.FirewallRuleGroupAssociation[any]
- func (t *Template) GetAllRoute53ResolverFirewallRuleGroupResources() map[string]*route53resolver.FirewallRuleGroup[any]
- func (t *Template) GetAllRoute53ResolverOutpostResolverResources() map[string]*route53resolver.OutpostResolver[any]
- func (t *Template) GetAllRoute53ResolverResolverConfigResources() map[string]*route53resolver.ResolverConfig[any]
- func (t *Template) GetAllRoute53ResolverResolverDNSSECConfigResources() map[string]*route53resolver.ResolverDNSSECConfig[any]
- func (t *Template) GetAllRoute53ResolverResolverEndpointResources() map[string]*route53resolver.ResolverEndpoint[any]
- func (t *Template) GetAllRoute53ResolverResolverQueryLoggingConfigAssociationResources() map[string]*route53resolver.ResolverQueryLoggingConfigAssociation[any]
- func (t *Template) GetAllRoute53ResolverResolverQueryLoggingConfigResources() map[string]*route53resolver.ResolverQueryLoggingConfig[any]
- func (t *Template) GetAllRoute53ResolverResolverRuleAssociationResources() map[string]*route53resolver.ResolverRuleAssociation[any]
- func (t *Template) GetAllRoute53ResolverResolverRuleResources() map[string]*route53resolver.ResolverRule[any]
- func (t *Template) GetAllS3AccessPointResources() map[string]*s3.AccessPoint[any]
- func (t *Template) GetAllS3BucketPolicyResources() map[string]*s3.BucketPolicy[any]
- func (t *Template) GetAllS3BucketResources() map[string]*s3.Bucket[any]
- func (t *Template) GetAllS3MultiRegionAccessPointPolicyResources() map[string]*s3.MultiRegionAccessPointPolicy[any]
- func (t *Template) GetAllS3MultiRegionAccessPointResources() map[string]*s3.MultiRegionAccessPoint[any]
- func (t *Template) GetAllS3ObjectLambdaAccessPointPolicyResources() map[string]*s3objectlambda.AccessPointPolicy[any]
- func (t *Template) GetAllS3ObjectLambdaAccessPointResources() map[string]*s3objectlambda.AccessPoint[any]
- func (t *Template) GetAllS3OutpostsAccessPointResources() map[string]*s3outposts.AccessPoint[any]
- func (t *Template) GetAllS3OutpostsBucketPolicyResources() map[string]*s3outposts.BucketPolicy[any]
- func (t *Template) GetAllS3OutpostsBucketResources() map[string]*s3outposts.Bucket[any]
- func (t *Template) GetAllS3OutpostsEndpointResources() map[string]*s3outposts.Endpoint[any]
- func (t *Template) GetAllS3StorageLensResources() map[string]*s3.StorageLens[any]
- func (t *Template) GetAllSDBDomainResources() map[string]*sdb.Domain[any]
- func (t *Template) GetAllSESConfigurationSetEventDestinationResources() map[string]*ses.ConfigurationSetEventDestination[any]
- func (t *Template) GetAllSESConfigurationSetResources() map[string]*ses.ConfigurationSet[any]
- func (t *Template) GetAllSESContactListResources() map[string]*ses.ContactList[any]
- func (t *Template) GetAllSESDedicatedIpPoolResources() map[string]*ses.DedicatedIpPool[any]
- func (t *Template) GetAllSESEmailIdentityResources() map[string]*ses.EmailIdentity[any]
- func (t *Template) GetAllSESReceiptFilterResources() map[string]*ses.ReceiptFilter[any]
- func (t *Template) GetAllSESReceiptRuleResources() map[string]*ses.ReceiptRule[any]
- func (t *Template) GetAllSESReceiptRuleSetResources() map[string]*ses.ReceiptRuleSet[any]
- func (t *Template) GetAllSESTemplateResources() map[string]*ses.Template[any]
- func (t *Template) GetAllSESVdmAttributesResources() map[string]*ses.VdmAttributes[any]
- func (t *Template) GetAllSNSSubscriptionResources() map[string]*sns.Subscription[any]
- func (t *Template) GetAllSNSTopicInlinePolicyResources() map[string]*sns.TopicInlinePolicy[any]
- func (t *Template) GetAllSNSTopicPolicyResources() map[string]*sns.TopicPolicy[any]
- func (t *Template) GetAllSNSTopicResources() map[string]*sns.Topic[any]
- func (t *Template) GetAllSQSQueueInlinePolicyResources() map[string]*sqs.QueueInlinePolicy[any]
- func (t *Template) GetAllSQSQueuePolicyResources() map[string]*sqs.QueuePolicy[any]
- func (t *Template) GetAllSQSQueueResources() map[string]*sqs.Queue[any]
- func (t *Template) GetAllSSMAssociationResources() map[string]*ssm.Association[any]
- func (t *Template) GetAllSSMContactsContactChannelResources() map[string]*ssmcontacts.ContactChannel[any]
- func (t *Template) GetAllSSMContactsContactResources() map[string]*ssmcontacts.Contact[any]
- func (t *Template) GetAllSSMContactsPlanResources() map[string]*ssmcontacts.Plan[any]
- func (t *Template) GetAllSSMContactsRotationResources() map[string]*ssmcontacts.Rotation[any]
- func (t *Template) GetAllSSMDocumentResources() map[string]*ssm.Document[any]
- func (t *Template) GetAllSSMIncidentsReplicationSetResources() map[string]*ssmincidents.ReplicationSet[any]
- func (t *Template) GetAllSSMIncidentsResponsePlanResources() map[string]*ssmincidents.ResponsePlan[any]
- func (t *Template) GetAllSSMMaintenanceWindowResources() map[string]*ssm.MaintenanceWindow[any]
- func (t *Template) GetAllSSMMaintenanceWindowTargetResources() map[string]*ssm.MaintenanceWindowTarget[any]
- func (t *Template) GetAllSSMMaintenanceWindowTaskResources() map[string]*ssm.MaintenanceWindowTask[any]
- func (t *Template) GetAllSSMParameterResources() map[string]*ssm.Parameter[any]
- func (t *Template) GetAllSSMPatchBaselineResources() map[string]*ssm.PatchBaseline[any]
- func (t *Template) GetAllSSMResourceDataSyncResources() map[string]*ssm.ResourceDataSync[any]
- func (t *Template) GetAllSSMResourcePolicyResources() map[string]*ssm.ResourcePolicy[any]
- func (t *Template) GetAllSSOAssignmentResources() map[string]*sso.Assignment[any]
- func (t *Template) GetAllSSOInstanceAccessControlAttributeConfigurationResources() map[string]*sso.InstanceAccessControlAttributeConfiguration[any]
- func (t *Template) GetAllSSOPermissionSetResources() map[string]*sso.PermissionSet[any]
- func (t *Template) GetAllSageMakerAppImageConfigResources() map[string]*sagemaker.AppImageConfig[any]
- func (t *Template) GetAllSageMakerAppResources() map[string]*sagemaker.App[any]
- func (t *Template) GetAllSageMakerCodeRepositoryResources() map[string]*sagemaker.CodeRepository[any]
- func (t *Template) GetAllSageMakerDataQualityJobDefinitionResources() map[string]*sagemaker.DataQualityJobDefinition[any]
- func (t *Template) GetAllSageMakerDeviceFleetResources() map[string]*sagemaker.DeviceFleet[any]
- func (t *Template) GetAllSageMakerDeviceResources() map[string]*sagemaker.Device[any]
- func (t *Template) GetAllSageMakerDomainResources() map[string]*sagemaker.Domain[any]
- func (t *Template) GetAllSageMakerEndpointConfigResources() map[string]*sagemaker.EndpointConfig[any]
- func (t *Template) GetAllSageMakerEndpointResources() map[string]*sagemaker.Endpoint[any]
- func (t *Template) GetAllSageMakerFeatureGroupResources() map[string]*sagemaker.FeatureGroup[any]
- func (t *Template) GetAllSageMakerImageResources() map[string]*sagemaker.Image[any]
- func (t *Template) GetAllSageMakerImageVersionResources() map[string]*sagemaker.ImageVersion[any]
- func (t *Template) GetAllSageMakerInferenceExperimentResources() map[string]*sagemaker.InferenceExperiment[any]
- func (t *Template) GetAllSageMakerModelBiasJobDefinitionResources() map[string]*sagemaker.ModelBiasJobDefinition[any]
- func (t *Template) GetAllSageMakerModelCardResources() map[string]*sagemaker.ModelCard[any]
- func (t *Template) GetAllSageMakerModelExplainabilityJobDefinitionResources() map[string]*sagemaker.ModelExplainabilityJobDefinition[any]
- func (t *Template) GetAllSageMakerModelPackageGroupResources() map[string]*sagemaker.ModelPackageGroup[any]
- func (t *Template) GetAllSageMakerModelPackageResources() map[string]*sagemaker.ModelPackage[any]
- func (t *Template) GetAllSageMakerModelQualityJobDefinitionResources() map[string]*sagemaker.ModelQualityJobDefinition[any]
- func (t *Template) GetAllSageMakerModelResources() map[string]*sagemaker.Model[any]
- func (t *Template) GetAllSageMakerMonitoringScheduleResources() map[string]*sagemaker.MonitoringSchedule[any]
- func (t *Template) GetAllSageMakerNotebookInstanceLifecycleConfigResources() map[string]*sagemaker.NotebookInstanceLifecycleConfig[any]
- func (t *Template) GetAllSageMakerNotebookInstanceResources() map[string]*sagemaker.NotebookInstance[any]
- func (t *Template) GetAllSageMakerPipelineResources() map[string]*sagemaker.Pipeline[any]
- func (t *Template) GetAllSageMakerProjectResources() map[string]*sagemaker.Project[any]
- func (t *Template) GetAllSageMakerSpaceResources() map[string]*sagemaker.Space[any]
- func (t *Template) GetAllSageMakerUserProfileResources() map[string]*sagemaker.UserProfile[any]
- func (t *Template) GetAllSageMakerWorkteamResources() map[string]*sagemaker.Workteam[any]
- func (t *Template) GetAllSchedulerScheduleGroupResources() map[string]*scheduler.ScheduleGroup[any]
- func (t *Template) GetAllSchedulerScheduleResources() map[string]*scheduler.Schedule[any]
- func (t *Template) GetAllSecretsManagerResourcePolicyResources() map[string]*secretsmanager.ResourcePolicy[any]
- func (t *Template) GetAllSecretsManagerRotationScheduleResources() map[string]*secretsmanager.RotationSchedule[any]
- func (t *Template) GetAllSecretsManagerSecretResources() map[string]*secretsmanager.Secret[any]
- func (t *Template) GetAllSecretsManagerSecretTargetAttachmentResources() map[string]*secretsmanager.SecretTargetAttachment[any]
- func (t *Template) GetAllSecurityHubAutomationRuleResources() map[string]*securityhub.AutomationRule[any]
- func (t *Template) GetAllSecurityHubHubResources() map[string]*securityhub.Hub[any]
- func (t *Template) GetAllSecurityHubStandardResources() map[string]*securityhub.Standard[any]
- func (t *Template) GetAllServerlessApiResources() map[string]*serverless.Api[any]
- func (t *Template) GetAllServerlessApplicationResources() map[string]*serverless.Application[any]
- func (t *Template) GetAllServerlessFunctionResources() map[string]*serverless.Function[any]
- func (t *Template) GetAllServerlessHttpApiResources() map[string]*serverless.HttpApi[any]
- func (t *Template) GetAllServerlessLayerVersionResources() map[string]*serverless.LayerVersion[any]
- func (t *Template) GetAllServerlessSimpleTableResources() map[string]*serverless.SimpleTable[any]
- func (t *Template) GetAllServerlessStateMachineResources() map[string]*serverless.StateMachine[any]
- func (t *Template) GetAllServiceCatalogAcceptedPortfolioShareResources() map[string]*servicecatalog.AcceptedPortfolioShare[any]
- func (t *Template) GetAllServiceCatalogAppRegistryApplicationResources() map[string]*servicecatalogappregistry.Application[any]
- func (t *Template) GetAllServiceCatalogAppRegistryAttributeGroupAssociationResources() map[string]*servicecatalogappregistry.AttributeGroupAssociation[any]
- func (t *Template) GetAllServiceCatalogAppRegistryAttributeGroupResources() map[string]*servicecatalogappregistry.AttributeGroup[any]
- func (t *Template) GetAllServiceCatalogAppRegistryResourceAssociationResources() map[string]*servicecatalogappregistry.ResourceAssociation[any]
- func (t *Template) GetAllServiceCatalogCloudFormationProductResources() map[string]*servicecatalog.CloudFormationProduct[any]
- func (t *Template) GetAllServiceCatalogCloudFormationProvisionedProductResources() map[string]*servicecatalog.CloudFormationProvisionedProduct[any]
- func (t *Template) GetAllServiceCatalogLaunchNotificationConstraintResources() map[string]*servicecatalog.LaunchNotificationConstraint[any]
- func (t *Template) GetAllServiceCatalogLaunchRoleConstraintResources() map[string]*servicecatalog.LaunchRoleConstraint[any]
- func (t *Template) GetAllServiceCatalogLaunchTemplateConstraintResources() map[string]*servicecatalog.LaunchTemplateConstraint[any]
- func (t *Template) GetAllServiceCatalogPortfolioPrincipalAssociationResources() map[string]*servicecatalog.PortfolioPrincipalAssociation[any]
- func (t *Template) GetAllServiceCatalogPortfolioProductAssociationResources() map[string]*servicecatalog.PortfolioProductAssociation[any]
- func (t *Template) GetAllServiceCatalogPortfolioResources() map[string]*servicecatalog.Portfolio[any]
- func (t *Template) GetAllServiceCatalogPortfolioShareResources() map[string]*servicecatalog.PortfolioShare[any]
- func (t *Template) GetAllServiceCatalogResourceUpdateConstraintResources() map[string]*servicecatalog.ResourceUpdateConstraint[any]
- func (t *Template) GetAllServiceCatalogServiceActionAssociationResources() map[string]*servicecatalog.ServiceActionAssociation[any]
- func (t *Template) GetAllServiceCatalogServiceActionResources() map[string]*servicecatalog.ServiceAction[any]
- func (t *Template) GetAllServiceCatalogStackSetConstraintResources() map[string]*servicecatalog.StackSetConstraint[any]
- func (t *Template) GetAllServiceCatalogTagOptionAssociationResources() map[string]*servicecatalog.TagOptionAssociation[any]
- func (t *Template) GetAllServiceCatalogTagOptionResources() map[string]*servicecatalog.TagOption[any]
- func (t *Template) GetAllServiceDiscoveryHttpNamespaceResources() map[string]*servicediscovery.HttpNamespace[any]
- func (t *Template) GetAllServiceDiscoveryInstanceResources() map[string]*servicediscovery.Instance[any]
- func (t *Template) GetAllServiceDiscoveryPrivateDnsNamespaceResources() map[string]*servicediscovery.PrivateDnsNamespace[any]
- func (t *Template) GetAllServiceDiscoveryPublicDnsNamespaceResources() map[string]*servicediscovery.PublicDnsNamespace[any]
- func (t *Template) GetAllServiceDiscoveryServiceResources() map[string]*servicediscovery.Service[any]
- func (t *Template) GetAllShieldDRTAccessResources() map[string]*shield.DRTAccess[any]
- func (t *Template) GetAllShieldProactiveEngagementResources() map[string]*shield.ProactiveEngagement[any]
- func (t *Template) GetAllShieldProtectionGroupResources() map[string]*shield.ProtectionGroup[any]
- func (t *Template) GetAllShieldProtectionResources() map[string]*shield.Protection[any]
- func (t *Template) GetAllSignerProfilePermissionResources() map[string]*signer.ProfilePermission[any]
- func (t *Template) GetAllSignerSigningProfileResources() map[string]*signer.SigningProfile[any]
- func (t *Template) GetAllSimSpaceWeaverSimulationResources() map[string]*simspaceweaver.Simulation[any]
- func (t *Template) GetAllStepFunctionsActivityResources() map[string]*stepfunctions.Activity[any]
- func (t *Template) GetAllStepFunctionsStateMachineAliasResources() map[string]*stepfunctions.StateMachineAlias[any]
- func (t *Template) GetAllStepFunctionsStateMachineResources() map[string]*stepfunctions.StateMachine[any]
- func (t *Template) GetAllStepFunctionsStateMachineVersionResources() map[string]*stepfunctions.StateMachineVersion[any]
- func (t *Template) GetAllSupportAppAccountAliasResources() map[string]*supportapp.AccountAlias[any]
- func (t *Template) GetAllSupportAppSlackChannelConfigurationResources() map[string]*supportapp.SlackChannelConfiguration[any]
- func (t *Template) GetAllSupportAppSlackWorkspaceConfigurationResources() map[string]*supportapp.SlackWorkspaceConfiguration[any]
- func (t *Template) GetAllSyntheticsCanaryResources() map[string]*synthetics.Canary[any]
- func (t *Template) GetAllSyntheticsGroupResources() map[string]*synthetics.Group[any]
- func (t *Template) GetAllSystemsManagerSAPApplicationResources() map[string]*systemsmanagersap.Application[any]
- func (t *Template) GetAllTimestreamDatabaseResources() map[string]*timestream.Database[any]
- func (t *Template) GetAllTimestreamScheduledQueryResources() map[string]*timestream.ScheduledQuery[any]
- func (t *Template) GetAllTimestreamTableResources() map[string]*timestream.Table[any]
- func (t *Template) GetAllTransferAgreementResources() map[string]*transfer.Agreement[any]
- func (t *Template) GetAllTransferCertificateResources() map[string]*transfer.Certificate[any]
- func (t *Template) GetAllTransferConnectorResources() map[string]*transfer.Connector[any]
- func (t *Template) GetAllTransferProfileResources() map[string]*transfer.Profile[any]
- func (t *Template) GetAllTransferServerResources() map[string]*transfer.Server[any]
- func (t *Template) GetAllTransferUserResources() map[string]*transfer.User[any]
- func (t *Template) GetAllTransferWorkflowResources() map[string]*transfer.Workflow[any]
- func (t *Template) GetAllVerifiedPermissionsIdentitySourceResources() map[string]*verifiedpermissions.IdentitySource[any]
- func (t *Template) GetAllVerifiedPermissionsPolicyResources() map[string]*verifiedpermissions.Policy[any]
- func (t *Template) GetAllVerifiedPermissionsPolicyStoreResources() map[string]*verifiedpermissions.PolicyStore[any]
- func (t *Template) GetAllVerifiedPermissionsPolicyTemplateResources() map[string]*verifiedpermissions.PolicyTemplate[any]
- func (t *Template) GetAllVoiceIDDomainResources() map[string]*voiceid.Domain[any]
- func (t *Template) GetAllVpcLatticeAccessLogSubscriptionResources() map[string]*vpclattice.AccessLogSubscription[any]
- func (t *Template) GetAllVpcLatticeAuthPolicyResources() map[string]*vpclattice.AuthPolicy[any]
- func (t *Template) GetAllVpcLatticeListenerResources() map[string]*vpclattice.Listener[any]
- func (t *Template) GetAllVpcLatticeResourcePolicyResources() map[string]*vpclattice.ResourcePolicy[any]
- func (t *Template) GetAllVpcLatticeRuleResources() map[string]*vpclattice.Rule[any]
- func (t *Template) GetAllVpcLatticeServiceNetworkResources() map[string]*vpclattice.ServiceNetwork[any]
- func (t *Template) GetAllVpcLatticeServiceNetworkServiceAssociationResources() map[string]*vpclattice.ServiceNetworkServiceAssociation[any]
- func (t *Template) GetAllVpcLatticeServiceNetworkVpcAssociationResources() map[string]*vpclattice.ServiceNetworkVpcAssociation[any]
- func (t *Template) GetAllVpcLatticeServiceResources() map[string]*vpclattice.Service[any]
- func (t *Template) GetAllVpcLatticeTargetGroupResources() map[string]*vpclattice.TargetGroup[any]
- func (t *Template) GetAllWAFByteMatchSetResources() map[string]*waf.ByteMatchSet[any]
- func (t *Template) GetAllWAFIPSetResources() map[string]*waf.IPSet[any]
- func (t *Template) GetAllWAFRegionalByteMatchSetResources() map[string]*wafregional.ByteMatchSet[any]
- func (t *Template) GetAllWAFRegionalGeoMatchSetResources() map[string]*wafregional.GeoMatchSet[any]
- func (t *Template) GetAllWAFRegionalIPSetResources() map[string]*wafregional.IPSet[any]
- func (t *Template) GetAllWAFRegionalRateBasedRuleResources() map[string]*wafregional.RateBasedRule[any]
- func (t *Template) GetAllWAFRegionalRegexPatternSetResources() map[string]*wafregional.RegexPatternSet[any]
- func (t *Template) GetAllWAFRegionalRuleResources() map[string]*wafregional.Rule[any]
- func (t *Template) GetAllWAFRegionalSizeConstraintSetResources() map[string]*wafregional.SizeConstraintSet[any]
- func (t *Template) GetAllWAFRegionalSqlInjectionMatchSetResources() map[string]*wafregional.SqlInjectionMatchSet[any]
- func (t *Template) GetAllWAFRegionalWebACLAssociationResources() map[string]*wafregional.WebACLAssociation[any]
- func (t *Template) GetAllWAFRegionalWebACLResources() map[string]*wafregional.WebACL[any]
- func (t *Template) GetAllWAFRegionalXssMatchSetResources() map[string]*wafregional.XssMatchSet[any]
- func (t *Template) GetAllWAFRuleResources() map[string]*waf.Rule[any]
- func (t *Template) GetAllWAFSizeConstraintSetResources() map[string]*waf.SizeConstraintSet[any]
- func (t *Template) GetAllWAFSqlInjectionMatchSetResources() map[string]*waf.SqlInjectionMatchSet[any]
- func (t *Template) GetAllWAFWebACLResources() map[string]*waf.WebACL[any]
- func (t *Template) GetAllWAFXssMatchSetResources() map[string]*waf.XssMatchSet[any]
- func (t *Template) GetAllWAFv2IPSetResources() map[string]*wafv2.IPSet[any]
- func (t *Template) GetAllWAFv2LoggingConfigurationResources() map[string]*wafv2.LoggingConfiguration[any]
- func (t *Template) GetAllWAFv2RegexPatternSetResources() map[string]*wafv2.RegexPatternSet[any]
- func (t *Template) GetAllWAFv2RuleGroupResources() map[string]*wafv2.RuleGroup[any]
- func (t *Template) GetAllWAFv2WebACLAssociationResources() map[string]*wafv2.WebACLAssociation[any]
- func (t *Template) GetAllWAFv2WebACLResources() map[string]*wafv2.WebACL[any]
- func (t *Template) GetAllWisdomAssistantAssociationResources() map[string]*wisdom.AssistantAssociation[any]
- func (t *Template) GetAllWisdomAssistantResources() map[string]*wisdom.Assistant[any]
- func (t *Template) GetAllWisdomKnowledgeBaseResources() map[string]*wisdom.KnowledgeBase[any]
- func (t *Template) GetAllWorkSpacesConnectionAliasResources() map[string]*workspaces.ConnectionAlias[any]
- func (t *Template) GetAllWorkSpacesWebBrowserSettingsResources() map[string]*workspacesweb.BrowserSettings[any]
- func (t *Template) GetAllWorkSpacesWebIdentityProviderResources() map[string]*workspacesweb.IdentityProvider[any]
- func (t *Template) GetAllWorkSpacesWebIpAccessSettingsResources() map[string]*workspacesweb.IpAccessSettings[any]
- func (t *Template) GetAllWorkSpacesWebNetworkSettingsResources() map[string]*workspacesweb.NetworkSettings[any]
- func (t *Template) GetAllWorkSpacesWebPortalResources() map[string]*workspacesweb.Portal[any]
- func (t *Template) GetAllWorkSpacesWebTrustStoreResources() map[string]*workspacesweb.TrustStore[any]
- func (t *Template) GetAllWorkSpacesWebUserAccessLoggingSettingsResources() map[string]*workspacesweb.UserAccessLoggingSettings[any]
- func (t *Template) GetAllWorkSpacesWebUserSettingsResources() map[string]*workspacesweb.UserSettings[any]
- func (t *Template) GetAllWorkSpacesWorkspaceResources() map[string]*workspaces.Workspace[any]
- func (t *Template) GetAllXRayGroupResources() map[string]*xray.Group[any]
- func (t *Template) GetAllXRayResourcePolicyResources() map[string]*xray.ResourcePolicy[any]
- func (t *Template) GetAllXRaySamplingRuleResources() map[string]*xray.SamplingRule[any]
- func (t *Template) GetAmazonMQBrokerWithName(name string) (*amazonmq.Broker[any], error)
- func (t *Template) GetAmazonMQConfigurationAssociationWithName(name string) (*amazonmq.ConfigurationAssociation[any], error)
- func (t *Template) GetAmazonMQConfigurationWithName(name string) (*amazonmq.Configuration[any], error)
- func (t *Template) GetAmplifyAppWithName(name string) (*amplify.App[any], error)
- func (t *Template) GetAmplifyBranchWithName(name string) (*amplify.Branch[any], error)
- func (t *Template) GetAmplifyDomainWithName(name string) (*amplify.Domain[any], error)
- func (t *Template) GetAmplifyUIBuilderComponentWithName(name string) (*amplifyuibuilder.Component[any], error)
- func (t *Template) GetAmplifyUIBuilderFormWithName(name string) (*amplifyuibuilder.Form[any], error)
- func (t *Template) GetAmplifyUIBuilderThemeWithName(name string) (*amplifyuibuilder.Theme[any], error)
- func (t *Template) GetApiGatewayAccountWithName(name string) (*apigateway.Account[any], error)
- func (t *Template) GetApiGatewayApiKeyWithName(name string) (*apigateway.ApiKey[any], error)
- func (t *Template) GetApiGatewayAuthorizerWithName(name string) (*apigateway.Authorizer[any], error)
- func (t *Template) GetApiGatewayBasePathMappingWithName(name string) (*apigateway.BasePathMapping[any], error)
- func (t *Template) GetApiGatewayClientCertificateWithName(name string) (*apigateway.ClientCertificate[any], error)
- func (t *Template) GetApiGatewayDeploymentWithName(name string) (*apigateway.Deployment[any], error)
- func (t *Template) GetApiGatewayDocumentationPartWithName(name string) (*apigateway.DocumentationPart[any], error)
- func (t *Template) GetApiGatewayDocumentationVersionWithName(name string) (*apigateway.DocumentationVersion[any], error)
- func (t *Template) GetApiGatewayDomainNameWithName(name string) (*apigateway.DomainName[any], error)
- func (t *Template) GetApiGatewayGatewayResponseWithName(name string) (*apigateway.GatewayResponse[any], error)
- func (t *Template) GetApiGatewayMethodWithName(name string) (*apigateway.Method[any], error)
- func (t *Template) GetApiGatewayModelWithName(name string) (*apigateway.Model[any], error)
- func (t *Template) GetApiGatewayRequestValidatorWithName(name string) (*apigateway.RequestValidator[any], error)
- func (t *Template) GetApiGatewayResourceWithName(name string) (*apigateway.Resource[any], error)
- func (t *Template) GetApiGatewayRestApiWithName(name string) (*apigateway.RestApi[any], error)
- func (t *Template) GetApiGatewayStageWithName(name string) (*apigateway.Stage[any], error)
- func (t *Template) GetApiGatewayUsagePlanKeyWithName(name string) (*apigateway.UsagePlanKey[any], error)
- func (t *Template) GetApiGatewayUsagePlanWithName(name string) (*apigateway.UsagePlan[any], error)
- func (t *Template) GetApiGatewayV2ApiGatewayManagedOverridesWithName(name string) (*apigatewayv2.ApiGatewayManagedOverrides[any], error)
- func (t *Template) GetApiGatewayV2ApiMappingWithName(name string) (*apigatewayv2.ApiMapping[any], error)
- func (t *Template) GetApiGatewayV2ApiWithName(name string) (*apigatewayv2.Api[any], error)
- func (t *Template) GetApiGatewayV2AuthorizerWithName(name string) (*apigatewayv2.Authorizer[any], error)
- func (t *Template) GetApiGatewayV2DeploymentWithName(name string) (*apigatewayv2.Deployment[any], error)
- func (t *Template) GetApiGatewayV2DomainNameWithName(name string) (*apigatewayv2.DomainName[any], error)
- func (t *Template) GetApiGatewayV2IntegrationResponseWithName(name string) (*apigatewayv2.IntegrationResponse[any], error)
- func (t *Template) GetApiGatewayV2IntegrationWithName(name string) (*apigatewayv2.Integration[any], error)
- func (t *Template) GetApiGatewayV2ModelWithName(name string) (*apigatewayv2.Model[any], error)
- func (t *Template) GetApiGatewayV2RouteResponseWithName(name string) (*apigatewayv2.RouteResponse[any], error)
- func (t *Template) GetApiGatewayV2RouteWithName(name string) (*apigatewayv2.Route[any], error)
- func (t *Template) GetApiGatewayV2StageWithName(name string) (*apigatewayv2.Stage[any], error)
- func (t *Template) GetApiGatewayV2VpcLinkWithName(name string) (*apigatewayv2.VpcLink[any], error)
- func (t *Template) GetApiGatewayVpcLinkWithName(name string) (*apigateway.VpcLink[any], error)
- func (t *Template) GetAppConfigApplicationWithName(name string) (*appconfig.Application[any], error)
- func (t *Template) GetAppConfigConfigurationProfileWithName(name string) (*appconfig.ConfigurationProfile[any], error)
- func (t *Template) GetAppConfigDeploymentStrategyWithName(name string) (*appconfig.DeploymentStrategy[any], error)
- func (t *Template) GetAppConfigDeploymentWithName(name string) (*appconfig.Deployment[any], error)
- func (t *Template) GetAppConfigEnvironmentWithName(name string) (*appconfig.Environment[any], error)
- func (t *Template) GetAppConfigExtensionAssociationWithName(name string) (*appconfig.ExtensionAssociation[any], error)
- func (t *Template) GetAppConfigExtensionWithName(name string) (*appconfig.Extension[any], error)
- func (t *Template) GetAppConfigHostedConfigurationVersionWithName(name string) (*appconfig.HostedConfigurationVersion[any], error)
- func (t *Template) GetAppFlowConnectorProfileWithName(name string) (*appflow.ConnectorProfile[any], error)
- func (t *Template) GetAppFlowConnectorWithName(name string) (*appflow.Connector[any], error)
- func (t *Template) GetAppFlowFlowWithName(name string) (*appflow.Flow[any], error)
- func (t *Template) GetAppIntegrationsDataIntegrationWithName(name string) (*appintegrations.DataIntegration[any], error)
- func (t *Template) GetAppIntegrationsEventIntegrationWithName(name string) (*appintegrations.EventIntegration[any], error)
- func (t *Template) GetAppMeshGatewayRouteWithName(name string) (*appmesh.GatewayRoute[any], error)
- func (t *Template) GetAppMeshMeshWithName(name string) (*appmesh.Mesh[any], error)
- func (t *Template) GetAppMeshRouteWithName(name string) (*appmesh.Route[any], error)
- func (t *Template) GetAppMeshVirtualGatewayWithName(name string) (*appmesh.VirtualGateway[any], error)
- func (t *Template) GetAppMeshVirtualNodeWithName(name string) (*appmesh.VirtualNode[any], error)
- func (t *Template) GetAppMeshVirtualRouterWithName(name string) (*appmesh.VirtualRouter[any], error)
- func (t *Template) GetAppMeshVirtualServiceWithName(name string) (*appmesh.VirtualService[any], error)
- func (t *Template) GetAppRunnerAutoScalingConfigurationWithName(name string) (*apprunner.AutoScalingConfiguration[any], error)
- func (t *Template) GetAppRunnerObservabilityConfigurationWithName(name string) (*apprunner.ObservabilityConfiguration[any], error)
- func (t *Template) GetAppRunnerServiceWithName(name string) (*apprunner.Service[any], error)
- func (t *Template) GetAppRunnerVpcConnectorWithName(name string) (*apprunner.VpcConnector[any], error)
- func (t *Template) GetAppRunnerVpcIngressConnectionWithName(name string) (*apprunner.VpcIngressConnection[any], error)
- func (t *Template) GetAppStreamAppBlockBuilderWithName(name string) (*appstream.AppBlockBuilder[any], error)
- func (t *Template) GetAppStreamAppBlockWithName(name string) (*appstream.AppBlock[any], error)
- func (t *Template) GetAppStreamApplicationEntitlementAssociationWithName(name string) (*appstream.ApplicationEntitlementAssociation[any], error)
- func (t *Template) GetAppStreamApplicationFleetAssociationWithName(name string) (*appstream.ApplicationFleetAssociation[any], error)
- func (t *Template) GetAppStreamApplicationWithName(name string) (*appstream.Application[any], error)
- func (t *Template) GetAppStreamDirectoryConfigWithName(name string) (*appstream.DirectoryConfig[any], error)
- func (t *Template) GetAppStreamEntitlementWithName(name string) (*appstream.Entitlement[any], error)
- func (t *Template) GetAppStreamFleetWithName(name string) (*appstream.Fleet[any], error)
- func (t *Template) GetAppStreamImageBuilderWithName(name string) (*appstream.ImageBuilder[any], error)
- func (t *Template) GetAppStreamStackFleetAssociationWithName(name string) (*appstream.StackFleetAssociation[any], error)
- func (t *Template) GetAppStreamStackUserAssociationWithName(name string) (*appstream.StackUserAssociation[any], error)
- func (t *Template) GetAppStreamStackWithName(name string) (*appstream.Stack[any], error)
- func (t *Template) GetAppStreamUserWithName(name string) (*appstream.User[any], error)
- func (t *Template) GetAppSyncApiCacheWithName(name string) (*appsync.ApiCache[any], error)
- func (t *Template) GetAppSyncApiKeyWithName(name string) (*appsync.ApiKey[any], error)
- func (t *Template) GetAppSyncDataSourceWithName(name string) (*appsync.DataSource[any], error)
- func (t *Template) GetAppSyncDomainNameApiAssociationWithName(name string) (*appsync.DomainNameApiAssociation[any], error)
- func (t *Template) GetAppSyncDomainNameWithName(name string) (*appsync.DomainName[any], error)
- func (t *Template) GetAppSyncFunctionConfigurationWithName(name string) (*appsync.FunctionConfiguration[any], error)
- func (t *Template) GetAppSyncGraphQLApiWithName(name string) (*appsync.GraphQLApi[any], error)
- func (t *Template) GetAppSyncGraphQLSchemaWithName(name string) (*appsync.GraphQLSchema[any], error)
- func (t *Template) GetAppSyncResolverWithName(name string) (*appsync.Resolver[any], error)
- func (t *Template) GetAppSyncSourceApiAssociationWithName(name string) (*appsync.SourceApiAssociation[any], error)
- func (t *Template) GetApplicationAutoScalingScalableTargetWithName(name string) (*applicationautoscaling.ScalableTarget[any], error)
- func (t *Template) GetApplicationAutoScalingScalingPolicyWithName(name string) (*applicationautoscaling.ScalingPolicy[any], error)
- func (t *Template) GetApplicationInsightsApplicationWithName(name string) (*applicationinsights.Application[any], error)
- func (t *Template) GetAthenaCapacityReservationWithName(name string) (*athena.CapacityReservation[any], error)
- func (t *Template) GetAthenaDataCatalogWithName(name string) (*athena.DataCatalog[any], error)
- func (t *Template) GetAthenaNamedQueryWithName(name string) (*athena.NamedQuery[any], error)
- func (t *Template) GetAthenaPreparedStatementWithName(name string) (*athena.PreparedStatement[any], error)
- func (t *Template) GetAthenaWorkGroupWithName(name string) (*athena.WorkGroup[any], error)
- func (t *Template) GetAuditManagerAssessmentWithName(name string) (*auditmanager.Assessment[any], error)
- func (t *Template) GetAutoScalingAutoScalingGroupWithName(name string) (*autoscaling.AutoScalingGroup[any], error)
- func (t *Template) GetAutoScalingLaunchConfigurationWithName(name string) (*autoscaling.LaunchConfiguration[any], error)
- func (t *Template) GetAutoScalingLifecycleHookWithName(name string) (*autoscaling.LifecycleHook[any], error)
- func (t *Template) GetAutoScalingPlansScalingPlanWithName(name string) (*autoscalingplans.ScalingPlan[any], error)
- func (t *Template) GetAutoScalingScalingPolicyWithName(name string) (*autoscaling.ScalingPolicy[any], error)
- func (t *Template) GetAutoScalingScheduledActionWithName(name string) (*autoscaling.ScheduledAction[any], error)
- func (t *Template) GetAutoScalingWarmPoolWithName(name string) (*autoscaling.WarmPool[any], error)
- func (t *Template) GetBackupBackupPlanWithName(name string) (*backup.BackupPlan[any], error)
- func (t *Template) GetBackupBackupSelectionWithName(name string) (*backup.BackupSelection[any], error)
- func (t *Template) GetBackupBackupVaultWithName(name string) (*backup.BackupVault[any], error)
- func (t *Template) GetBackupFrameworkWithName(name string) (*backup.Framework[any], error)
- func (t *Template) GetBackupGatewayHypervisorWithName(name string) (*backupgateway.Hypervisor[any], error)
- func (t *Template) GetBackupReportPlanWithName(name string) (*backup.ReportPlan[any], error)
- func (t *Template) GetBatchComputeEnvironmentWithName(name string) (*batch.ComputeEnvironment[any], error)
- func (t *Template) GetBatchJobDefinitionWithName(name string) (*batch.JobDefinition[any], error)
- func (t *Template) GetBatchJobQueueWithName(name string) (*batch.JobQueue[any], error)
- func (t *Template) GetBatchSchedulingPolicyWithName(name string) (*batch.SchedulingPolicy[any], error)
- func (t *Template) GetBillingConductorBillingGroupWithName(name string) (*billingconductor.BillingGroup[any], error)
- func (t *Template) GetBillingConductorCustomLineItemWithName(name string) (*billingconductor.CustomLineItem[any], error)
- func (t *Template) GetBillingConductorPricingPlanWithName(name string) (*billingconductor.PricingPlan[any], error)
- func (t *Template) GetBillingConductorPricingRuleWithName(name string) (*billingconductor.PricingRule[any], error)
- func (t *Template) GetBudgetsBudgetWithName(name string) (*budgets.Budget[any], error)
- func (t *Template) GetBudgetsBudgetsActionWithName(name string) (*budgets.BudgetsAction[any], error)
- func (t *Template) GetCDKMetadataWithName(name string) (*cdk.Metadata[any], error)
- func (t *Template) GetCEAnomalyMonitorWithName(name string) (*ce.AnomalyMonitor[any], error)
- func (t *Template) GetCEAnomalySubscriptionWithName(name string) (*ce.AnomalySubscription[any], error)
- func (t *Template) GetCECostCategoryWithName(name string) (*ce.CostCategory[any], error)
- func (t *Template) GetCURReportDefinitionWithName(name string) (*cur.ReportDefinition[any], error)
- func (t *Template) GetCassandraKeyspaceWithName(name string) (*cassandra.Keyspace[any], error)
- func (t *Template) GetCassandraTableWithName(name string) (*cassandra.Table[any], error)
- func (t *Template) GetCertificateManagerAccountWithName(name string) (*certificatemanager.Account[any], error)
- func (t *Template) GetCertificateManagerCertificateWithName(name string) (*certificatemanager.Certificate[any], error)
- func (t *Template) GetChatbotMicrosoftTeamsChannelConfigurationWithName(name string) (*chatbot.MicrosoftTeamsChannelConfiguration[any], error)
- func (t *Template) GetChatbotSlackChannelConfigurationWithName(name string) (*chatbot.SlackChannelConfiguration[any], error)
- func (t *Template) GetCleanRoomsAnalysisTemplateWithName(name string) (*cleanrooms.AnalysisTemplate[any], error)
- func (t *Template) GetCleanRoomsCollaborationWithName(name string) (*cleanrooms.Collaboration[any], error)
- func (t *Template) GetCleanRoomsConfiguredTableAssociationWithName(name string) (*cleanrooms.ConfiguredTableAssociation[any], error)
- func (t *Template) GetCleanRoomsConfiguredTableWithName(name string) (*cleanrooms.ConfiguredTable[any], error)
- func (t *Template) GetCleanRoomsMembershipWithName(name string) (*cleanrooms.Membership[any], error)
- func (t *Template) GetCloud9EnvironmentEC2WithName(name string) (*cloud9.EnvironmentEC2[any], error)
- func (t *Template) GetCloudFormationCustomResourceWithName(name string) (*cloudformation.CustomResource[any], error)
- func (t *Template) GetCloudFormationHookDefaultVersionWithName(name string) (*cloudformation.HookDefaultVersion[any], error)
- func (t *Template) GetCloudFormationHookTypeConfigWithName(name string) (*cloudformation.HookTypeConfig[any], error)
- func (t *Template) GetCloudFormationHookVersionWithName(name string) (*cloudformation.HookVersion[any], error)
- func (t *Template) GetCloudFormationMacroWithName(name string) (*cloudformation.Macro[any], error)
- func (t *Template) GetCloudFormationModuleDefaultVersionWithName(name string) (*cloudformation.ModuleDefaultVersion[any], error)
- func (t *Template) GetCloudFormationModuleVersionWithName(name string) (*cloudformation.ModuleVersion[any], error)
- func (t *Template) GetCloudFormationPublicTypeVersionWithName(name string) (*cloudformation.PublicTypeVersion[any], error)
- func (t *Template) GetCloudFormationPublisherWithName(name string) (*cloudformation.Publisher[any], error)
- func (t *Template) GetCloudFormationResourceDefaultVersionWithName(name string) (*cloudformation.ResourceDefaultVersion[any], error)
- func (t *Template) GetCloudFormationResourceVersionWithName(name string) (*cloudformation.ResourceVersion[any], error)
- func (t *Template) GetCloudFormationStackSetWithName(name string) (*cloudformation.StackSet[any], error)
- func (t *Template) GetCloudFormationStackWithName(name string) (*cloudformation.Stack[any], error)
- func (t *Template) GetCloudFormationTypeActivationWithName(name string) (*cloudformation.TypeActivation[any], error)
- func (t *Template) GetCloudFormationWaitConditionHandleWithName(name string) (*cloudformation.WaitConditionHandle[any], error)
- func (t *Template) GetCloudFormationWaitConditionWithName(name string) (*cloudformation.WaitCondition[any], error)
- func (t *Template) GetCloudFrontCachePolicyWithName(name string) (*cloudfront.CachePolicy[any], error)
- func (t *Template) GetCloudFrontCloudFrontOriginAccessIdentityWithName(name string) (*cloudfront.CloudFrontOriginAccessIdentity[any], error)
- func (t *Template) GetCloudFrontContinuousDeploymentPolicyWithName(name string) (*cloudfront.ContinuousDeploymentPolicy[any], error)
- func (t *Template) GetCloudFrontDistributionWithName(name string) (*cloudfront.Distribution[any], error)
- func (t *Template) GetCloudFrontFunctionWithName(name string) (*cloudfront.Function[any], error)
- func (t *Template) GetCloudFrontKeyGroupWithName(name string) (*cloudfront.KeyGroup[any], error)
- func (t *Template) GetCloudFrontMonitoringSubscriptionWithName(name string) (*cloudfront.MonitoringSubscription[any], error)
- func (t *Template) GetCloudFrontOriginAccessControlWithName(name string) (*cloudfront.OriginAccessControl[any], error)
- func (t *Template) GetCloudFrontOriginRequestPolicyWithName(name string) (*cloudfront.OriginRequestPolicy[any], error)
- func (t *Template) GetCloudFrontPublicKeyWithName(name string) (*cloudfront.PublicKey[any], error)
- func (t *Template) GetCloudFrontRealtimeLogConfigWithName(name string) (*cloudfront.RealtimeLogConfig[any], error)
- func (t *Template) GetCloudFrontResponseHeadersPolicyWithName(name string) (*cloudfront.ResponseHeadersPolicy[any], error)
- func (t *Template) GetCloudFrontStreamingDistributionWithName(name string) (*cloudfront.StreamingDistribution[any], error)
- func (t *Template) GetCloudTrailChannelWithName(name string) (*cloudtrail.Channel[any], error)
- func (t *Template) GetCloudTrailEventDataStoreWithName(name string) (*cloudtrail.EventDataStore[any], error)
- func (t *Template) GetCloudTrailResourcePolicyWithName(name string) (*cloudtrail.ResourcePolicy[any], error)
- func (t *Template) GetCloudTrailTrailWithName(name string) (*cloudtrail.Trail[any], error)
- func (t *Template) GetCloudWatchAlarmWithName(name string) (*cloudwatch.Alarm[any], error)
- func (t *Template) GetCloudWatchAnomalyDetectorWithName(name string) (*cloudwatch.AnomalyDetector[any], error)
- func (t *Template) GetCloudWatchCompositeAlarmWithName(name string) (*cloudwatch.CompositeAlarm[any], error)
- func (t *Template) GetCloudWatchDashboardWithName(name string) (*cloudwatch.Dashboard[any], error)
- func (t *Template) GetCloudWatchInsightRuleWithName(name string) (*cloudwatch.InsightRule[any], error)
- func (t *Template) GetCloudWatchMetricStreamWithName(name string) (*cloudwatch.MetricStream[any], error)
- func (t *Template) GetCodeArtifactDomainWithName(name string) (*codeartifact.Domain[any], error)
- func (t *Template) GetCodeArtifactRepositoryWithName(name string) (*codeartifact.Repository[any], error)
- func (t *Template) GetCodeBuildProjectWithName(name string) (*codebuild.Project[any], error)
- func (t *Template) GetCodeBuildReportGroupWithName(name string) (*codebuild.ReportGroup[any], error)
- func (t *Template) GetCodeBuildSourceCredentialWithName(name string) (*codebuild.SourceCredential[any], error)
- func (t *Template) GetCodeCommitRepositoryWithName(name string) (*codecommit.Repository[any], error)
- func (t *Template) GetCodeDeployApplicationWithName(name string) (*codedeploy.Application[any], error)
- func (t *Template) GetCodeDeployDeploymentConfigWithName(name string) (*codedeploy.DeploymentConfig[any], error)
- func (t *Template) GetCodeDeployDeploymentGroupWithName(name string) (*codedeploy.DeploymentGroup[any], error)
- func (t *Template) GetCodeGuruProfilerProfilingGroupWithName(name string) (*codeguruprofiler.ProfilingGroup[any], error)
- func (t *Template) GetCodeGuruReviewerRepositoryAssociationWithName(name string) (*codegurureviewer.RepositoryAssociation[any], error)
- func (t *Template) GetCodePipelineCustomActionTypeWithName(name string) (*codepipeline.CustomActionType[any], error)
- func (t *Template) GetCodePipelinePipelineWithName(name string) (*codepipeline.Pipeline[any], error)
- func (t *Template) GetCodePipelineWebhookWithName(name string) (*codepipeline.Webhook[any], error)
- func (t *Template) GetCodeStarConnectionsConnectionWithName(name string) (*codestarconnections.Connection[any], error)
- func (t *Template) GetCodeStarGitHubRepositoryWithName(name string) (*codestar.GitHubRepository[any], error)
- func (t *Template) GetCodeStarNotificationsNotificationRuleWithName(name string) (*codestarnotifications.NotificationRule[any], error)
- func (t *Template) GetCognitoIdentityPoolPrincipalTagWithName(name string) (*cognito.IdentityPoolPrincipalTag[any], error)
- func (t *Template) GetCognitoIdentityPoolRoleAttachmentWithName(name string) (*cognito.IdentityPoolRoleAttachment[any], error)
- func (t *Template) GetCognitoIdentityPoolWithName(name string) (*cognito.IdentityPool[any], error)
- func (t *Template) GetCognitoLogDeliveryConfigurationWithName(name string) (*cognito.LogDeliveryConfiguration[any], error)
- func (t *Template) GetCognitoUserPoolClientWithName(name string) (*cognito.UserPoolClient[any], error)
- func (t *Template) GetCognitoUserPoolDomainWithName(name string) (*cognito.UserPoolDomain[any], error)
- func (t *Template) GetCognitoUserPoolGroupWithName(name string) (*cognito.UserPoolGroup[any], error)
- func (t *Template) GetCognitoUserPoolIdentityProviderWithName(name string) (*cognito.UserPoolIdentityProvider[any], error)
- func (t *Template) GetCognitoUserPoolResourceServerWithName(name string) (*cognito.UserPoolResourceServer[any], error)
- func (t *Template) GetCognitoUserPoolRiskConfigurationAttachmentWithName(name string) (*cognito.UserPoolRiskConfigurationAttachment[any], error)
- func (t *Template) GetCognitoUserPoolUICustomizationAttachmentWithName(name string) (*cognito.UserPoolUICustomizationAttachment[any], error)
- func (t *Template) GetCognitoUserPoolUserToGroupAttachmentWithName(name string) (*cognito.UserPoolUserToGroupAttachment[any], error)
- func (t *Template) GetCognitoUserPoolUserWithName(name string) (*cognito.UserPoolUser[any], error)
- func (t *Template) GetCognitoUserPoolWithName(name string) (*cognito.UserPool[any], error)
- func (t *Template) GetComprehendDocumentClassifierWithName(name string) (*comprehend.DocumentClassifier[any], error)
- func (t *Template) GetComprehendFlywheelWithName(name string) (*comprehend.Flywheel[any], error)
- func (t *Template) GetConfigAggregationAuthorizationWithName(name string) (*config.AggregationAuthorization[any], error)
- func (t *Template) GetConfigConfigRuleWithName(name string) (*config.ConfigRule[any], error)
- func (t *Template) GetConfigConfigurationAggregatorWithName(name string) (*config.ConfigurationAggregator[any], error)
- func (t *Template) GetConfigConfigurationRecorderWithName(name string) (*config.ConfigurationRecorder[any], error)
- func (t *Template) GetConfigConformancePackWithName(name string) (*config.ConformancePack[any], error)
- func (t *Template) GetConfigDeliveryChannelWithName(name string) (*config.DeliveryChannel[any], error)
- func (t *Template) GetConfigOrganizationConfigRuleWithName(name string) (*config.OrganizationConfigRule[any], error)
- func (t *Template) GetConfigOrganizationConformancePackWithName(name string) (*config.OrganizationConformancePack[any], error)
- func (t *Template) GetConfigRemediationConfigurationWithName(name string) (*config.RemediationConfiguration[any], error)
- func (t *Template) GetConfigStoredQueryWithName(name string) (*config.StoredQuery[any], error)
- func (t *Template) GetConnectApprovedOriginWithName(name string) (*connect.ApprovedOrigin[any], error)
- func (t *Template) GetConnectCampaignsCampaignWithName(name string) (*connectcampaigns.Campaign[any], error)
- func (t *Template) GetConnectContactFlowModuleWithName(name string) (*connect.ContactFlowModule[any], error)
- func (t *Template) GetConnectContactFlowWithName(name string) (*connect.ContactFlow[any], error)
- func (t *Template) GetConnectEvaluationFormWithName(name string) (*connect.EvaluationForm[any], error)
- func (t *Template) GetConnectHoursOfOperationWithName(name string) (*connect.HoursOfOperation[any], error)
- func (t *Template) GetConnectInstanceStorageConfigWithName(name string) (*connect.InstanceStorageConfig[any], error)
- func (t *Template) GetConnectInstanceWithName(name string) (*connect.Instance[any], error)
- func (t *Template) GetConnectIntegrationAssociationWithName(name string) (*connect.IntegrationAssociation[any], error)
- func (t *Template) GetConnectPhoneNumberWithName(name string) (*connect.PhoneNumber[any], error)
- func (t *Template) GetConnectPromptWithName(name string) (*connect.Prompt[any], error)
- func (t *Template) GetConnectQueueWithName(name string) (*connect.Queue[any], error)
- func (t *Template) GetConnectQuickConnectWithName(name string) (*connect.QuickConnect[any], error)
- func (t *Template) GetConnectRoutingProfileWithName(name string) (*connect.RoutingProfile[any], error)
- func (t *Template) GetConnectRuleWithName(name string) (*connect.Rule[any], error)
- func (t *Template) GetConnectSecurityKeyWithName(name string) (*connect.SecurityKey[any], error)
- func (t *Template) GetConnectSecurityProfileWithName(name string) (*connect.SecurityProfile[any], error)
- func (t *Template) GetConnectTaskTemplateWithName(name string) (*connect.TaskTemplate[any], error)
- func (t *Template) GetConnectTrafficDistributionGroupWithName(name string) (*connect.TrafficDistributionGroup[any], error)
- func (t *Template) GetConnectUserHierarchyGroupWithName(name string) (*connect.UserHierarchyGroup[any], error)
- func (t *Template) GetConnectUserWithName(name string) (*connect.User[any], error)
- func (t *Template) GetConnectViewVersionWithName(name string) (*connect.ViewVersion[any], error)
- func (t *Template) GetConnectViewWithName(name string) (*connect.View[any], error)
- func (t *Template) GetControlTowerEnabledControlWithName(name string) (*controltower.EnabledControl[any], error)
- func (t *Template) GetCustomerProfilesCalculatedAttributeDefinitionWithName(name string) (*customerprofiles.CalculatedAttributeDefinition[any], error)
- func (t *Template) GetCustomerProfilesDomainWithName(name string) (*customerprofiles.Domain[any], error)
- func (t *Template) GetCustomerProfilesEventStreamWithName(name string) (*customerprofiles.EventStream[any], error)
- func (t *Template) GetCustomerProfilesIntegrationWithName(name string) (*customerprofiles.Integration[any], error)
- func (t *Template) GetCustomerProfilesObjectTypeWithName(name string) (*customerprofiles.ObjectType[any], error)
- func (t *Template) GetDAXClusterWithName(name string) (*dax.Cluster[any], error)
- func (t *Template) GetDAXParameterGroupWithName(name string) (*dax.ParameterGroup[any], error)
- func (t *Template) GetDAXSubnetGroupWithName(name string) (*dax.SubnetGroup[any], error)
- func (t *Template) GetDLMLifecyclePolicyWithName(name string) (*dlm.LifecyclePolicy[any], error)
- func (t *Template) GetDMSCertificateWithName(name string) (*dms.Certificate[any], error)
- func (t *Template) GetDMSEndpointWithName(name string) (*dms.Endpoint[any], error)
- func (t *Template) GetDMSEventSubscriptionWithName(name string) (*dms.EventSubscription[any], error)
- func (t *Template) GetDMSReplicationConfigWithName(name string) (*dms.ReplicationConfig[any], error)
- func (t *Template) GetDMSReplicationInstanceWithName(name string) (*dms.ReplicationInstance[any], error)
- func (t *Template) GetDMSReplicationSubnetGroupWithName(name string) (*dms.ReplicationSubnetGroup[any], error)
- func (t *Template) GetDMSReplicationTaskWithName(name string) (*dms.ReplicationTask[any], error)
- func (t *Template) GetDataBrewDatasetWithName(name string) (*databrew.Dataset[any], error)
- func (t *Template) GetDataBrewJobWithName(name string) (*databrew.Job[any], error)
- func (t *Template) GetDataBrewProjectWithName(name string) (*databrew.Project[any], error)
- func (t *Template) GetDataBrewRecipeWithName(name string) (*databrew.Recipe[any], error)
- func (t *Template) GetDataBrewRulesetWithName(name string) (*databrew.Ruleset[any], error)
- func (t *Template) GetDataBrewScheduleWithName(name string) (*databrew.Schedule[any], error)
- func (t *Template) GetDataPipelinePipelineWithName(name string) (*datapipeline.Pipeline[any], error)
- func (t *Template) GetDataSyncAgentWithName(name string) (*datasync.Agent[any], error)
- func (t *Template) GetDataSyncLocationAzureBlobWithName(name string) (*datasync.LocationAzureBlob[any], error)
- func (t *Template) GetDataSyncLocationEFSWithName(name string) (*datasync.LocationEFS[any], error)
- func (t *Template) GetDataSyncLocationFSxLustreWithName(name string) (*datasync.LocationFSxLustre[any], error)
- func (t *Template) GetDataSyncLocationFSxONTAPWithName(name string) (*datasync.LocationFSxONTAP[any], error)
- func (t *Template) GetDataSyncLocationFSxOpenZFSWithName(name string) (*datasync.LocationFSxOpenZFS[any], error)
- func (t *Template) GetDataSyncLocationFSxWindowsWithName(name string) (*datasync.LocationFSxWindows[any], error)
- func (t *Template) GetDataSyncLocationHDFSWithName(name string) (*datasync.LocationHDFS[any], error)
- func (t *Template) GetDataSyncLocationNFSWithName(name string) (*datasync.LocationNFS[any], error)
- func (t *Template) GetDataSyncLocationObjectStorageWithName(name string) (*datasync.LocationObjectStorage[any], error)
- func (t *Template) GetDataSyncLocationS3WithName(name string) (*datasync.LocationS3[any], error)
- func (t *Template) GetDataSyncLocationSMBWithName(name string) (*datasync.LocationSMB[any], error)
- func (t *Template) GetDataSyncStorageSystemWithName(name string) (*datasync.StorageSystem[any], error)
- func (t *Template) GetDataSyncTaskWithName(name string) (*datasync.Task[any], error)
- func (t *Template) GetDetectiveGraphWithName(name string) (*detective.Graph[any], error)
- func (t *Template) GetDetectiveMemberInvitationWithName(name string) (*detective.MemberInvitation[any], error)
- func (t *Template) GetDetectiveOrganizationAdminWithName(name string) (*detective.OrganizationAdmin[any], error)
- func (t *Template) GetDevOpsGuruLogAnomalyDetectionIntegrationWithName(name string) (*devopsguru.LogAnomalyDetectionIntegration[any], error)
- func (t *Template) GetDevOpsGuruNotificationChannelWithName(name string) (*devopsguru.NotificationChannel[any], error)
- func (t *Template) GetDevOpsGuruResourceCollectionWithName(name string) (*devopsguru.ResourceCollection[any], error)
- func (t *Template) GetDirectoryServiceMicrosoftADWithName(name string) (*directoryservice.MicrosoftAD[any], error)
- func (t *Template) GetDirectoryServiceSimpleADWithName(name string) (*directoryservice.SimpleAD[any], error)
- func (t *Template) GetDocDBDBClusterParameterGroupWithName(name string) (*docdb.DBClusterParameterGroup[any], error)
- func (t *Template) GetDocDBDBClusterWithName(name string) (*docdb.DBCluster[any], error)
- func (t *Template) GetDocDBDBInstanceWithName(name string) (*docdb.DBInstance[any], error)
- func (t *Template) GetDocDBDBSubnetGroupWithName(name string) (*docdb.DBSubnetGroup[any], error)
- func (t *Template) GetDocDBElasticClusterWithName(name string) (*docdbelastic.Cluster[any], error)
- func (t *Template) GetDynamoDBGlobalTableWithName(name string) (*dynamodb.GlobalTable[any], error)
- func (t *Template) GetDynamoDBTableWithName(name string) (*dynamodb.Table[any], error)
- func (t *Template) GetEC2CapacityReservationFleetWithName(name string) (*ec2.CapacityReservationFleet[any], error)
- func (t *Template) GetEC2CapacityReservationWithName(name string) (*ec2.CapacityReservation[any], error)
- func (t *Template) GetEC2CarrierGatewayWithName(name string) (*ec2.CarrierGateway[any], error)
- func (t *Template) GetEC2ClientVpnAuthorizationRuleWithName(name string) (*ec2.ClientVpnAuthorizationRule[any], error)
- func (t *Template) GetEC2ClientVpnEndpointWithName(name string) (*ec2.ClientVpnEndpoint[any], error)
- func (t *Template) GetEC2ClientVpnRouteWithName(name string) (*ec2.ClientVpnRoute[any], error)
- func (t *Template) GetEC2ClientVpnTargetNetworkAssociationWithName(name string) (*ec2.ClientVpnTargetNetworkAssociation[any], error)
- func (t *Template) GetEC2CustomerGatewayWithName(name string) (*ec2.CustomerGateway[any], error)
- func (t *Template) GetEC2DHCPOptionsWithName(name string) (*ec2.DHCPOptions[any], error)
- func (t *Template) GetEC2EC2FleetWithName(name string) (*ec2.EC2Fleet[any], error)
- func (t *Template) GetEC2EIPAssociationWithName(name string) (*ec2.EIPAssociation[any], error)
- func (t *Template) GetEC2EIPWithName(name string) (*ec2.EIP[any], error)
- func (t *Template) GetEC2EgressOnlyInternetGatewayWithName(name string) (*ec2.EgressOnlyInternetGateway[any], error)
- func (t *Template) GetEC2EnclaveCertificateIamRoleAssociationWithName(name string) (*ec2.EnclaveCertificateIamRoleAssociation[any], error)
- func (t *Template) GetEC2FlowLogWithName(name string) (*ec2.FlowLog[any], error)
- func (t *Template) GetEC2GatewayRouteTableAssociationWithName(name string) (*ec2.GatewayRouteTableAssociation[any], error)
- func (t *Template) GetEC2HostWithName(name string) (*ec2.Host[any], error)
- func (t *Template) GetEC2IPAMAllocationWithName(name string) (*ec2.IPAMAllocation[any], error)
- func (t *Template) GetEC2IPAMPoolCidrWithName(name string) (*ec2.IPAMPoolCidr[any], error)
- func (t *Template) GetEC2IPAMPoolWithName(name string) (*ec2.IPAMPool[any], error)
- func (t *Template) GetEC2IPAMResourceDiscoveryAssociationWithName(name string) (*ec2.IPAMResourceDiscoveryAssociation[any], error)
- func (t *Template) GetEC2IPAMResourceDiscoveryWithName(name string) (*ec2.IPAMResourceDiscovery[any], error)
- func (t *Template) GetEC2IPAMScopeWithName(name string) (*ec2.IPAMScope[any], error)
- func (t *Template) GetEC2IPAMWithName(name string) (*ec2.IPAM[any], error)
- func (t *Template) GetEC2InstanceConnectEndpointWithName(name string) (*ec2.InstanceConnectEndpoint[any], error)
- func (t *Template) GetEC2InstanceWithName(name string) (*ec2.Instance[any], error)
- func (t *Template) GetEC2InternetGatewayWithName(name string) (*ec2.InternetGateway[any], error)
- func (t *Template) GetEC2KeyPairWithName(name string) (*ec2.KeyPair[any], error)
- func (t *Template) GetEC2LaunchTemplateWithName(name string) (*ec2.LaunchTemplate[any], error)
- func (t *Template) GetEC2LocalGatewayRouteTableVPCAssociationWithName(name string) (*ec2.LocalGatewayRouteTableVPCAssociation[any], error)
- func (t *Template) GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationWithName(name string) (*ec2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation[any], error)
- func (t *Template) GetEC2LocalGatewayRouteTableWithName(name string) (*ec2.LocalGatewayRouteTable[any], error)
- func (t *Template) GetEC2LocalGatewayRouteWithName(name string) (*ec2.LocalGatewayRoute[any], error)
- func (t *Template) GetEC2NatGatewayWithName(name string) (*ec2.NatGateway[any], error)
- func (t *Template) GetEC2NetworkAclEntryWithName(name string) (*ec2.NetworkAclEntry[any], error)
- func (t *Template) GetEC2NetworkAclWithName(name string) (*ec2.NetworkAcl[any], error)
- func (t *Template) GetEC2NetworkInsightsAccessScopeAnalysisWithName(name string) (*ec2.NetworkInsightsAccessScopeAnalysis[any], error)
- func (t *Template) GetEC2NetworkInsightsAccessScopeWithName(name string) (*ec2.NetworkInsightsAccessScope[any], error)
- func (t *Template) GetEC2NetworkInsightsAnalysisWithName(name string) (*ec2.NetworkInsightsAnalysis[any], error)
- func (t *Template) GetEC2NetworkInsightsPathWithName(name string) (*ec2.NetworkInsightsPath[any], error)
- func (t *Template) GetEC2NetworkInterfaceAttachmentWithName(name string) (*ec2.NetworkInterfaceAttachment[any], error)
- func (t *Template) GetEC2NetworkInterfacePermissionWithName(name string) (*ec2.NetworkInterfacePermission[any], error)
- func (t *Template) GetEC2NetworkInterfaceWithName(name string) (*ec2.NetworkInterface[any], error)
- func (t *Template) GetEC2NetworkPerformanceMetricSubscriptionWithName(name string) (*ec2.NetworkPerformanceMetricSubscription[any], error)
- func (t *Template) GetEC2PlacementGroupWithName(name string) (*ec2.PlacementGroup[any], error)
- func (t *Template) GetEC2PrefixListWithName(name string) (*ec2.PrefixList[any], error)
- func (t *Template) GetEC2RouteTableWithName(name string) (*ec2.RouteTable[any], error)
- func (t *Template) GetEC2RouteWithName(name string) (*ec2.Route[any], error)
- func (t *Template) GetEC2SecurityGroupEgressWithName(name string) (*ec2.SecurityGroupEgress[any], error)
- func (t *Template) GetEC2SecurityGroupIngressWithName(name string) (*ec2.SecurityGroupIngress[any], error)
- func (t *Template) GetEC2SecurityGroupWithName(name string) (*ec2.SecurityGroup[any], error)
- func (t *Template) GetEC2SpotFleetWithName(name string) (*ec2.SpotFleet[any], error)
- func (t *Template) GetEC2SubnetCidrBlockWithName(name string) (*ec2.SubnetCidrBlock[any], error)
- func (t *Template) GetEC2SubnetNetworkAclAssociationWithName(name string) (*ec2.SubnetNetworkAclAssociation[any], error)
- func (t *Template) GetEC2SubnetRouteTableAssociationWithName(name string) (*ec2.SubnetRouteTableAssociation[any], error)
- func (t *Template) GetEC2SubnetWithName(name string) (*ec2.Subnet[any], error)
- func (t *Template) GetEC2TrafficMirrorFilterRuleWithName(name string) (*ec2.TrafficMirrorFilterRule[any], error)
- func (t *Template) GetEC2TrafficMirrorFilterWithName(name string) (*ec2.TrafficMirrorFilter[any], error)
- func (t *Template) GetEC2TrafficMirrorSessionWithName(name string) (*ec2.TrafficMirrorSession[any], error)
- func (t *Template) GetEC2TrafficMirrorTargetWithName(name string) (*ec2.TrafficMirrorTarget[any], error)
- func (t *Template) GetEC2TransitGatewayAttachmentWithName(name string) (*ec2.TransitGatewayAttachment[any], error)
- func (t *Template) GetEC2TransitGatewayConnectWithName(name string) (*ec2.TransitGatewayConnect[any], error)
- func (t *Template) GetEC2TransitGatewayMulticastDomainAssociationWithName(name string) (*ec2.TransitGatewayMulticastDomainAssociation[any], error)
- func (t *Template) GetEC2TransitGatewayMulticastDomainWithName(name string) (*ec2.TransitGatewayMulticastDomain[any], error)
- func (t *Template) GetEC2TransitGatewayMulticastGroupMemberWithName(name string) (*ec2.TransitGatewayMulticastGroupMember[any], error)
- func (t *Template) GetEC2TransitGatewayMulticastGroupSourceWithName(name string) (*ec2.TransitGatewayMulticastGroupSource[any], error)
- func (t *Template) GetEC2TransitGatewayPeeringAttachmentWithName(name string) (*ec2.TransitGatewayPeeringAttachment[any], error)
- func (t *Template) GetEC2TransitGatewayRouteTableAssociationWithName(name string) (*ec2.TransitGatewayRouteTableAssociation[any], error)
- func (t *Template) GetEC2TransitGatewayRouteTablePropagationWithName(name string) (*ec2.TransitGatewayRouteTablePropagation[any], error)
- func (t *Template) GetEC2TransitGatewayRouteTableWithName(name string) (*ec2.TransitGatewayRouteTable[any], error)
- func (t *Template) GetEC2TransitGatewayRouteWithName(name string) (*ec2.TransitGatewayRoute[any], error)
- func (t *Template) GetEC2TransitGatewayVpcAttachmentWithName(name string) (*ec2.TransitGatewayVpcAttachment[any], error)
- func (t *Template) GetEC2TransitGatewayWithName(name string) (*ec2.TransitGateway[any], error)
- func (t *Template) GetEC2VPCCidrBlockWithName(name string) (*ec2.VPCCidrBlock[any], error)
- func (t *Template) GetEC2VPCDHCPOptionsAssociationWithName(name string) (*ec2.VPCDHCPOptionsAssociation[any], error)
- func (t *Template) GetEC2VPCEndpointConnectionNotificationWithName(name string) (*ec2.VPCEndpointConnectionNotification[any], error)
- func (t *Template) GetEC2VPCEndpointServicePermissionsWithName(name string) (*ec2.VPCEndpointServicePermissions[any], error)
- func (t *Template) GetEC2VPCEndpointServiceWithName(name string) (*ec2.VPCEndpointService[any], error)
- func (t *Template) GetEC2VPCEndpointWithName(name string) (*ec2.VPCEndpoint[any], error)
- func (t *Template) GetEC2VPCGatewayAttachmentWithName(name string) (*ec2.VPCGatewayAttachment[any], error)
- func (t *Template) GetEC2VPCPeeringConnectionWithName(name string) (*ec2.VPCPeeringConnection[any], error)
- func (t *Template) GetEC2VPCWithName(name string) (*ec2.VPC[any], error)
- func (t *Template) GetEC2VPNConnectionRouteWithName(name string) (*ec2.VPNConnectionRoute[any], error)
- func (t *Template) GetEC2VPNConnectionWithName(name string) (*ec2.VPNConnection[any], error)
- func (t *Template) GetEC2VPNGatewayRoutePropagationWithName(name string) (*ec2.VPNGatewayRoutePropagation[any], error)
- func (t *Template) GetEC2VPNGatewayWithName(name string) (*ec2.VPNGateway[any], error)
- func (t *Template) GetEC2VerifiedAccessEndpointWithName(name string) (*ec2.VerifiedAccessEndpoint[any], error)
- func (t *Template) GetEC2VerifiedAccessGroupWithName(name string) (*ec2.VerifiedAccessGroup[any], error)
- func (t *Template) GetEC2VerifiedAccessInstanceWithName(name string) (*ec2.VerifiedAccessInstance[any], error)
- func (t *Template) GetEC2VerifiedAccessTrustProviderWithName(name string) (*ec2.VerifiedAccessTrustProvider[any], error)
- func (t *Template) GetEC2VolumeAttachmentWithName(name string) (*ec2.VolumeAttachment[any], error)
- func (t *Template) GetEC2VolumeWithName(name string) (*ec2.Volume[any], error)
- func (t *Template) GetECRPublicRepositoryWithName(name string) (*ecr.PublicRepository[any], error)
- func (t *Template) GetECRPullThroughCacheRuleWithName(name string) (*ecr.PullThroughCacheRule[any], error)
- func (t *Template) GetECRRegistryPolicyWithName(name string) (*ecr.RegistryPolicy[any], error)
- func (t *Template) GetECRReplicationConfigurationWithName(name string) (*ecr.ReplicationConfiguration[any], error)
- func (t *Template) GetECRRepositoryWithName(name string) (*ecr.Repository[any], error)
- func (t *Template) GetECSCapacityProviderWithName(name string) (*ecs.CapacityProvider[any], error)
- func (t *Template) GetECSClusterCapacityProviderAssociationsWithName(name string) (*ecs.ClusterCapacityProviderAssociations[any], error)
- func (t *Template) GetECSClusterWithName(name string) (*ecs.Cluster[any], error)
- func (t *Template) GetECSPrimaryTaskSetWithName(name string) (*ecs.PrimaryTaskSet[any], error)
- func (t *Template) GetECSServiceWithName(name string) (*ecs.Service[any], error)
- func (t *Template) GetECSTaskDefinitionWithName(name string) (*ecs.TaskDefinition[any], error)
- func (t *Template) GetECSTaskSetWithName(name string) (*ecs.TaskSet[any], error)
- func (t *Template) GetEFSAccessPointWithName(name string) (*efs.AccessPoint[any], error)
- func (t *Template) GetEFSFileSystemWithName(name string) (*efs.FileSystem[any], error)
- func (t *Template) GetEFSMountTargetWithName(name string) (*efs.MountTarget[any], error)
- func (t *Template) GetEKSAddonWithName(name string) (*eks.Addon[any], error)
- func (t *Template) GetEKSClusterWithName(name string) (*eks.Cluster[any], error)
- func (t *Template) GetEKSFargateProfileWithName(name string) (*eks.FargateProfile[any], error)
- func (t *Template) GetEKSIdentityProviderConfigWithName(name string) (*eks.IdentityProviderConfig[any], error)
- func (t *Template) GetEKSNodegroupWithName(name string) (*eks.Nodegroup[any], error)
- func (t *Template) GetEMRClusterWithName(name string) (*emr.Cluster[any], error)
- func (t *Template) GetEMRContainersVirtualClusterWithName(name string) (*emrcontainers.VirtualCluster[any], error)
- func (t *Template) GetEMRInstanceFleetConfigWithName(name string) (*emr.InstanceFleetConfig[any], error)
- func (t *Template) GetEMRInstanceGroupConfigWithName(name string) (*emr.InstanceGroupConfig[any], error)
- func (t *Template) GetEMRSecurityConfigurationWithName(name string) (*emr.SecurityConfiguration[any], error)
- func (t *Template) GetEMRServerlessApplicationWithName(name string) (*emrserverless.Application[any], error)
- func (t *Template) GetEMRStepWithName(name string) (*emr.Step[any], error)
- func (t *Template) GetEMRStudioSessionMappingWithName(name string) (*emr.StudioSessionMapping[any], error)
- func (t *Template) GetEMRStudioWithName(name string) (*emr.Studio[any], error)
- func (t *Template) GetEMRWALWorkspaceWithName(name string) (*emr.WALWorkspace[any], error)
- func (t *Template) GetElastiCacheCacheClusterWithName(name string) (*elasticache.CacheCluster[any], error)
- func (t *Template) GetElastiCacheGlobalReplicationGroupWithName(name string) (*elasticache.GlobalReplicationGroup[any], error)
- func (t *Template) GetElastiCacheParameterGroupWithName(name string) (*elasticache.ParameterGroup[any], error)
- func (t *Template) GetElastiCacheReplicationGroupWithName(name string) (*elasticache.ReplicationGroup[any], error)
- func (t *Template) GetElastiCacheSecurityGroupIngressWithName(name string) (*elasticache.SecurityGroupIngress[any], error)
- func (t *Template) GetElastiCacheSecurityGroupWithName(name string) (*elasticache.SecurityGroup[any], error)
- func (t *Template) GetElastiCacheSubnetGroupWithName(name string) (*elasticache.SubnetGroup[any], error)
- func (t *Template) GetElastiCacheUserGroupWithName(name string) (*elasticache.UserGroup[any], error)
- func (t *Template) GetElastiCacheUserWithName(name string) (*elasticache.User[any], error)
- func (t *Template) GetElasticBeanstalkApplicationVersionWithName(name string) (*elasticbeanstalk.ApplicationVersion[any], error)
- func (t *Template) GetElasticBeanstalkApplicationWithName(name string) (*elasticbeanstalk.Application[any], error)
- func (t *Template) GetElasticBeanstalkConfigurationTemplateWithName(name string) (*elasticbeanstalk.ConfigurationTemplate[any], error)
- func (t *Template) GetElasticBeanstalkEnvironmentWithName(name string) (*elasticbeanstalk.Environment[any], error)
- func (t *Template) GetElasticLoadBalancingLoadBalancerWithName(name string) (*elasticloadbalancing.LoadBalancer[any], error)
- func (t *Template) GetElasticLoadBalancingV2ListenerCertificateWithName(name string) (*elasticloadbalancingv2.ListenerCertificate[any], error)
- func (t *Template) GetElasticLoadBalancingV2ListenerRuleWithName(name string) (*elasticloadbalancingv2.ListenerRule[any], error)
- func (t *Template) GetElasticLoadBalancingV2ListenerWithName(name string) (*elasticloadbalancingv2.Listener[any], error)
- func (t *Template) GetElasticLoadBalancingV2LoadBalancerWithName(name string) (*elasticloadbalancingv2.LoadBalancer[any], error)
- func (t *Template) GetElasticLoadBalancingV2TargetGroupWithName(name string) (*elasticloadbalancingv2.TargetGroup[any], error)
- func (t *Template) GetElasticsearchDomainWithName(name string) (*elasticsearch.Domain[any], error)
- func (t *Template) GetEntityResolutionIdMappingWorkflowWithName(name string) (*entityresolution.IdMappingWorkflow[any], error)
- func (t *Template) GetEntityResolutionMatchingWorkflowWithName(name string) (*entityresolution.MatchingWorkflow[any], error)
- func (t *Template) GetEntityResolutionSchemaMappingWithName(name string) (*entityresolution.SchemaMapping[any], error)
- func (t *Template) GetEventSchemasDiscovererWithName(name string) (*eventschemas.Discoverer[any], error)
- func (t *Template) GetEventSchemasRegistryPolicyWithName(name string) (*eventschemas.RegistryPolicy[any], error)
- func (t *Template) GetEventSchemasRegistryWithName(name string) (*eventschemas.Registry[any], error)
- func (t *Template) GetEventSchemasSchemaWithName(name string) (*eventschemas.Schema[any], error)
- func (t *Template) GetEventsApiDestinationWithName(name string) (*events.ApiDestination[any], error)
- func (t *Template) GetEventsArchiveWithName(name string) (*events.Archive[any], error)
- func (t *Template) GetEventsConnectionWithName(name string) (*events.Connection[any], error)
- func (t *Template) GetEventsEndpointWithName(name string) (*events.Endpoint[any], error)
- func (t *Template) GetEventsEventBusPolicyWithName(name string) (*events.EventBusPolicy[any], error)
- func (t *Template) GetEventsEventBusWithName(name string) (*events.EventBus[any], error)
- func (t *Template) GetEventsRuleWithName(name string) (*events.Rule[any], error)
- func (t *Template) GetEvidentlyExperimentWithName(name string) (*evidently.Experiment[any], error)
- func (t *Template) GetEvidentlyFeatureWithName(name string) (*evidently.Feature[any], error)
- func (t *Template) GetEvidentlyLaunchWithName(name string) (*evidently.Launch[any], error)
- func (t *Template) GetEvidentlyProjectWithName(name string) (*evidently.Project[any], error)
- func (t *Template) GetEvidentlySegmentWithName(name string) (*evidently.Segment[any], error)
- func (t *Template) GetFISExperimentTemplateWithName(name string) (*fis.ExperimentTemplate[any], error)
- func (t *Template) GetFMSNotificationChannelWithName(name string) (*fms.NotificationChannel[any], error)
- func (t *Template) GetFMSPolicyWithName(name string) (*fms.Policy[any], error)
- func (t *Template) GetFMSResourceSetWithName(name string) (*fms.ResourceSet[any], error)
- func (t *Template) GetFSxDataRepositoryAssociationWithName(name string) (*fsx.DataRepositoryAssociation[any], error)
- func (t *Template) GetFSxFileSystemWithName(name string) (*fsx.FileSystem[any], error)
- func (t *Template) GetFSxSnapshotWithName(name string) (*fsx.Snapshot[any], error)
- func (t *Template) GetFSxStorageVirtualMachineWithName(name string) (*fsx.StorageVirtualMachine[any], error)
- func (t *Template) GetFSxVolumeWithName(name string) (*fsx.Volume[any], error)
- func (t *Template) GetFinSpaceEnvironmentWithName(name string) (*finspace.Environment[any], error)
- func (t *Template) GetForecastDatasetGroupWithName(name string) (*forecast.DatasetGroup[any], error)
- func (t *Template) GetForecastDatasetWithName(name string) (*forecast.Dataset[any], error)
- func (t *Template) GetFraudDetectorDetectorWithName(name string) (*frauddetector.Detector[any], error)
- func (t *Template) GetFraudDetectorEntityTypeWithName(name string) (*frauddetector.EntityType[any], error)
- func (t *Template) GetFraudDetectorEventTypeWithName(name string) (*frauddetector.EventType[any], error)
- func (t *Template) GetFraudDetectorLabelWithName(name string) (*frauddetector.Label[any], error)
- func (t *Template) GetFraudDetectorListWithName(name string) (*frauddetector.List[any], error)
- func (t *Template) GetFraudDetectorOutcomeWithName(name string) (*frauddetector.Outcome[any], error)
- func (t *Template) GetFraudDetectorVariableWithName(name string) (*frauddetector.Variable[any], error)
- func (t *Template) GetGameLiftAliasWithName(name string) (*gamelift.Alias[any], error)
- func (t *Template) GetGameLiftBuildWithName(name string) (*gamelift.Build[any], error)
- func (t *Template) GetGameLiftFleetWithName(name string) (*gamelift.Fleet[any], error)
- func (t *Template) GetGameLiftGameServerGroupWithName(name string) (*gamelift.GameServerGroup[any], error)
- func (t *Template) GetGameLiftGameSessionQueueWithName(name string) (*gamelift.GameSessionQueue[any], error)
- func (t *Template) GetGameLiftLocationWithName(name string) (*gamelift.Location[any], error)
- func (t *Template) GetGameLiftMatchmakingConfigurationWithName(name string) (*gamelift.MatchmakingConfiguration[any], error)
- func (t *Template) GetGameLiftMatchmakingRuleSetWithName(name string) (*gamelift.MatchmakingRuleSet[any], error)
- func (t *Template) GetGameLiftScriptWithName(name string) (*gamelift.Script[any], error)
- func (t *Template) GetGlobalAcceleratorAcceleratorWithName(name string) (*globalaccelerator.Accelerator[any], error)
- func (t *Template) GetGlobalAcceleratorEndpointGroupWithName(name string) (*globalaccelerator.EndpointGroup[any], error)
- func (t *Template) GetGlobalAcceleratorListenerWithName(name string) (*globalaccelerator.Listener[any], error)
- func (t *Template) GetGlueClassifierWithName(name string) (*glue.Classifier[any], error)
- func (t *Template) GetGlueConnectionWithName(name string) (*glue.Connection[any], error)
- func (t *Template) GetGlueCrawlerWithName(name string) (*glue.Crawler[any], error)
- func (t *Template) GetGlueDataCatalogEncryptionSettingsWithName(name string) (*glue.DataCatalogEncryptionSettings[any], error)
- func (t *Template) GetGlueDataQualityRulesetWithName(name string) (*glue.DataQualityRuleset[any], error)
- func (t *Template) GetGlueDatabaseWithName(name string) (*glue.Database[any], error)
- func (t *Template) GetGlueDevEndpointWithName(name string) (*glue.DevEndpoint[any], error)
- func (t *Template) GetGlueJobWithName(name string) (*glue.Job[any], error)
- func (t *Template) GetGlueMLTransformWithName(name string) (*glue.MLTransform[any], error)
- func (t *Template) GetGluePartitionWithName(name string) (*glue.Partition[any], error)
- func (t *Template) GetGlueRegistryWithName(name string) (*glue.Registry[any], error)
- func (t *Template) GetGlueSchemaVersionMetadataWithName(name string) (*glue.SchemaVersionMetadata[any], error)
- func (t *Template) GetGlueSchemaVersionWithName(name string) (*glue.SchemaVersion[any], error)
- func (t *Template) GetGlueSchemaWithName(name string) (*glue.Schema[any], error)
- func (t *Template) GetGlueSecurityConfigurationWithName(name string) (*glue.SecurityConfiguration[any], error)
- func (t *Template) GetGlueTableWithName(name string) (*glue.Table[any], error)
- func (t *Template) GetGlueTriggerWithName(name string) (*glue.Trigger[any], error)
- func (t *Template) GetGlueWorkflowWithName(name string) (*glue.Workflow[any], error)
- func (t *Template) GetGrafanaWorkspaceWithName(name string) (*grafana.Workspace[any], error)
- func (t *Template) GetGreengrassConnectorDefinitionVersionWithName(name string) (*greengrass.ConnectorDefinitionVersion[any], error)
- func (t *Template) GetGreengrassConnectorDefinitionWithName(name string) (*greengrass.ConnectorDefinition[any], error)
- func (t *Template) GetGreengrassCoreDefinitionVersionWithName(name string) (*greengrass.CoreDefinitionVersion[any], error)
- func (t *Template) GetGreengrassCoreDefinitionWithName(name string) (*greengrass.CoreDefinition[any], error)
- func (t *Template) GetGreengrassDeviceDefinitionVersionWithName(name string) (*greengrass.DeviceDefinitionVersion[any], error)
- func (t *Template) GetGreengrassDeviceDefinitionWithName(name string) (*greengrass.DeviceDefinition[any], error)
- func (t *Template) GetGreengrassFunctionDefinitionVersionWithName(name string) (*greengrass.FunctionDefinitionVersion[any], error)
- func (t *Template) GetGreengrassFunctionDefinitionWithName(name string) (*greengrass.FunctionDefinition[any], error)
- func (t *Template) GetGreengrassGroupVersionWithName(name string) (*greengrass.GroupVersion[any], error)
- func (t *Template) GetGreengrassGroupWithName(name string) (*greengrass.Group[any], error)
- func (t *Template) GetGreengrassLoggerDefinitionVersionWithName(name string) (*greengrass.LoggerDefinitionVersion[any], error)
- func (t *Template) GetGreengrassLoggerDefinitionWithName(name string) (*greengrass.LoggerDefinition[any], error)
- func (t *Template) GetGreengrassResourceDefinitionVersionWithName(name string) (*greengrass.ResourceDefinitionVersion[any], error)
- func (t *Template) GetGreengrassResourceDefinitionWithName(name string) (*greengrass.ResourceDefinition[any], error)
- func (t *Template) GetGreengrassSubscriptionDefinitionVersionWithName(name string) (*greengrass.SubscriptionDefinitionVersion[any], error)
- func (t *Template) GetGreengrassSubscriptionDefinitionWithName(name string) (*greengrass.SubscriptionDefinition[any], error)
- func (t *Template) GetGreengrassV2ComponentVersionWithName(name string) (*greengrassv2.ComponentVersion[any], error)
- func (t *Template) GetGreengrassV2DeploymentWithName(name string) (*greengrassv2.Deployment[any], error)
- func (t *Template) GetGroundStationConfigWithName(name string) (*groundstation.Config[any], error)
- func (t *Template) GetGroundStationDataflowEndpointGroupWithName(name string) (*groundstation.DataflowEndpointGroup[any], error)
- func (t *Template) GetGroundStationMissionProfileWithName(name string) (*groundstation.MissionProfile[any], error)
- func (t *Template) GetGuardDutyDetectorWithName(name string) (*guardduty.Detector[any], error)
- func (t *Template) GetGuardDutyFilterWithName(name string) (*guardduty.Filter[any], error)
- func (t *Template) GetGuardDutyIPSetWithName(name string) (*guardduty.IPSet[any], error)
- func (t *Template) GetGuardDutyMasterWithName(name string) (*guardduty.Master[any], error)
- func (t *Template) GetGuardDutyMemberWithName(name string) (*guardduty.Member[any], error)
- func (t *Template) GetGuardDutyThreatIntelSetWithName(name string) (*guardduty.ThreatIntelSet[any], error)
- func (t *Template) GetHealthImagingDatastoreWithName(name string) (*healthimaging.Datastore[any], error)
- func (t *Template) GetHealthLakeFHIRDatastoreWithName(name string) (*healthlake.FHIRDatastore[any], error)
- func (t *Template) GetIAMAccessKeyWithName(name string) (*iam.AccessKey[any], error)
- func (t *Template) GetIAMGroupPolicyWithName(name string) (*iam.GroupPolicy[any], error)
- func (t *Template) GetIAMGroupWithName(name string) (*iam.Group[any], error)
- func (t *Template) GetIAMInstanceProfileWithName(name string) (*iam.InstanceProfile[any], error)
- func (t *Template) GetIAMManagedPolicyWithName(name string) (*iam.ManagedPolicy[any], error)
- func (t *Template) GetIAMOIDCProviderWithName(name string) (*iam.OIDCProvider[any], error)
- func (t *Template) GetIAMPolicyWithName(name string) (*iam.Policy[any], error)
- func (t *Template) GetIAMRolePolicyWithName(name string) (*iam.RolePolicy[any], error)
- func (t *Template) GetIAMRoleWithName(name string) (*iam.Role[any], error)
- func (t *Template) GetIAMSAMLProviderWithName(name string) (*iam.SAMLProvider[any], error)
- func (t *Template) GetIAMServerCertificateWithName(name string) (*iam.ServerCertificate[any], error)
- func (t *Template) GetIAMServiceLinkedRoleWithName(name string) (*iam.ServiceLinkedRole[any], error)
- func (t *Template) GetIAMUserPolicyWithName(name string) (*iam.UserPolicy[any], error)
- func (t *Template) GetIAMUserToGroupAdditionWithName(name string) (*iam.UserToGroupAddition[any], error)
- func (t *Template) GetIAMUserWithName(name string) (*iam.User[any], error)
- func (t *Template) GetIAMVirtualMFADeviceWithName(name string) (*iam.VirtualMFADevice[any], error)
- func (t *Template) GetIVSChannelWithName(name string) (*ivs.Channel[any], error)
- func (t *Template) GetIVSChatLoggingConfigurationWithName(name string) (*ivschat.LoggingConfiguration[any], error)
- func (t *Template) GetIVSChatRoomWithName(name string) (*ivschat.Room[any], error)
- func (t *Template) GetIVSPlaybackKeyPairWithName(name string) (*ivs.PlaybackKeyPair[any], error)
- func (t *Template) GetIVSRecordingConfigurationWithName(name string) (*ivs.RecordingConfiguration[any], error)
- func (t *Template) GetIVSStreamKeyWithName(name string) (*ivs.StreamKey[any], error)
- func (t *Template) GetIdentityStoreGroupMembershipWithName(name string) (*identitystore.GroupMembership[any], error)
- func (t *Template) GetIdentityStoreGroupWithName(name string) (*identitystore.Group[any], error)
- func (t *Template) GetImageBuilderComponentWithName(name string) (*imagebuilder.Component[any], error)
- func (t *Template) GetImageBuilderContainerRecipeWithName(name string) (*imagebuilder.ContainerRecipe[any], error)
- func (t *Template) GetImageBuilderDistributionConfigurationWithName(name string) (*imagebuilder.DistributionConfiguration[any], error)
- func (t *Template) GetImageBuilderImagePipelineWithName(name string) (*imagebuilder.ImagePipeline[any], error)
- func (t *Template) GetImageBuilderImageRecipeWithName(name string) (*imagebuilder.ImageRecipe[any], error)
- func (t *Template) GetImageBuilderImageWithName(name string) (*imagebuilder.Image[any], error)
- func (t *Template) GetImageBuilderInfrastructureConfigurationWithName(name string) (*imagebuilder.InfrastructureConfiguration[any], error)
- func (t *Template) GetInspectorAssessmentTargetWithName(name string) (*inspector.AssessmentTarget[any], error)
- func (t *Template) GetInspectorAssessmentTemplateWithName(name string) (*inspector.AssessmentTemplate[any], error)
- func (t *Template) GetInspectorResourceGroupWithName(name string) (*inspector.ResourceGroup[any], error)
- func (t *Template) GetInspectorV2FilterWithName(name string) (*inspectorv2.Filter[any], error)
- func (t *Template) GetInternetMonitorMonitorWithName(name string) (*internetmonitor.Monitor[any], error)
- func (t *Template) GetIoT1ClickDeviceWithName(name string) (*iot1click.Device[any], error)
- func (t *Template) GetIoT1ClickPlacementWithName(name string) (*iot1click.Placement[any], error)
- func (t *Template) GetIoT1ClickProjectWithName(name string) (*iot1click.Project[any], error)
- func (t *Template) GetIoTAccountAuditConfigurationWithName(name string) (*iot.AccountAuditConfiguration[any], error)
- func (t *Template) GetIoTAnalyticsChannelWithName(name string) (*iotanalytics.Channel[any], error)
- func (t *Template) GetIoTAnalyticsDatasetWithName(name string) (*iotanalytics.Dataset[any], error)
- func (t *Template) GetIoTAnalyticsDatastoreWithName(name string) (*iotanalytics.Datastore[any], error)
- func (t *Template) GetIoTAnalyticsPipelineWithName(name string) (*iotanalytics.Pipeline[any], error)
- func (t *Template) GetIoTAuthorizerWithName(name string) (*iot.Authorizer[any], error)
- func (t *Template) GetIoTBillingGroupWithName(name string) (*iot.BillingGroup[any], error)
- func (t *Template) GetIoTCACertificateWithName(name string) (*iot.CACertificate[any], error)
- func (t *Template) GetIoTCertificateWithName(name string) (*iot.Certificate[any], error)
- func (t *Template) GetIoTCoreDeviceAdvisorSuiteDefinitionWithName(name string) (*iotcoredeviceadvisor.SuiteDefinition[any], error)
- func (t *Template) GetIoTCustomMetricWithName(name string) (*iot.CustomMetric[any], error)
- func (t *Template) GetIoTDimensionWithName(name string) (*iot.Dimension[any], error)
- func (t *Template) GetIoTDomainConfigurationWithName(name string) (*iot.DomainConfiguration[any], error)
- func (t *Template) GetIoTEventsAlarmModelWithName(name string) (*iotevents.AlarmModel[any], error)
- func (t *Template) GetIoTEventsDetectorModelWithName(name string) (*iotevents.DetectorModel[any], error)
- func (t *Template) GetIoTEventsInputWithName(name string) (*iotevents.Input[any], error)
- func (t *Template) GetIoTFleetHubApplicationWithName(name string) (*iotfleethub.Application[any], error)
- func (t *Template) GetIoTFleetMetricWithName(name string) (*iot.FleetMetric[any], error)
- func (t *Template) GetIoTFleetWiseCampaignWithName(name string) (*iotfleetwise.Campaign[any], error)
- func (t *Template) GetIoTFleetWiseDecoderManifestWithName(name string) (*iotfleetwise.DecoderManifest[any], error)
- func (t *Template) GetIoTFleetWiseFleetWithName(name string) (*iotfleetwise.Fleet[any], error)
- func (t *Template) GetIoTFleetWiseModelManifestWithName(name string) (*iotfleetwise.ModelManifest[any], error)
- func (t *Template) GetIoTFleetWiseSignalCatalogWithName(name string) (*iotfleetwise.SignalCatalog[any], error)
- func (t *Template) GetIoTFleetWiseVehicleWithName(name string) (*iotfleetwise.Vehicle[any], error)
- func (t *Template) GetIoTJobTemplateWithName(name string) (*iot.JobTemplate[any], error)
- func (t *Template) GetIoTLoggingWithName(name string) (*iot.Logging[any], error)
- func (t *Template) GetIoTMitigationActionWithName(name string) (*iot.MitigationAction[any], error)
- func (t *Template) GetIoTPolicyPrincipalAttachmentWithName(name string) (*iot.PolicyPrincipalAttachment[any], error)
- func (t *Template) GetIoTPolicyWithName(name string) (*iot.Policy[any], error)
- func (t *Template) GetIoTProvisioningTemplateWithName(name string) (*iot.ProvisioningTemplate[any], error)
- func (t *Template) GetIoTResourceSpecificLoggingWithName(name string) (*iot.ResourceSpecificLogging[any], error)
- func (t *Template) GetIoTRoleAliasWithName(name string) (*iot.RoleAlias[any], error)
- func (t *Template) GetIoTScheduledAuditWithName(name string) (*iot.ScheduledAudit[any], error)
- func (t *Template) GetIoTSecurityProfileWithName(name string) (*iot.SecurityProfile[any], error)
- func (t *Template) GetIoTSiteWiseAccessPolicyWithName(name string) (*iotsitewise.AccessPolicy[any], error)
- func (t *Template) GetIoTSiteWiseAssetModelWithName(name string) (*iotsitewise.AssetModel[any], error)
- func (t *Template) GetIoTSiteWiseAssetWithName(name string) (*iotsitewise.Asset[any], error)
- func (t *Template) GetIoTSiteWiseDashboardWithName(name string) (*iotsitewise.Dashboard[any], error)
- func (t *Template) GetIoTSiteWiseGatewayWithName(name string) (*iotsitewise.Gateway[any], error)
- func (t *Template) GetIoTSiteWisePortalWithName(name string) (*iotsitewise.Portal[any], error)
- func (t *Template) GetIoTSiteWiseProjectWithName(name string) (*iotsitewise.Project[any], error)
- func (t *Template) GetIoTSoftwarePackageVersionWithName(name string) (*iot.SoftwarePackageVersion[any], error)
- func (t *Template) GetIoTSoftwarePackageWithName(name string) (*iot.SoftwarePackage[any], error)
- func (t *Template) GetIoTThingGroupWithName(name string) (*iot.ThingGroup[any], error)
- func (t *Template) GetIoTThingPrincipalAttachmentWithName(name string) (*iot.ThingPrincipalAttachment[any], error)
- func (t *Template) GetIoTThingTypeWithName(name string) (*iot.ThingType[any], error)
- func (t *Template) GetIoTThingWithName(name string) (*iot.Thing[any], error)
- func (t *Template) GetIoTThingsGraphFlowTemplateWithName(name string) (*iotthingsgraph.FlowTemplate[any], error)
- func (t *Template) GetIoTTopicRuleDestinationWithName(name string) (*iot.TopicRuleDestination[any], error)
- func (t *Template) GetIoTTopicRuleWithName(name string) (*iot.TopicRule[any], error)
- func (t *Template) GetIoTTwinMakerComponentTypeWithName(name string) (*iottwinmaker.ComponentType[any], error)
- func (t *Template) GetIoTTwinMakerEntityWithName(name string) (*iottwinmaker.Entity[any], error)
- func (t *Template) GetIoTTwinMakerSceneWithName(name string) (*iottwinmaker.Scene[any], error)
- func (t *Template) GetIoTTwinMakerSyncJobWithName(name string) (*iottwinmaker.SyncJob[any], error)
- func (t *Template) GetIoTTwinMakerWorkspaceWithName(name string) (*iottwinmaker.Workspace[any], error)
- func (t *Template) GetIoTWirelessDestinationWithName(name string) (*iotwireless.Destination[any], error)
- func (t *Template) GetIoTWirelessDeviceProfileWithName(name string) (*iotwireless.DeviceProfile[any], error)
- func (t *Template) GetIoTWirelessFuotaTaskWithName(name string) (*iotwireless.FuotaTask[any], error)
- func (t *Template) GetIoTWirelessMulticastGroupWithName(name string) (*iotwireless.MulticastGroup[any], error)
- func (t *Template) GetIoTWirelessNetworkAnalyzerConfigurationWithName(name string) (*iotwireless.NetworkAnalyzerConfiguration[any], error)
- func (t *Template) GetIoTWirelessPartnerAccountWithName(name string) (*iotwireless.PartnerAccount[any], error)
- func (t *Template) GetIoTWirelessServiceProfileWithName(name string) (*iotwireless.ServiceProfile[any], error)
- func (t *Template) GetIoTWirelessTaskDefinitionWithName(name string) (*iotwireless.TaskDefinition[any], error)
- func (t *Template) GetIoTWirelessWirelessDeviceImportTaskWithName(name string) (*iotwireless.WirelessDeviceImportTask[any], error)
- func (t *Template) GetIoTWirelessWirelessDeviceWithName(name string) (*iotwireless.WirelessDevice[any], error)
- func (t *Template) GetIoTWirelessWirelessGatewayWithName(name string) (*iotwireless.WirelessGateway[any], error)
- func (t *Template) GetKMSAliasWithName(name string) (*kms.Alias[any], error)
- func (t *Template) GetKMSKeyWithName(name string) (*kms.Key[any], error)
- func (t *Template) GetKMSReplicaKeyWithName(name string) (*kms.ReplicaKey[any], error)
- func (t *Template) GetKafkaConnectConnectorWithName(name string) (*kafkaconnect.Connector[any], error)
- func (t *Template) GetKendraDataSourceWithName(name string) (*kendra.DataSource[any], error)
- func (t *Template) GetKendraFaqWithName(name string) (*kendra.Faq[any], error)
- func (t *Template) GetKendraIndexWithName(name string) (*kendra.Index[any], error)
- func (t *Template) GetKendraRankingExecutionPlanWithName(name string) (*kendraranking.ExecutionPlan[any], error)
- func (t *Template) GetKinesisAnalyticsApplicationOutputWithName(name string) (*kinesisanalytics.ApplicationOutput[any], error)
- func (t *Template) GetKinesisAnalyticsApplicationReferenceDataSourceWithName(name string) (*kinesisanalytics.ApplicationReferenceDataSource[any], error)
- func (t *Template) GetKinesisAnalyticsApplicationWithName(name string) (*kinesisanalytics.Application[any], error)
- func (t *Template) GetKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionWithName(name string) (*kinesisanalyticsv2.ApplicationCloudWatchLoggingOption[any], error)
- func (t *Template) GetKinesisAnalyticsV2ApplicationOutputWithName(name string) (*kinesisanalyticsv2.ApplicationOutput[any], error)
- func (t *Template) GetKinesisAnalyticsV2ApplicationReferenceDataSourceWithName(name string) (*kinesisanalyticsv2.ApplicationReferenceDataSource[any], error)
- func (t *Template) GetKinesisAnalyticsV2ApplicationWithName(name string) (*kinesisanalyticsv2.Application[any], error)
- func (t *Template) GetKinesisFirehoseDeliveryStreamWithName(name string) (*kinesisfirehose.DeliveryStream[any], error)
- func (t *Template) GetKinesisStreamConsumerWithName(name string) (*kinesis.StreamConsumer[any], error)
- func (t *Template) GetKinesisStreamWithName(name string) (*kinesis.Stream[any], error)
- func (t *Template) GetKinesisVideoSignalingChannelWithName(name string) (*kinesisvideo.SignalingChannel[any], error)
- func (t *Template) GetKinesisVideoStreamWithName(name string) (*kinesisvideo.Stream[any], error)
- func (t *Template) GetLakeFormationDataCellsFilterWithName(name string) (*lakeformation.DataCellsFilter[any], error)
- func (t *Template) GetLakeFormationDataLakeSettingsWithName(name string) (*lakeformation.DataLakeSettings[any], error)
- func (t *Template) GetLakeFormationPermissionsWithName(name string) (*lakeformation.Permissions[any], error)
- func (t *Template) GetLakeFormationPrincipalPermissionsWithName(name string) (*lakeformation.PrincipalPermissions[any], error)
- func (t *Template) GetLakeFormationResourceWithName(name string) (*lakeformation.Resource[any], error)
- func (t *Template) GetLakeFormationTagAssociationWithName(name string) (*lakeformation.TagAssociation[any], error)
- func (t *Template) GetLakeFormationTagWithName(name string) (*lakeformation.Tag[any], error)
- func (t *Template) GetLambdaAliasWithName(name string) (*lambda.Alias[any], error)
- func (t *Template) GetLambdaCodeSigningConfigWithName(name string) (*lambda.CodeSigningConfig[any], error)
- func (t *Template) GetLambdaEventInvokeConfigWithName(name string) (*lambda.EventInvokeConfig[any], error)
- func (t *Template) GetLambdaEventSourceMappingWithName(name string) (*lambda.EventSourceMapping[any], error)
- func (t *Template) GetLambdaFunctionWithName(name string) (*lambda.Function[any], error)
- func (t *Template) GetLambdaLayerVersionPermissionWithName(name string) (*lambda.LayerVersionPermission[any], error)
- func (t *Template) GetLambdaLayerVersionWithName(name string) (*lambda.LayerVersion[any], error)
- func (t *Template) GetLambdaPermissionWithName(name string) (*lambda.Permission[any], error)
- func (t *Template) GetLambdaUrlWithName(name string) (*lambda.Url[any], error)
- func (t *Template) GetLambdaVersionWithName(name string) (*lambda.Version[any], error)
- func (t *Template) GetLexBotAliasWithName(name string) (*lex.BotAlias[any], error)
- func (t *Template) GetLexBotVersionWithName(name string) (*lex.BotVersion[any], error)
- func (t *Template) GetLexBotWithName(name string) (*lex.Bot[any], error)
- func (t *Template) GetLexResourcePolicyWithName(name string) (*lex.ResourcePolicy[any], error)
- func (t *Template) GetLicenseManagerGrantWithName(name string) (*licensemanager.Grant[any], error)
- func (t *Template) GetLicenseManagerLicenseWithName(name string) (*licensemanager.License[any], error)
- func (t *Template) GetLightsailAlarmWithName(name string) (*lightsail.Alarm[any], error)
- func (t *Template) GetLightsailBucketWithName(name string) (*lightsail.Bucket[any], error)
- func (t *Template) GetLightsailCertificateWithName(name string) (*lightsail.Certificate[any], error)
- func (t *Template) GetLightsailContainerWithName(name string) (*lightsail.Container[any], error)
- func (t *Template) GetLightsailDatabaseWithName(name string) (*lightsail.Database[any], error)
- func (t *Template) GetLightsailDiskWithName(name string) (*lightsail.Disk[any], error)
- func (t *Template) GetLightsailDistributionWithName(name string) (*lightsail.Distribution[any], error)
- func (t *Template) GetLightsailInstanceWithName(name string) (*lightsail.Instance[any], error)
- func (t *Template) GetLightsailLoadBalancerTlsCertificateWithName(name string) (*lightsail.LoadBalancerTlsCertificate[any], error)
- func (t *Template) GetLightsailLoadBalancerWithName(name string) (*lightsail.LoadBalancer[any], error)
- func (t *Template) GetLightsailStaticIpWithName(name string) (*lightsail.StaticIp[any], error)
- func (t *Template) GetLocationGeofenceCollectionWithName(name string) (*location.GeofenceCollection[any], error)
- func (t *Template) GetLocationMapWithName(name string) (*location.Map[any], error)
- func (t *Template) GetLocationPlaceIndexWithName(name string) (*location.PlaceIndex[any], error)
- func (t *Template) GetLocationRouteCalculatorWithName(name string) (*location.RouteCalculator[any], error)
- func (t *Template) GetLocationTrackerConsumerWithName(name string) (*location.TrackerConsumer[any], error)
- func (t *Template) GetLocationTrackerWithName(name string) (*location.Tracker[any], error)
- func (t *Template) GetLogsAccountPolicyWithName(name string) (*logs.AccountPolicy[any], error)
- func (t *Template) GetLogsDestinationWithName(name string) (*logs.Destination[any], error)
- func (t *Template) GetLogsLogGroupWithName(name string) (*logs.LogGroup[any], error)
- func (t *Template) GetLogsLogStreamWithName(name string) (*logs.LogStream[any], error)
- func (t *Template) GetLogsMetricFilterWithName(name string) (*logs.MetricFilter[any], error)
- func (t *Template) GetLogsQueryDefinitionWithName(name string) (*logs.QueryDefinition[any], error)
- func (t *Template) GetLogsResourcePolicyWithName(name string) (*logs.ResourcePolicy[any], error)
- func (t *Template) GetLogsSubscriptionFilterWithName(name string) (*logs.SubscriptionFilter[any], error)
- func (t *Template) GetLookoutEquipmentInferenceSchedulerWithName(name string) (*lookoutequipment.InferenceScheduler[any], error)
- func (t *Template) GetLookoutMetricsAlertWithName(name string) (*lookoutmetrics.Alert[any], error)
- func (t *Template) GetLookoutMetricsAnomalyDetectorWithName(name string) (*lookoutmetrics.AnomalyDetector[any], error)
- func (t *Template) GetLookoutVisionProjectWithName(name string) (*lookoutvision.Project[any], error)
- func (t *Template) GetM2ApplicationWithName(name string) (*m2.Application[any], error)
- func (t *Template) GetM2EnvironmentWithName(name string) (*m2.Environment[any], error)
- func (t *Template) GetMSKBatchScramSecretWithName(name string) (*msk.BatchScramSecret[any], error)
- func (t *Template) GetMSKClusterPolicyWithName(name string) (*msk.ClusterPolicy[any], error)
- func (t *Template) GetMSKClusterWithName(name string) (*msk.Cluster[any], error)
- func (t *Template) GetMSKConfigurationWithName(name string) (*msk.Configuration[any], error)
- func (t *Template) GetMSKReplicatorWithName(name string) (*msk.Replicator[any], error)
- func (t *Template) GetMSKServerlessClusterWithName(name string) (*msk.ServerlessCluster[any], error)
- func (t *Template) GetMSKVpcConnectionWithName(name string) (*msk.VpcConnection[any], error)
- func (t *Template) GetMWAAEnvironmentWithName(name string) (*mwaa.Environment[any], error)
- func (t *Template) GetMacieAllowListWithName(name string) (*macie.AllowList[any], error)
- func (t *Template) GetMacieCustomDataIdentifierWithName(name string) (*macie.CustomDataIdentifier[any], error)
- func (t *Template) GetMacieFindingsFilterWithName(name string) (*macie.FindingsFilter[any], error)
- func (t *Template) GetMacieSessionWithName(name string) (*macie.Session[any], error)
- func (t *Template) GetManagedBlockchainAccessorWithName(name string) (*managedblockchain.Accessor[any], error)
- func (t *Template) GetManagedBlockchainMemberWithName(name string) (*managedblockchain.Member[any], error)
- func (t *Template) GetManagedBlockchainNodeWithName(name string) (*managedblockchain.Node[any], error)
- func (t *Template) GetMediaConnectBridgeOutputWithName(name string) (*mediaconnect.BridgeOutput[any], error)
- func (t *Template) GetMediaConnectBridgeSourceWithName(name string) (*mediaconnect.BridgeSource[any], error)
- func (t *Template) GetMediaConnectBridgeWithName(name string) (*mediaconnect.Bridge[any], error)
- func (t *Template) GetMediaConnectFlowEntitlementWithName(name string) (*mediaconnect.FlowEntitlement[any], error)
- func (t *Template) GetMediaConnectFlowOutputWithName(name string) (*mediaconnect.FlowOutput[any], error)
- func (t *Template) GetMediaConnectFlowSourceWithName(name string) (*mediaconnect.FlowSource[any], error)
- func (t *Template) GetMediaConnectFlowVpcInterfaceWithName(name string) (*mediaconnect.FlowVpcInterface[any], error)
- func (t *Template) GetMediaConnectFlowWithName(name string) (*mediaconnect.Flow[any], error)
- func (t *Template) GetMediaConnectGatewayWithName(name string) (*mediaconnect.Gateway[any], error)
- func (t *Template) GetMediaConvertJobTemplateWithName(name string) (*mediaconvert.JobTemplate[any], error)
- func (t *Template) GetMediaConvertPresetWithName(name string) (*mediaconvert.Preset[any], error)
- func (t *Template) GetMediaConvertQueueWithName(name string) (*mediaconvert.Queue[any], error)
- func (t *Template) GetMediaLiveChannelWithName(name string) (*medialive.Channel[any], error)
- func (t *Template) GetMediaLiveInputSecurityGroupWithName(name string) (*medialive.InputSecurityGroup[any], error)
- func (t *Template) GetMediaLiveInputWithName(name string) (*medialive.Input[any], error)
- func (t *Template) GetMediaLiveMultiplexWithName(name string) (*medialive.Multiplex[any], error)
- func (t *Template) GetMediaLiveMultiplexprogramWithName(name string) (*medialive.Multiplexprogram[any], error)
- func (t *Template) GetMediaPackageAssetWithName(name string) (*mediapackage.Asset[any], error)
- func (t *Template) GetMediaPackageChannelWithName(name string) (*mediapackage.Channel[any], error)
- func (t *Template) GetMediaPackageOriginEndpointWithName(name string) (*mediapackage.OriginEndpoint[any], error)
- func (t *Template) GetMediaPackagePackagingConfigurationWithName(name string) (*mediapackage.PackagingConfiguration[any], error)
- func (t *Template) GetMediaPackagePackagingGroupWithName(name string) (*mediapackage.PackagingGroup[any], error)
- func (t *Template) GetMediaPackageV2ChannelGroupWithName(name string) (*mediapackagev2.ChannelGroup[any], error)
- func (t *Template) GetMediaPackageV2ChannelPolicyWithName(name string) (*mediapackagev2.ChannelPolicy[any], error)
- func (t *Template) GetMediaPackageV2ChannelWithName(name string) (*mediapackagev2.Channel[any], error)
- func (t *Template) GetMediaPackageV2OriginEndpointPolicyWithName(name string) (*mediapackagev2.OriginEndpointPolicy[any], error)
- func (t *Template) GetMediaPackageV2OriginEndpointWithName(name string) (*mediapackagev2.OriginEndpoint[any], error)
- func (t *Template) GetMediaStoreContainerWithName(name string) (*mediastore.Container[any], error)
- func (t *Template) GetMediaTailorChannelPolicyWithName(name string) (*mediatailor.ChannelPolicy[any], error)
- func (t *Template) GetMediaTailorChannelWithName(name string) (*mediatailor.Channel[any], error)
- func (t *Template) GetMediaTailorLiveSourceWithName(name string) (*mediatailor.LiveSource[any], error)
- func (t *Template) GetMediaTailorPlaybackConfigurationWithName(name string) (*mediatailor.PlaybackConfiguration[any], error)
- func (t *Template) GetMediaTailorSourceLocationWithName(name string) (*mediatailor.SourceLocation[any], error)
- func (t *Template) GetMediaTailorVodSourceWithName(name string) (*mediatailor.VodSource[any], error)
- func (t *Template) GetMemoryDBACLWithName(name string) (*memorydb.ACL[any], error)
- func (t *Template) GetMemoryDBClusterWithName(name string) (*memorydb.Cluster[any], error)
- func (t *Template) GetMemoryDBParameterGroupWithName(name string) (*memorydb.ParameterGroup[any], error)
- func (t *Template) GetMemoryDBSubnetGroupWithName(name string) (*memorydb.SubnetGroup[any], error)
- func (t *Template) GetMemoryDBUserWithName(name string) (*memorydb.User[any], error)
- func (t *Template) GetNeptuneDBClusterParameterGroupWithName(name string) (*neptune.DBClusterParameterGroup[any], error)
- func (t *Template) GetNeptuneDBClusterWithName(name string) (*neptune.DBCluster[any], error)
- func (t *Template) GetNeptuneDBInstanceWithName(name string) (*neptune.DBInstance[any], error)
- func (t *Template) GetNeptuneDBParameterGroupWithName(name string) (*neptune.DBParameterGroup[any], error)
- func (t *Template) GetNeptuneDBSubnetGroupWithName(name string) (*neptune.DBSubnetGroup[any], error)
- func (t *Template) GetNetworkFirewallFirewallPolicyWithName(name string) (*networkfirewall.FirewallPolicy[any], error)
- func (t *Template) GetNetworkFirewallFirewallWithName(name string) (*networkfirewall.Firewall[any], error)
- func (t *Template) GetNetworkFirewallLoggingConfigurationWithName(name string) (*networkfirewall.LoggingConfiguration[any], error)
- func (t *Template) GetNetworkFirewallRuleGroupWithName(name string) (*networkfirewall.RuleGroup[any], error)
- func (t *Template) GetNetworkManagerConnectAttachmentWithName(name string) (*networkmanager.ConnectAttachment[any], error)
- func (t *Template) GetNetworkManagerConnectPeerWithName(name string) (*networkmanager.ConnectPeer[any], error)
- func (t *Template) GetNetworkManagerCoreNetworkWithName(name string) (*networkmanager.CoreNetwork[any], error)
- func (t *Template) GetNetworkManagerCustomerGatewayAssociationWithName(name string) (*networkmanager.CustomerGatewayAssociation[any], error)
- func (t *Template) GetNetworkManagerDeviceWithName(name string) (*networkmanager.Device[any], error)
- func (t *Template) GetNetworkManagerGlobalNetworkWithName(name string) (*networkmanager.GlobalNetwork[any], error)
- func (t *Template) GetNetworkManagerLinkAssociationWithName(name string) (*networkmanager.LinkAssociation[any], error)
- func (t *Template) GetNetworkManagerLinkWithName(name string) (*networkmanager.Link[any], error)
- func (t *Template) GetNetworkManagerSiteToSiteVpnAttachmentWithName(name string) (*networkmanager.SiteToSiteVpnAttachment[any], error)
- func (t *Template) GetNetworkManagerSiteWithName(name string) (*networkmanager.Site[any], error)
- func (t *Template) GetNetworkManagerTransitGatewayPeeringWithName(name string) (*networkmanager.TransitGatewayPeering[any], error)
- func (t *Template) GetNetworkManagerTransitGatewayRegistrationWithName(name string) (*networkmanager.TransitGatewayRegistration[any], error)
- func (t *Template) GetNetworkManagerTransitGatewayRouteTableAttachmentWithName(name string) (*networkmanager.TransitGatewayRouteTableAttachment[any], error)
- func (t *Template) GetNetworkManagerVpcAttachmentWithName(name string) (*networkmanager.VpcAttachment[any], error)
- func (t *Template) GetNimbleStudioLaunchProfileWithName(name string) (*nimblestudio.LaunchProfile[any], error)
- func (t *Template) GetNimbleStudioStreamingImageWithName(name string) (*nimblestudio.StreamingImage[any], error)
- func (t *Template) GetNimbleStudioStudioComponentWithName(name string) (*nimblestudio.StudioComponent[any], error)
- func (t *Template) GetNimbleStudioStudioWithName(name string) (*nimblestudio.Studio[any], error)
- func (t *Template) GetOSISPipelineWithName(name string) (*osis.Pipeline[any], error)
- func (t *Template) GetOamLinkWithName(name string) (*oam.Link[any], error)
- func (t *Template) GetOamSinkWithName(name string) (*oam.Sink[any], error)
- func (t *Template) GetOmicsAnnotationStoreWithName(name string) (*omics.AnnotationStore[any], error)
- func (t *Template) GetOmicsReferenceStoreWithName(name string) (*omics.ReferenceStore[any], error)
- func (t *Template) GetOmicsRunGroupWithName(name string) (*omics.RunGroup[any], error)
- func (t *Template) GetOmicsSequenceStoreWithName(name string) (*omics.SequenceStore[any], error)
- func (t *Template) GetOmicsVariantStoreWithName(name string) (*omics.VariantStore[any], error)
- func (t *Template) GetOmicsWorkflowWithName(name string) (*omics.Workflow[any], error)
- func (t *Template) GetOpenSearchServerlessAccessPolicyWithName(name string) (*opensearchserverless.AccessPolicy[any], error)
- func (t *Template) GetOpenSearchServerlessCollectionWithName(name string) (*opensearchserverless.Collection[any], error)
- func (t *Template) GetOpenSearchServerlessSecurityConfigWithName(name string) (*opensearchserverless.SecurityConfig[any], error)
- func (t *Template) GetOpenSearchServerlessSecurityPolicyWithName(name string) (*opensearchserverless.SecurityPolicy[any], error)
- func (t *Template) GetOpenSearchServerlessVpcEndpointWithName(name string) (*opensearchserverless.VpcEndpoint[any], error)
- func (t *Template) GetOpenSearchServiceDomainWithName(name string) (*opensearchservice.Domain[any], error)
- func (t *Template) GetOpsWorksAppWithName(name string) (*opsworks.App[any], error)
- func (t *Template) GetOpsWorksCMServerWithName(name string) (*opsworkscm.Server[any], error)
- func (t *Template) GetOpsWorksElasticLoadBalancerAttachmentWithName(name string) (*opsworks.ElasticLoadBalancerAttachment[any], error)
- func (t *Template) GetOpsWorksInstanceWithName(name string) (*opsworks.Instance[any], error)
- func (t *Template) GetOpsWorksLayerWithName(name string) (*opsworks.Layer[any], error)
- func (t *Template) GetOpsWorksStackWithName(name string) (*opsworks.Stack[any], error)
- func (t *Template) GetOpsWorksUserProfileWithName(name string) (*opsworks.UserProfile[any], error)
- func (t *Template) GetOpsWorksVolumeWithName(name string) (*opsworks.Volume[any], error)
- func (t *Template) GetOrganizationsAccountWithName(name string) (*organizations.Account[any], error)
- func (t *Template) GetOrganizationsOrganizationWithName(name string) (*organizations.Organization[any], error)
- func (t *Template) GetOrganizationsOrganizationalUnitWithName(name string) (*organizations.OrganizationalUnit[any], error)
- func (t *Template) GetOrganizationsPolicyWithName(name string) (*organizations.Policy[any], error)
- func (t *Template) GetOrganizationsResourcePolicyWithName(name string) (*organizations.ResourcePolicy[any], error)
- func (t *Template) GetPCAConnectorADConnectorWithName(name string) (*pcaconnectorad.Connector[any], error)
- func (t *Template) GetPCAConnectorADDirectoryRegistrationWithName(name string) (*pcaconnectorad.DirectoryRegistration[any], error)
- func (t *Template) GetPCAConnectorADServicePrincipalNameWithName(name string) (*pcaconnectorad.ServicePrincipalName[any], error)
- func (t *Template) GetPCAConnectorADTemplateGroupAccessControlEntryWithName(name string) (*pcaconnectorad.TemplateGroupAccessControlEntry[any], error)
- func (t *Template) GetPCAConnectorADTemplateWithName(name string) (*pcaconnectorad.Template[any], error)
- func (t *Template) GetPanoramaApplicationInstanceWithName(name string) (*panorama.ApplicationInstance[any], error)
- func (t *Template) GetPanoramaPackageVersionWithName(name string) (*panorama.PackageVersion[any], error)
- func (t *Template) GetPanoramaPackageWithName(name string) (*panorama.Package[any], error)
- func (t *Template) GetPersonalizeDatasetGroupWithName(name string) (*personalize.DatasetGroup[any], error)
- func (t *Template) GetPersonalizeDatasetWithName(name string) (*personalize.Dataset[any], error)
- func (t *Template) GetPersonalizeSchemaWithName(name string) (*personalize.Schema[any], error)
- func (t *Template) GetPersonalizeSolutionWithName(name string) (*personalize.Solution[any], error)
- func (t *Template) GetPinpointADMChannelWithName(name string) (*pinpoint.ADMChannel[any], error)
- func (t *Template) GetPinpointAPNSChannelWithName(name string) (*pinpoint.APNSChannel[any], error)
- func (t *Template) GetPinpointAPNSSandboxChannelWithName(name string) (*pinpoint.APNSSandboxChannel[any], error)
- func (t *Template) GetPinpointAPNSVoipChannelWithName(name string) (*pinpoint.APNSVoipChannel[any], error)
- func (t *Template) GetPinpointAPNSVoipSandboxChannelWithName(name string) (*pinpoint.APNSVoipSandboxChannel[any], error)
- func (t *Template) GetPinpointAppWithName(name string) (*pinpoint.App[any], error)
- func (t *Template) GetPinpointApplicationSettingsWithName(name string) (*pinpoint.ApplicationSettings[any], error)
- func (t *Template) GetPinpointBaiduChannelWithName(name string) (*pinpoint.BaiduChannel[any], error)
- func (t *Template) GetPinpointCampaignWithName(name string) (*pinpoint.Campaign[any], error)
- func (t *Template) GetPinpointEmailChannelWithName(name string) (*pinpoint.EmailChannel[any], error)
- func (t *Template) GetPinpointEmailConfigurationSetEventDestinationWithName(name string) (*pinpointemail.ConfigurationSetEventDestination[any], error)
- func (t *Template) GetPinpointEmailConfigurationSetWithName(name string) (*pinpointemail.ConfigurationSet[any], error)
- func (t *Template) GetPinpointEmailDedicatedIpPoolWithName(name string) (*pinpointemail.DedicatedIpPool[any], error)
- func (t *Template) GetPinpointEmailIdentityWithName(name string) (*pinpointemail.Identity[any], error)
- func (t *Template) GetPinpointEmailTemplateWithName(name string) (*pinpoint.EmailTemplate[any], error)
- func (t *Template) GetPinpointEventStreamWithName(name string) (*pinpoint.EventStream[any], error)
- func (t *Template) GetPinpointGCMChannelWithName(name string) (*pinpoint.GCMChannel[any], error)
- func (t *Template) GetPinpointInAppTemplateWithName(name string) (*pinpoint.InAppTemplate[any], error)
- func (t *Template) GetPinpointPushTemplateWithName(name string) (*pinpoint.PushTemplate[any], error)
- func (t *Template) GetPinpointSMSChannelWithName(name string) (*pinpoint.SMSChannel[any], error)
- func (t *Template) GetPinpointSegmentWithName(name string) (*pinpoint.Segment[any], error)
- func (t *Template) GetPinpointSmsTemplateWithName(name string) (*pinpoint.SmsTemplate[any], error)
- func (t *Template) GetPinpointVoiceChannelWithName(name string) (*pinpoint.VoiceChannel[any], error)
- func (t *Template) GetPipesPipeWithName(name string) (*pipes.Pipe[any], error)
- func (t *Template) GetProtonEnvironmentAccountConnectionWithName(name string) (*proton.EnvironmentAccountConnection[any], error)
- func (t *Template) GetProtonEnvironmentTemplateWithName(name string) (*proton.EnvironmentTemplate[any], error)
- func (t *Template) GetProtonServiceTemplateWithName(name string) (*proton.ServiceTemplate[any], error)
- func (t *Template) GetQLDBLedgerWithName(name string) (*qldb.Ledger[any], error)
- func (t *Template) GetQLDBStreamWithName(name string) (*qldb.Stream[any], error)
- func (t *Template) GetQuickSightAnalysisWithName(name string) (*quicksight.Analysis[any], error)
- func (t *Template) GetQuickSightDashboardWithName(name string) (*quicksight.Dashboard[any], error)
- func (t *Template) GetQuickSightDataSetWithName(name string) (*quicksight.DataSet[any], error)
- func (t *Template) GetQuickSightDataSourceWithName(name string) (*quicksight.DataSource[any], error)
- func (t *Template) GetQuickSightRefreshScheduleWithName(name string) (*quicksight.RefreshSchedule[any], error)
- func (t *Template) GetQuickSightTemplateWithName(name string) (*quicksight.Template[any], error)
- func (t *Template) GetQuickSightThemeWithName(name string) (*quicksight.Theme[any], error)
- func (t *Template) GetQuickSightTopicWithName(name string) (*quicksight.Topic[any], error)
- func (t *Template) GetQuickSightVPCConnectionWithName(name string) (*quicksight.VPCConnection[any], error)
- func (t *Template) GetRAMPermissionWithName(name string) (*ram.Permission[any], error)
- func (t *Template) GetRAMResourceShareWithName(name string) (*ram.ResourceShare[any], error)
- func (t *Template) GetRDSCustomDBEngineVersionWithName(name string) (*rds.CustomDBEngineVersion[any], error)
- func (t *Template) GetRDSDBClusterParameterGroupWithName(name string) (*rds.DBClusterParameterGroup[any], error)
- func (t *Template) GetRDSDBClusterWithName(name string) (*rds.DBCluster[any], error)
- func (t *Template) GetRDSDBInstanceWithName(name string) (*rds.DBInstance[any], error)
- func (t *Template) GetRDSDBParameterGroupWithName(name string) (*rds.DBParameterGroup[any], error)
- func (t *Template) GetRDSDBProxyEndpointWithName(name string) (*rds.DBProxyEndpoint[any], error)
- func (t *Template) GetRDSDBProxyTargetGroupWithName(name string) (*rds.DBProxyTargetGroup[any], error)
- func (t *Template) GetRDSDBProxyWithName(name string) (*rds.DBProxy[any], error)
- func (t *Template) GetRDSDBSecurityGroupIngressWithName(name string) (*rds.DBSecurityGroupIngress[any], error)
- func (t *Template) GetRDSDBSecurityGroupWithName(name string) (*rds.DBSecurityGroup[any], error)
- func (t *Template) GetRDSDBSubnetGroupWithName(name string) (*rds.DBSubnetGroup[any], error)
- func (t *Template) GetRDSEventSubscriptionWithName(name string) (*rds.EventSubscription[any], error)
- func (t *Template) GetRDSGlobalClusterWithName(name string) (*rds.GlobalCluster[any], error)
- func (t *Template) GetRDSOptionGroupWithName(name string) (*rds.OptionGroup[any], error)
- func (t *Template) GetRUMAppMonitorWithName(name string) (*rum.AppMonitor[any], error)
- func (t *Template) GetRedshiftClusterParameterGroupWithName(name string) (*redshift.ClusterParameterGroup[any], error)
- func (t *Template) GetRedshiftClusterSecurityGroupIngressWithName(name string) (*redshift.ClusterSecurityGroupIngress[any], error)
- func (t *Template) GetRedshiftClusterSecurityGroupWithName(name string) (*redshift.ClusterSecurityGroup[any], error)
- func (t *Template) GetRedshiftClusterSubnetGroupWithName(name string) (*redshift.ClusterSubnetGroup[any], error)
- func (t *Template) GetRedshiftClusterWithName(name string) (*redshift.Cluster[any], error)
- func (t *Template) GetRedshiftEndpointAccessWithName(name string) (*redshift.EndpointAccess[any], error)
- func (t *Template) GetRedshiftEndpointAuthorizationWithName(name string) (*redshift.EndpointAuthorization[any], error)
- func (t *Template) GetRedshiftEventSubscriptionWithName(name string) (*redshift.EventSubscription[any], error)
- func (t *Template) GetRedshiftScheduledActionWithName(name string) (*redshift.ScheduledAction[any], error)
- func (t *Template) GetRedshiftServerlessNamespaceWithName(name string) (*redshiftserverless.Namespace[any], error)
- func (t *Template) GetRedshiftServerlessWorkgroupWithName(name string) (*redshiftserverless.Workgroup[any], error)
- func (t *Template) GetRefactorSpacesApplicationWithName(name string) (*refactorspaces.Application[any], error)
- func (t *Template) GetRefactorSpacesEnvironmentWithName(name string) (*refactorspaces.Environment[any], error)
- func (t *Template) GetRefactorSpacesRouteWithName(name string) (*refactorspaces.Route[any], error)
- func (t *Template) GetRefactorSpacesServiceWithName(name string) (*refactorspaces.Service[any], error)
- func (t *Template) GetRekognitionCollectionWithName(name string) (*rekognition.Collection[any], error)
- func (t *Template) GetRekognitionProjectWithName(name string) (*rekognition.Project[any], error)
- func (t *Template) GetRekognitionStreamProcessorWithName(name string) (*rekognition.StreamProcessor[any], error)
- func (t *Template) GetResilienceHubAppWithName(name string) (*resiliencehub.App[any], error)
- func (t *Template) GetResilienceHubResiliencyPolicyWithName(name string) (*resiliencehub.ResiliencyPolicy[any], error)
- func (t *Template) GetResourceExplorer2DefaultViewAssociationWithName(name string) (*resourceexplorer2.DefaultViewAssociation[any], error)
- func (t *Template) GetResourceExplorer2IndexWithName(name string) (*resourceexplorer2.Index[any], error)
- func (t *Template) GetResourceExplorer2ViewWithName(name string) (*resourceexplorer2.View[any], error)
- func (t *Template) GetResourceGroupsGroupWithName(name string) (*resourcegroups.Group[any], error)
- func (t *Template) GetRoboMakerFleetWithName(name string) (*robomaker.Fleet[any], error)
- func (t *Template) GetRoboMakerRobotApplicationVersionWithName(name string) (*robomaker.RobotApplicationVersion[any], error)
- func (t *Template) GetRoboMakerRobotApplicationWithName(name string) (*robomaker.RobotApplication[any], error)
- func (t *Template) GetRoboMakerRobotWithName(name string) (*robomaker.Robot[any], error)
- func (t *Template) GetRoboMakerSimulationApplicationVersionWithName(name string) (*robomaker.SimulationApplicationVersion[any], error)
- func (t *Template) GetRoboMakerSimulationApplicationWithName(name string) (*robomaker.SimulationApplication[any], error)
- func (t *Template) GetRolesAnywhereCRLWithName(name string) (*rolesanywhere.CRL[any], error)
- func (t *Template) GetRolesAnywhereProfileWithName(name string) (*rolesanywhere.Profile[any], error)
- func (t *Template) GetRolesAnywhereTrustAnchorWithName(name string) (*rolesanywhere.TrustAnchor[any], error)
- func (t *Template) GetRoute53CidrCollectionWithName(name string) (*route53.CidrCollection[any], error)
- func (t *Template) GetRoute53DNSSECWithName(name string) (*route53.DNSSEC[any], error)
- func (t *Template) GetRoute53HealthCheckWithName(name string) (*route53.HealthCheck[any], error)
- func (t *Template) GetRoute53HostedZoneWithName(name string) (*route53.HostedZone[any], error)
- func (t *Template) GetRoute53KeySigningKeyWithName(name string) (*route53.KeySigningKey[any], error)
- func (t *Template) GetRoute53RecordSetGroupWithName(name string) (*route53.RecordSetGroup[any], error)
- func (t *Template) GetRoute53RecordSetWithName(name string) (*route53.RecordSet[any], error)
- func (t *Template) GetRoute53RecoveryControlClusterWithName(name string) (*route53recoverycontrol.Cluster[any], error)
- func (t *Template) GetRoute53RecoveryControlControlPanelWithName(name string) (*route53recoverycontrol.ControlPanel[any], error)
- func (t *Template) GetRoute53RecoveryControlRoutingControlWithName(name string) (*route53recoverycontrol.RoutingControl[any], error)
- func (t *Template) GetRoute53RecoveryControlSafetyRuleWithName(name string) (*route53recoverycontrol.SafetyRule[any], error)
- func (t *Template) GetRoute53RecoveryReadinessCellWithName(name string) (*route53recoveryreadiness.Cell[any], error)
- func (t *Template) GetRoute53RecoveryReadinessReadinessCheckWithName(name string) (*route53recoveryreadiness.ReadinessCheck[any], error)
- func (t *Template) GetRoute53RecoveryReadinessRecoveryGroupWithName(name string) (*route53recoveryreadiness.RecoveryGroup[any], error)
- func (t *Template) GetRoute53RecoveryReadinessResourceSetWithName(name string) (*route53recoveryreadiness.ResourceSet[any], error)
- func (t *Template) GetRoute53ResolverFirewallDomainListWithName(name string) (*route53resolver.FirewallDomainList[any], error)
- func (t *Template) GetRoute53ResolverFirewallRuleGroupAssociationWithName(name string) (*route53resolver.FirewallRuleGroupAssociation[any], error)
- func (t *Template) GetRoute53ResolverFirewallRuleGroupWithName(name string) (*route53resolver.FirewallRuleGroup[any], error)
- func (t *Template) GetRoute53ResolverOutpostResolverWithName(name string) (*route53resolver.OutpostResolver[any], error)
- func (t *Template) GetRoute53ResolverResolverConfigWithName(name string) (*route53resolver.ResolverConfig[any], error)
- func (t *Template) GetRoute53ResolverResolverDNSSECConfigWithName(name string) (*route53resolver.ResolverDNSSECConfig[any], error)
- func (t *Template) GetRoute53ResolverResolverEndpointWithName(name string) (*route53resolver.ResolverEndpoint[any], error)
- func (t *Template) GetRoute53ResolverResolverQueryLoggingConfigAssociationWithName(name string) (*route53resolver.ResolverQueryLoggingConfigAssociation[any], error)
- func (t *Template) GetRoute53ResolverResolverQueryLoggingConfigWithName(name string) (*route53resolver.ResolverQueryLoggingConfig[any], error)
- func (t *Template) GetRoute53ResolverResolverRuleAssociationWithName(name string) (*route53resolver.ResolverRuleAssociation[any], error)
- func (t *Template) GetRoute53ResolverResolverRuleWithName(name string) (*route53resolver.ResolverRule[any], error)
- func (t *Template) GetS3AccessPointWithName(name string) (*s3.AccessPoint[any], error)
- func (t *Template) GetS3BucketPolicyWithName(name string) (*s3.BucketPolicy[any], error)
- func (t *Template) GetS3BucketWithName(name string) (*s3.Bucket[any], error)
- func (t *Template) GetS3MultiRegionAccessPointPolicyWithName(name string) (*s3.MultiRegionAccessPointPolicy[any], error)
- func (t *Template) GetS3MultiRegionAccessPointWithName(name string) (*s3.MultiRegionAccessPoint[any], error)
- func (t *Template) GetS3ObjectLambdaAccessPointPolicyWithName(name string) (*s3objectlambda.AccessPointPolicy[any], error)
- func (t *Template) GetS3ObjectLambdaAccessPointWithName(name string) (*s3objectlambda.AccessPoint[any], error)
- func (t *Template) GetS3OutpostsAccessPointWithName(name string) (*s3outposts.AccessPoint[any], error)
- func (t *Template) GetS3OutpostsBucketPolicyWithName(name string) (*s3outposts.BucketPolicy[any], error)
- func (t *Template) GetS3OutpostsBucketWithName(name string) (*s3outposts.Bucket[any], error)
- func (t *Template) GetS3OutpostsEndpointWithName(name string) (*s3outposts.Endpoint[any], error)
- func (t *Template) GetS3StorageLensWithName(name string) (*s3.StorageLens[any], error)
- func (t *Template) GetSDBDomainWithName(name string) (*sdb.Domain[any], error)
- func (t *Template) GetSESConfigurationSetEventDestinationWithName(name string) (*ses.ConfigurationSetEventDestination[any], error)
- func (t *Template) GetSESConfigurationSetWithName(name string) (*ses.ConfigurationSet[any], error)
- func (t *Template) GetSESContactListWithName(name string) (*ses.ContactList[any], error)
- func (t *Template) GetSESDedicatedIpPoolWithName(name string) (*ses.DedicatedIpPool[any], error)
- func (t *Template) GetSESEmailIdentityWithName(name string) (*ses.EmailIdentity[any], error)
- func (t *Template) GetSESReceiptFilterWithName(name string) (*ses.ReceiptFilter[any], error)
- func (t *Template) GetSESReceiptRuleSetWithName(name string) (*ses.ReceiptRuleSet[any], error)
- func (t *Template) GetSESReceiptRuleWithName(name string) (*ses.ReceiptRule[any], error)
- func (t *Template) GetSESTemplateWithName(name string) (*ses.Template[any], error)
- func (t *Template) GetSESVdmAttributesWithName(name string) (*ses.VdmAttributes[any], error)
- func (t *Template) GetSNSSubscriptionWithName(name string) (*sns.Subscription[any], error)
- func (t *Template) GetSNSTopicInlinePolicyWithName(name string) (*sns.TopicInlinePolicy[any], error)
- func (t *Template) GetSNSTopicPolicyWithName(name string) (*sns.TopicPolicy[any], error)
- func (t *Template) GetSNSTopicWithName(name string) (*sns.Topic[any], error)
- func (t *Template) GetSQSQueueInlinePolicyWithName(name string) (*sqs.QueueInlinePolicy[any], error)
- func (t *Template) GetSQSQueuePolicyWithName(name string) (*sqs.QueuePolicy[any], error)
- func (t *Template) GetSQSQueueWithName(name string) (*sqs.Queue[any], error)
- func (t *Template) GetSSMAssociationWithName(name string) (*ssm.Association[any], error)
- func (t *Template) GetSSMContactsContactChannelWithName(name string) (*ssmcontacts.ContactChannel[any], error)
- func (t *Template) GetSSMContactsContactWithName(name string) (*ssmcontacts.Contact[any], error)
- func (t *Template) GetSSMContactsPlanWithName(name string) (*ssmcontacts.Plan[any], error)
- func (t *Template) GetSSMContactsRotationWithName(name string) (*ssmcontacts.Rotation[any], error)
- func (t *Template) GetSSMDocumentWithName(name string) (*ssm.Document[any], error)
- func (t *Template) GetSSMIncidentsReplicationSetWithName(name string) (*ssmincidents.ReplicationSet[any], error)
- func (t *Template) GetSSMIncidentsResponsePlanWithName(name string) (*ssmincidents.ResponsePlan[any], error)
- func (t *Template) GetSSMMaintenanceWindowTargetWithName(name string) (*ssm.MaintenanceWindowTarget[any], error)
- func (t *Template) GetSSMMaintenanceWindowTaskWithName(name string) (*ssm.MaintenanceWindowTask[any], error)
- func (t *Template) GetSSMMaintenanceWindowWithName(name string) (*ssm.MaintenanceWindow[any], error)
- func (t *Template) GetSSMParameterWithName(name string) (*ssm.Parameter[any], error)
- func (t *Template) GetSSMPatchBaselineWithName(name string) (*ssm.PatchBaseline[any], error)
- func (t *Template) GetSSMResourceDataSyncWithName(name string) (*ssm.ResourceDataSync[any], error)
- func (t *Template) GetSSMResourcePolicyWithName(name string) (*ssm.ResourcePolicy[any], error)
- func (t *Template) GetSSOAssignmentWithName(name string) (*sso.Assignment[any], error)
- func (t *Template) GetSSOInstanceAccessControlAttributeConfigurationWithName(name string) (*sso.InstanceAccessControlAttributeConfiguration[any], error)
- func (t *Template) GetSSOPermissionSetWithName(name string) (*sso.PermissionSet[any], error)
- func (t *Template) GetSageMakerAppImageConfigWithName(name string) (*sagemaker.AppImageConfig[any], error)
- func (t *Template) GetSageMakerAppWithName(name string) (*sagemaker.App[any], error)
- func (t *Template) GetSageMakerCodeRepositoryWithName(name string) (*sagemaker.CodeRepository[any], error)
- func (t *Template) GetSageMakerDataQualityJobDefinitionWithName(name string) (*sagemaker.DataQualityJobDefinition[any], error)
- func (t *Template) GetSageMakerDeviceFleetWithName(name string) (*sagemaker.DeviceFleet[any], error)
- func (t *Template) GetSageMakerDeviceWithName(name string) (*sagemaker.Device[any], error)
- func (t *Template) GetSageMakerDomainWithName(name string) (*sagemaker.Domain[any], error)
- func (t *Template) GetSageMakerEndpointConfigWithName(name string) (*sagemaker.EndpointConfig[any], error)
- func (t *Template) GetSageMakerEndpointWithName(name string) (*sagemaker.Endpoint[any], error)
- func (t *Template) GetSageMakerFeatureGroupWithName(name string) (*sagemaker.FeatureGroup[any], error)
- func (t *Template) GetSageMakerImageVersionWithName(name string) (*sagemaker.ImageVersion[any], error)
- func (t *Template) GetSageMakerImageWithName(name string) (*sagemaker.Image[any], error)
- func (t *Template) GetSageMakerInferenceExperimentWithName(name string) (*sagemaker.InferenceExperiment[any], error)
- func (t *Template) GetSageMakerModelBiasJobDefinitionWithName(name string) (*sagemaker.ModelBiasJobDefinition[any], error)
- func (t *Template) GetSageMakerModelCardWithName(name string) (*sagemaker.ModelCard[any], error)
- func (t *Template) GetSageMakerModelExplainabilityJobDefinitionWithName(name string) (*sagemaker.ModelExplainabilityJobDefinition[any], error)
- func (t *Template) GetSageMakerModelPackageGroupWithName(name string) (*sagemaker.ModelPackageGroup[any], error)
- func (t *Template) GetSageMakerModelPackageWithName(name string) (*sagemaker.ModelPackage[any], error)
- func (t *Template) GetSageMakerModelQualityJobDefinitionWithName(name string) (*sagemaker.ModelQualityJobDefinition[any], error)
- func (t *Template) GetSageMakerModelWithName(name string) (*sagemaker.Model[any], error)
- func (t *Template) GetSageMakerMonitoringScheduleWithName(name string) (*sagemaker.MonitoringSchedule[any], error)
- func (t *Template) GetSageMakerNotebookInstanceLifecycleConfigWithName(name string) (*sagemaker.NotebookInstanceLifecycleConfig[any], error)
- func (t *Template) GetSageMakerNotebookInstanceWithName(name string) (*sagemaker.NotebookInstance[any], error)
- func (t *Template) GetSageMakerPipelineWithName(name string) (*sagemaker.Pipeline[any], error)
- func (t *Template) GetSageMakerProjectWithName(name string) (*sagemaker.Project[any], error)
- func (t *Template) GetSageMakerSpaceWithName(name string) (*sagemaker.Space[any], error)
- func (t *Template) GetSageMakerUserProfileWithName(name string) (*sagemaker.UserProfile[any], error)
- func (t *Template) GetSageMakerWorkteamWithName(name string) (*sagemaker.Workteam[any], error)
- func (t *Template) GetSchedulerScheduleGroupWithName(name string) (*scheduler.ScheduleGroup[any], error)
- func (t *Template) GetSchedulerScheduleWithName(name string) (*scheduler.Schedule[any], error)
- func (t *Template) GetSecretsManagerResourcePolicyWithName(name string) (*secretsmanager.ResourcePolicy[any], error)
- func (t *Template) GetSecretsManagerRotationScheduleWithName(name string) (*secretsmanager.RotationSchedule[any], error)
- func (t *Template) GetSecretsManagerSecretTargetAttachmentWithName(name string) (*secretsmanager.SecretTargetAttachment[any], error)
- func (t *Template) GetSecretsManagerSecretWithName(name string) (*secretsmanager.Secret[any], error)
- func (t *Template) GetSecurityHubAutomationRuleWithName(name string) (*securityhub.AutomationRule[any], error)
- func (t *Template) GetSecurityHubHubWithName(name string) (*securityhub.Hub[any], error)
- func (t *Template) GetSecurityHubStandardWithName(name string) (*securityhub.Standard[any], error)
- func (t *Template) GetServerlessApiWithName(name string) (*serverless.Api[any], error)
- func (t *Template) GetServerlessApplicationWithName(name string) (*serverless.Application[any], error)
- func (t *Template) GetServerlessFunctionWithName(name string) (*serverless.Function[any], error)
- func (t *Template) GetServerlessGlobalApi() (*global.Api[any], error)
- func (t *Template) GetServerlessGlobalFunction() (*global.Function[any], error)
- func (t *Template) GetServerlessGlobalHttpApi() (*global.HttpApi[any], error)
- func (t *Template) GetServerlessGlobalSimpleTable() (*global.SimpleTable[any], error)
- func (t *Template) GetServerlessHttpApiWithName(name string) (*serverless.HttpApi[any], error)
- func (t *Template) GetServerlessLayerVersionWithName(name string) (*serverless.LayerVersion[any], error)
- func (t *Template) GetServerlessSimpleTableWithName(name string) (*serverless.SimpleTable[any], error)
- func (t *Template) GetServerlessStateMachineWithName(name string) (*serverless.StateMachine[any], error)
- func (t *Template) GetServiceCatalogAcceptedPortfolioShareWithName(name string) (*servicecatalog.AcceptedPortfolioShare[any], error)
- func (t *Template) GetServiceCatalogAppRegistryApplicationWithName(name string) (*servicecatalogappregistry.Application[any], error)
- func (t *Template) GetServiceCatalogAppRegistryAttributeGroupAssociationWithName(name string) (*servicecatalogappregistry.AttributeGroupAssociation[any], error)
- func (t *Template) GetServiceCatalogAppRegistryAttributeGroupWithName(name string) (*servicecatalogappregistry.AttributeGroup[any], error)
- func (t *Template) GetServiceCatalogAppRegistryResourceAssociationWithName(name string) (*servicecatalogappregistry.ResourceAssociation[any], error)
- func (t *Template) GetServiceCatalogCloudFormationProductWithName(name string) (*servicecatalog.CloudFormationProduct[any], error)
- func (t *Template) GetServiceCatalogCloudFormationProvisionedProductWithName(name string) (*servicecatalog.CloudFormationProvisionedProduct[any], error)
- func (t *Template) GetServiceCatalogLaunchNotificationConstraintWithName(name string) (*servicecatalog.LaunchNotificationConstraint[any], error)
- func (t *Template) GetServiceCatalogLaunchRoleConstraintWithName(name string) (*servicecatalog.LaunchRoleConstraint[any], error)
- func (t *Template) GetServiceCatalogLaunchTemplateConstraintWithName(name string) (*servicecatalog.LaunchTemplateConstraint[any], error)
- func (t *Template) GetServiceCatalogPortfolioPrincipalAssociationWithName(name string) (*servicecatalog.PortfolioPrincipalAssociation[any], error)
- func (t *Template) GetServiceCatalogPortfolioProductAssociationWithName(name string) (*servicecatalog.PortfolioProductAssociation[any], error)
- func (t *Template) GetServiceCatalogPortfolioShareWithName(name string) (*servicecatalog.PortfolioShare[any], error)
- func (t *Template) GetServiceCatalogPortfolioWithName(name string) (*servicecatalog.Portfolio[any], error)
- func (t *Template) GetServiceCatalogResourceUpdateConstraintWithName(name string) (*servicecatalog.ResourceUpdateConstraint[any], error)
- func (t *Template) GetServiceCatalogServiceActionAssociationWithName(name string) (*servicecatalog.ServiceActionAssociation[any], error)
- func (t *Template) GetServiceCatalogServiceActionWithName(name string) (*servicecatalog.ServiceAction[any], error)
- func (t *Template) GetServiceCatalogStackSetConstraintWithName(name string) (*servicecatalog.StackSetConstraint[any], error)
- func (t *Template) GetServiceCatalogTagOptionAssociationWithName(name string) (*servicecatalog.TagOptionAssociation[any], error)
- func (t *Template) GetServiceCatalogTagOptionWithName(name string) (*servicecatalog.TagOption[any], error)
- func (t *Template) GetServiceDiscoveryHttpNamespaceWithName(name string) (*servicediscovery.HttpNamespace[any], error)
- func (t *Template) GetServiceDiscoveryInstanceWithName(name string) (*servicediscovery.Instance[any], error)
- func (t *Template) GetServiceDiscoveryPrivateDnsNamespaceWithName(name string) (*servicediscovery.PrivateDnsNamespace[any], error)
- func (t *Template) GetServiceDiscoveryPublicDnsNamespaceWithName(name string) (*servicediscovery.PublicDnsNamespace[any], error)
- func (t *Template) GetServiceDiscoveryServiceWithName(name string) (*servicediscovery.Service[any], error)
- func (t *Template) GetShieldDRTAccessWithName(name string) (*shield.DRTAccess[any], error)
- func (t *Template) GetShieldProactiveEngagementWithName(name string) (*shield.ProactiveEngagement[any], error)
- func (t *Template) GetShieldProtectionGroupWithName(name string) (*shield.ProtectionGroup[any], error)
- func (t *Template) GetShieldProtectionWithName(name string) (*shield.Protection[any], error)
- func (t *Template) GetSignerProfilePermissionWithName(name string) (*signer.ProfilePermission[any], error)
- func (t *Template) GetSignerSigningProfileWithName(name string) (*signer.SigningProfile[any], error)
- func (t *Template) GetSimSpaceWeaverSimulationWithName(name string) (*simspaceweaver.Simulation[any], error)
- func (t *Template) GetStepFunctionsActivityWithName(name string) (*stepfunctions.Activity[any], error)
- func (t *Template) GetStepFunctionsStateMachineAliasWithName(name string) (*stepfunctions.StateMachineAlias[any], error)
- func (t *Template) GetStepFunctionsStateMachineVersionWithName(name string) (*stepfunctions.StateMachineVersion[any], error)
- func (t *Template) GetStepFunctionsStateMachineWithName(name string) (*stepfunctions.StateMachine[any], error)
- func (t *Template) GetSupportAppAccountAliasWithName(name string) (*supportapp.AccountAlias[any], error)
- func (t *Template) GetSupportAppSlackChannelConfigurationWithName(name string) (*supportapp.SlackChannelConfiguration[any], error)
- func (t *Template) GetSupportAppSlackWorkspaceConfigurationWithName(name string) (*supportapp.SlackWorkspaceConfiguration[any], error)
- func (t *Template) GetSyntheticsCanaryWithName(name string) (*synthetics.Canary[any], error)
- func (t *Template) GetSyntheticsGroupWithName(name string) (*synthetics.Group[any], error)
- func (t *Template) GetSystemsManagerSAPApplicationWithName(name string) (*systemsmanagersap.Application[any], error)
- func (t *Template) GetTimestreamDatabaseWithName(name string) (*timestream.Database[any], error)
- func (t *Template) GetTimestreamScheduledQueryWithName(name string) (*timestream.ScheduledQuery[any], error)
- func (t *Template) GetTimestreamTableWithName(name string) (*timestream.Table[any], error)
- func (t *Template) GetTransferAgreementWithName(name string) (*transfer.Agreement[any], error)
- func (t *Template) GetTransferCertificateWithName(name string) (*transfer.Certificate[any], error)
- func (t *Template) GetTransferConnectorWithName(name string) (*transfer.Connector[any], error)
- func (t *Template) GetTransferProfileWithName(name string) (*transfer.Profile[any], error)
- func (t *Template) GetTransferServerWithName(name string) (*transfer.Server[any], error)
- func (t *Template) GetTransferUserWithName(name string) (*transfer.User[any], error)
- func (t *Template) GetTransferWorkflowWithName(name string) (*transfer.Workflow[any], error)
- func (t *Template) GetVerifiedPermissionsIdentitySourceWithName(name string) (*verifiedpermissions.IdentitySource[any], error)
- func (t *Template) GetVerifiedPermissionsPolicyStoreWithName(name string) (*verifiedpermissions.PolicyStore[any], error)
- func (t *Template) GetVerifiedPermissionsPolicyTemplateWithName(name string) (*verifiedpermissions.PolicyTemplate[any], error)
- func (t *Template) GetVerifiedPermissionsPolicyWithName(name string) (*verifiedpermissions.Policy[any], error)
- func (t *Template) GetVoiceIDDomainWithName(name string) (*voiceid.Domain[any], error)
- func (t *Template) GetVpcLatticeAccessLogSubscriptionWithName(name string) (*vpclattice.AccessLogSubscription[any], error)
- func (t *Template) GetVpcLatticeAuthPolicyWithName(name string) (*vpclattice.AuthPolicy[any], error)
- func (t *Template) GetVpcLatticeListenerWithName(name string) (*vpclattice.Listener[any], error)
- func (t *Template) GetVpcLatticeResourcePolicyWithName(name string) (*vpclattice.ResourcePolicy[any], error)
- func (t *Template) GetVpcLatticeRuleWithName(name string) (*vpclattice.Rule[any], error)
- func (t *Template) GetVpcLatticeServiceNetworkServiceAssociationWithName(name string) (*vpclattice.ServiceNetworkServiceAssociation[any], error)
- func (t *Template) GetVpcLatticeServiceNetworkVpcAssociationWithName(name string) (*vpclattice.ServiceNetworkVpcAssociation[any], error)
- func (t *Template) GetVpcLatticeServiceNetworkWithName(name string) (*vpclattice.ServiceNetwork[any], error)
- func (t *Template) GetVpcLatticeServiceWithName(name string) (*vpclattice.Service[any], error)
- func (t *Template) GetVpcLatticeTargetGroupWithName(name string) (*vpclattice.TargetGroup[any], error)
- func (t *Template) GetWAFByteMatchSetWithName(name string) (*waf.ByteMatchSet[any], error)
- func (t *Template) GetWAFIPSetWithName(name string) (*waf.IPSet[any], error)
- func (t *Template) GetWAFRegionalByteMatchSetWithName(name string) (*wafregional.ByteMatchSet[any], error)
- func (t *Template) GetWAFRegionalGeoMatchSetWithName(name string) (*wafregional.GeoMatchSet[any], error)
- func (t *Template) GetWAFRegionalIPSetWithName(name string) (*wafregional.IPSet[any], error)
- func (t *Template) GetWAFRegionalRateBasedRuleWithName(name string) (*wafregional.RateBasedRule[any], error)
- func (t *Template) GetWAFRegionalRegexPatternSetWithName(name string) (*wafregional.RegexPatternSet[any], error)
- func (t *Template) GetWAFRegionalRuleWithName(name string) (*wafregional.Rule[any], error)
- func (t *Template) GetWAFRegionalSizeConstraintSetWithName(name string) (*wafregional.SizeConstraintSet[any], error)
- func (t *Template) GetWAFRegionalSqlInjectionMatchSetWithName(name string) (*wafregional.SqlInjectionMatchSet[any], error)
- func (t *Template) GetWAFRegionalWebACLAssociationWithName(name string) (*wafregional.WebACLAssociation[any], error)
- func (t *Template) GetWAFRegionalWebACLWithName(name string) (*wafregional.WebACL[any], error)
- func (t *Template) GetWAFRegionalXssMatchSetWithName(name string) (*wafregional.XssMatchSet[any], error)
- func (t *Template) GetWAFRuleWithName(name string) (*waf.Rule[any], error)
- func (t *Template) GetWAFSizeConstraintSetWithName(name string) (*waf.SizeConstraintSet[any], error)
- func (t *Template) GetWAFSqlInjectionMatchSetWithName(name string) (*waf.SqlInjectionMatchSet[any], error)
- func (t *Template) GetWAFWebACLWithName(name string) (*waf.WebACL[any], error)
- func (t *Template) GetWAFXssMatchSetWithName(name string) (*waf.XssMatchSet[any], error)
- func (t *Template) GetWAFv2IPSetWithName(name string) (*wafv2.IPSet[any], error)
- func (t *Template) GetWAFv2LoggingConfigurationWithName(name string) (*wafv2.LoggingConfiguration[any], error)
- func (t *Template) GetWAFv2RegexPatternSetWithName(name string) (*wafv2.RegexPatternSet[any], error)
- func (t *Template) GetWAFv2RuleGroupWithName(name string) (*wafv2.RuleGroup[any], error)
- func (t *Template) GetWAFv2WebACLAssociationWithName(name string) (*wafv2.WebACLAssociation[any], error)
- func (t *Template) GetWAFv2WebACLWithName(name string) (*wafv2.WebACL[any], error)
- func (t *Template) GetWisdomAssistantAssociationWithName(name string) (*wisdom.AssistantAssociation[any], error)
- func (t *Template) GetWisdomAssistantWithName(name string) (*wisdom.Assistant[any], error)
- func (t *Template) GetWisdomKnowledgeBaseWithName(name string) (*wisdom.KnowledgeBase[any], error)
- func (t *Template) GetWorkSpacesConnectionAliasWithName(name string) (*workspaces.ConnectionAlias[any], error)
- func (t *Template) GetWorkSpacesWebBrowserSettingsWithName(name string) (*workspacesweb.BrowserSettings[any], error)
- func (t *Template) GetWorkSpacesWebIdentityProviderWithName(name string) (*workspacesweb.IdentityProvider[any], error)
- func (t *Template) GetWorkSpacesWebIpAccessSettingsWithName(name string) (*workspacesweb.IpAccessSettings[any], error)
- func (t *Template) GetWorkSpacesWebNetworkSettingsWithName(name string) (*workspacesweb.NetworkSettings[any], error)
- func (t *Template) GetWorkSpacesWebPortalWithName(name string) (*workspacesweb.Portal[any], error)
- func (t *Template) GetWorkSpacesWebTrustStoreWithName(name string) (*workspacesweb.TrustStore[any], error)
- func (t *Template) GetWorkSpacesWebUserAccessLoggingSettingsWithName(name string) (*workspacesweb.UserAccessLoggingSettings[any], error)
- func (t *Template) GetWorkSpacesWebUserSettingsWithName(name string) (*workspacesweb.UserSettings[any], error)
- func (t *Template) GetWorkSpacesWorkspaceWithName(name string) (*workspaces.Workspace[any], error)
- func (t *Template) GetXRayGroupWithName(name string) (*xray.Group[any], error)
- func (t *Template) GetXRayResourcePolicyWithName(name string) (*xray.ResourcePolicy[any], error)
- func (t *Template) GetXRaySamplingRuleWithName(name string) (*xray.SamplingRule[any], error)
- func (t *Template) JSON() ([]byte, error)
- func (t *Template) YAML() ([]byte, error)
- type Transform
Constants ¶
This section is empty.
Variables ¶
var EncoderIntrinsics = map[string]intrinsics.IntrinsicHandler{ "Fn::Base64": strWrap(Base64), "Fn::And": strAWrap(And), "Fn::Equals": str2Wrap(Equals), "Fn::If": str3Wrap(If), "Fn::Not": strAWrap(Not), "Fn::Or": strAWrap(Or), "Fn::FindInMap": str3Wrap(FindInMap), "Fn::GetAtt": strSplit2Wrap(GetAtt), "Fn::GetAZs": strWrap(GetAZs), "Fn::ImportValue": strWrap(ImportValue), "Fn::Join": str2Wrap(Join), "Fn::Select": str2Wrap(Select), "Fn::Split": str2Wrap(Split), "Fn::Sub": strWrap(Sub), "Ref": strWrap(Ref), "Fn::Cidr": str3Wrap(CIDR), }
Functions ¶
func AllResources ¶
AllResources fetches an iterable map all CloudFormation and SAM resources
func And ¶
And returns true if all the specified conditions evaluate to true, or returns false if any one of the conditions evaluates to false. Fn::And acts as an AND operator. The minimum number of conditions that you can include is 2, and the maximum is 10.
func Base64 ¶
func Base64(input interface{}) string
Base64 returns the Base64 representation of the input string. This function is typically used to pass encoded data to Amazon EC2 instances by way of the UserData property
func BoolValue ¶
BoolValue returns the value of the bool pointer passed in or false if the pointer is nil.
func BoolValueMap ¶
BoolValueMap converts a string map of bool pointers into a string map of bool values
func BoolValueSlice ¶
BoolValueSlice converts a slice of bool pointers into a slice of bool values
func CIDR ¶
func CIDR(ipBlock, count, cidrBits interface{}) string
CIDR returns an array of CIDR address blocks. The number of CIDR blocks returned is dependent on the count parameter.
func Equals ¶
func Equals(value1, value2 interface{}) string
Equals compares if two values are equal. Returns true if the two values are equal or false if they aren't.
func FindInMap ¶
func FindInMap(mapName, topLevelKey, secondLevelKey interface{}) string
FindInMap returns the value corresponding to keys in a two-level map that is declared in the Mappings section.
func FindInMapPtr ¶
func FindInMapPtr(mapName, topLevelKey, secondLevelKey interface{}) *string
func Float32Map ¶
Float32Map converts a string map of float32 values into a string map of float32 pointers
func Float32Slice ¶
Float32Slice converts a slice of float32 values into a slice of float32 pointers
func Float32Value ¶
Float32Value returns the value of the float32 pointer passed in or 0 if the pointer is nil.
func Float32ValueMap ¶
Float32ValueMap converts a string map of float32 pointers into a string map of float32 values
func Float32ValueSlice ¶
Float32ValueSlice converts a slice of float32 pointers into a slice of float32 values
func Float64Map ¶
Float64Map converts a string map of float64 values into a string map of float64 pointers
func Float64Slice ¶
Float64Slice converts a slice of float64 values into a slice of float64 pointers
func Float64Value ¶
Float64Value returns the value of the float64 pointer passed in or 0 if the pointer is nil.
func Float64ValueMap ¶
Float64ValueMap converts a string map of float64 pointers into a string map of float64 values
func Float64ValueSlice ¶
Float64ValueSlice converts a slice of float64 pointers into a slice of float64 values
func GetAZs ¶
func GetAZs(region interface{}) string
GetAZs returns an array that lists Availability Zones for a specified region. Because customers have access to different Availability Zones, the intrinsic function Fn::GetAZs enables template authors to write templates that adapt to the calling user's access. That way you don't have to hard-code a full list of Availability Zones for a specified region.
func If ¶
func If(value, ifEqual interface{}, ifNotEqual interface{}) string
If returns one value if the specified condition evaluates to true and another value if the specified condition evaluates to false. Currently, AWS CloudFormation supports the Fn::If intrinsic function in the metadata attribute, update policy attribute, and property values in the Resources section and Outputs sections of a template. You can use the AWS::NoValue pseudo parameter as a return value to remove the corresponding property.
func ImportValue ¶
func ImportValue(name interface{}) string
ImportValue returns the value of an output exported by another stack. You typically use this function to create cross-stack references. In the following example template snippets, Stack A exports VPC security group values and Stack B imports them.
func ImportValuePtr ¶
func ImportValuePtr(name interface{}) *string
func Int16Slice ¶
Int16Slice converts a slice of int16 values into a slice of int16 pointers
func Int16Value ¶
Int16Value returns the value of the int16 pointer passed in or 0 if the pointer is nil.
func Int16ValueMap ¶
Int16ValueMap converts a string map of int16 pointers into a string map of int16 values
func Int16ValueSlice ¶
Int16ValueSlice converts a slice of int16 pointers into a slice of int16 values
func Int32Slice ¶
Int32Slice converts a slice of int32 values into a slice of int32 pointers
func Int32Value ¶
Int32Value returns the value of the int32 pointer passed in or 0 if the pointer is nil.
func Int32ValueMap ¶
Int32ValueMap converts a string map of int32 pointers into a string map of int32 values
func Int32ValueSlice ¶
Int32ValueSlice converts a slice of int32 pointers into a slice of int32 values
func Int64Slice ¶
Int64Slice converts a slice of int64 values into a slice of int64 pointers
func Int64Value ¶
Int64Value returns the value of the int64 pointer passed in or 0 if the pointer is nil.
func Int64ValueMap ¶
Int64ValueMap converts a string map of int64 pointers into a string map of int64 values
func Int64ValueSlice ¶
Int64ValueSlice converts a slice of int64 pointers into a slice of int64 values
func Int8Value ¶
Int8Value returns the value of the int8 pointer passed in or 0 if the pointer is nil.
func Int8ValueMap ¶
Int8ValueMap converts a string map of int8 pointers into a string map of int8 values
func Int8ValueSlice ¶
Int8ValueSlice converts a slice of int8 pointers into a slice of int8 values
func IntValue ¶
IntValue returns the value of the int pointer passed in or 0 if the pointer is nil.
func IntValueMap ¶
IntValueMap converts a string map of int pointers into a string map of int values
func IntValueSlice ¶
IntValueSlice converts a slice of int pointers into a slice of int values
func Join ¶
func Join(delimiter interface{}, value interface{}) string
Join appends a set of values into a single value, separated by the specified delimiter. If a delimiter is the empty string, the set of values are concatenated with no delimiter.
func MillisecondsTimeValue ¶
MillisecondsTimeValue converts an int64 pointer to a time.Time value representing milliseconds sinch Epoch or time.Time{} if the pointer is nil.
func Not ¶
Not returns true for a condition that evaluates to false or returns false for a condition that evaluates to true. Fn::Not acts as a NOT operator.
func Or ¶
Or returns true if any one of the specified conditions evaluate to true, or returns false if all of the conditions evaluates to false. Fn::Or acts as an OR operator. The minimum number of conditions that you can include is 2, and the maximum is 10.
func Ref ¶
func Ref(logicalName interface{}) string
Ref creates a CloudFormation Reference to another resource in the template
func SecondsTimeValue ¶
SecondsTimeValue converts an int64 pointer to a time.Time value representing seconds since Epoch or time.Time{} if the pointer is nil.
func Select ¶
func Select(index, list interface{}) string
Select returns a single object from a list of objects by index.
func Split ¶
func Split(delimiter, source interface{}) string
Split splits a string into a list of string values so that you can select an element from the resulting string list, use the Fn::Split intrinsic function. Specify the location of splits with a delimiter, such as , (a comma). After you split a string, use the Fn::Select function to pick a specific element.
func StringMap ¶
StringMap converts a string map of string values into a string map of string pointers
func StringSlice ¶
StringSlice converts a slice of string values into a slice of string pointers
func StringValue ¶
StringValue returns the value of the string pointer passed in or "" if the pointer is nil.
func StringValueMap ¶
StringValueMap converts a string map of string pointers into a string map of string values
func StringValueSlice ¶
StringValueSlice converts a slice of string pointers into a slice of string values
func Sub ¶
func Sub(value interface{}) string
Sub substitutes variables in an input string with values that you specify. In your templates, you can use this function to construct commands or outputs that include values that aren't available until you create or update a stack.
func SubVarsPtr ¶
func TimeMap ¶
TimeMap converts a string map of time.Time values into a string map of time.Time pointers
func TimeUnixMilli ¶
TimeUnixMilli returns a Unix timestamp in milliseconds from "January 1, 1970 UTC". The result is undefined if the Unix time cannot be represented by an int64. Which includes calling TimeUnixMilli on a zero Time is undefined.
This utility is useful for service API's such as CloudWatch Logs which require their unix time values to be in milliseconds.
See Go stdlib https://golang.org/pkg/time/#Time.UnixNano for more information.
func TimeValue ¶
TimeValue returns the value of the time.Time pointer passed in or time.Time{} if the pointer is nil.
func TimeValueMap ¶
TimeValueMap converts a string map of time.Time pointers into a string map of time.Time values
func TimeValueSlice ¶
TimeValueSlice converts a slice of time.Time pointers into a slice of time.Time values
func Uint16Map ¶
Uint16Map converts a string map of uint16 values into a string map of uint16 pointers
func Uint16Slice ¶
Uint16Slice converts a slice of uint16 values into a slice of uint16 pointers
func Uint16Value ¶
Uint16Value returns the value of the uint16 pointer passed in or 0 if the pointer is nil.
func Uint16ValueMap ¶
Uint16ValueMap converts a string map of uint16 pointers into a string map of uint16 values
func Uint16ValueSlice ¶
Uint16ValueSlice converts a slice of uint16 pointers into a slice of uint16 values
func Uint32Map ¶
Uint32Map converts a string map of uint32 values into a string map of uint32 pointers
func Uint32Slice ¶
Uint32Slice converts a slice of uint32 values into a slice of uint32 pointers
func Uint32Value ¶
Uint32Value returns the value of the uint32 pointer passed in or 0 if the pointer is nil.
func Uint32ValueMap ¶
Uint32ValueMap converts a string map of uint32 pointers into a string map of uint32 values
func Uint32ValueSlice ¶
Uint32ValueSlice converts a slice of uint32 pointers into a slice of uint32 values
func Uint64Map ¶
Uint64Map converts a string map of uint64 values into a string map of uint64 pointers
func Uint64Slice ¶
Uint64Slice converts a slice of uint64 values into a slice of uint64 pointers
func Uint64Value ¶
Uint64Value returns the value of the uint64 pointer passed in or 0 if the pointer is nil.
func Uint64ValueMap ¶
Uint64ValueMap converts a string map of uint64 pointers into a string map of uint64 values
func Uint64ValueSlice ¶
Uint64ValueSlice converts a slice of uint64 pointers into a slice of uint64 values
func Uint8Slice ¶
Uint8Slice converts a slice of uint8 values into a slice of uint8 pointers
func Uint8Value ¶
Uint8Value returns the value of the uint8 pointer passed in or 0 if the pointer is nil.
func Uint8ValueMap ¶
Uint8ValueMap converts a string map of uint8 pointers into a string map of uint8 values
func Uint8ValueSlice ¶
Uint8ValueSlice converts a slice of uint8 pointers into a slice of uint8 values
func UintValue ¶
UintValue returns the value of the uint pointer passed in or 0 if the pointer is nil.
func UintValueMap ¶
UintValueMap converts a string map of uint pointers uinto a string map of uint values
func UintValueSlice ¶
UintValueSlice converts a slice of uint pointers uinto a slice of uint values
Types ¶
type CustomResource ¶
type CustomResource struct { Type string `json:"Type,omitempty"` Version string `json:"Version,omitempty"` Properties map[string]interface{} `json:"Properties,omitempty"` // AWSCloudFormationDeletionPolicy represents a CloudFormation DeletionPolicy AWSCloudFormationDeletionPolicy policies.DeletionPolicy `json:"-"` // AWSCloudFormationUpdateReplacePolicy represents a CloudFormation UpdateReplacePolicy AWSCloudFormationUpdateReplacePolicy policies.UpdateReplacePolicy `json:"-"` // AWSCloudFormationDependsOn stores the logical ID of the resources to be created before this resource AWSCloudFormationDependsOn []string `json:"-"` // AWSCloudFormationMetadata stores structured data associated with this resource AWSCloudFormationMetadata map[string]interface{} `json:"-"` // AWSCloudFormationCondition stores the logical ID of the condition that must be satisfied for this resource to be created AWSCloudFormationCondition string `json:"-"` }
CustomResource AWS CloudFormation Resource (AWS::CloudFormation::CustomResource) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html
func (*CustomResource) AWSCloudFormationType ¶
func (r *CustomResource) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (CustomResource) MarshalJSON ¶
func (r CustomResource) MarshalJSON() ([]byte, error)
MarshalJSON is a custom JSON marshalling hook that embeds this object into an AWS CloudFormation JSON resource's 'Properties' field and adds a 'Type'.
func (*CustomResource) UnmarshalJSON ¶
func (r *CustomResource) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom JSON unmarshalling hook that strips the outer AWS CloudFormation resource object, and just keeps the 'Properties' field.
type Globals ¶
func (*Globals) UnmarshalJSON ¶
type Parameter ¶
type Parameter[T any] struct { Type string `json:"Type"` Description *string `json:"Description,omitempty"` Default interface{} `json:"Default,omitempty"` AllowedPattern *string `json:"AllowedPattern,omitempty"` AllowedValues []interface{} `json:"AllowedValues,omitempty"` ConstraintDescription *string `json:"ConstraintDescription,omitempty"` MaxLength *T `json:"MaxLength,omitempty"` MinLength *T `json:"MinLength,omitempty"` MaxValue *T `json:"MaxValue,omitempty"` MinValue *T `json:"MinValue,omitempty"` NoEcho *T `json:"NoEcho,omitempty"` }
func UnmarshalParameter ¶
func UnmarshalParameter(rawJson json.RawMessage) (*Parameter[any], error)
type Parameters ¶
func (*Parameters) UnmarshalJSON ¶
func (p *Parameters) UnmarshalJSON(data []byte) error
type Resources ¶
func (*Resources) UnmarshalJSON ¶
type Template ¶
type Template struct { AWSTemplateFormatVersion string `json:"AWSTemplateFormatVersion,omitempty"` Transform *Transform `json:"Transform,omitempty"` Description string `json:"Description,omitempty"` Metadata map[string]interface{} `json:"Metadata,omitempty"` Parameters Parameters `json:"Parameters,omitempty"` Mappings map[string]interface{} `json:"Mappings,omitempty"` Conditions map[string]interface{} `json:"Conditions,omitempty"` Resources Resources `json:"Resources,omitempty"` Outputs Outputs `json:"Outputs,omitempty"` Globals Globals `json:"Globals,omitempty"` }
Template represents an AWS CloudFormation template see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
func NewTemplate ¶
func NewTemplate() *Template
NewTemplate creates a new AWS CloudFormation template struct
func (*Template) GetACMPCACertificateAuthorityActivationWithName ¶
func (t *Template) GetACMPCACertificateAuthorityActivationWithName(name string) (*acmpca.CertificateAuthorityActivation[any], error)
GetACMPCACertificateAuthorityActivationWithName retrieves all acmpca.CertificateAuthorityActivation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetACMPCACertificateAuthorityWithName ¶
func (t *Template) GetACMPCACertificateAuthorityWithName(name string) (*acmpca.CertificateAuthority[any], error)
GetACMPCACertificateAuthorityWithName retrieves all acmpca.CertificateAuthority items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetACMPCACertificateWithName ¶
GetACMPCACertificateWithName retrieves all acmpca.Certificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetACMPCAPermissionWithName ¶
GetACMPCAPermissionWithName retrieves all acmpca.Permission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAPSRuleGroupsNamespaceWithName ¶
func (t *Template) GetAPSRuleGroupsNamespaceWithName(name string) (*aps.RuleGroupsNamespace[any], error)
GetAPSRuleGroupsNamespaceWithName retrieves all aps.RuleGroupsNamespace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAPSWorkspaceWithName ¶
GetAPSWorkspaceWithName retrieves all aps.Workspace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetASKSkillWithName ¶
GetASKSkillWithName retrieves all ask.Skill items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAccessAnalyzerAnalyzerWithName ¶
func (t *Template) GetAccessAnalyzerAnalyzerWithName(name string) (*accessanalyzer.Analyzer[any], error)
GetAccessAnalyzerAnalyzerWithName retrieves all accessanalyzer.Analyzer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAllACMPCACertificateAuthorityActivationResources ¶
func (t *Template) GetAllACMPCACertificateAuthorityActivationResources() map[string]*acmpca.CertificateAuthorityActivation[any]
GetAllACMPCACertificateAuthorityActivationResources retrieves all acmpca.CertificateAuthorityActivation items from an AWS CloudFormation template
func (*Template) GetAllACMPCACertificateAuthorityResources ¶
func (t *Template) GetAllACMPCACertificateAuthorityResources() map[string]*acmpca.CertificateAuthority[any]
GetAllACMPCACertificateAuthorityResources retrieves all acmpca.CertificateAuthority items from an AWS CloudFormation template
func (*Template) GetAllACMPCACertificateResources ¶
func (t *Template) GetAllACMPCACertificateResources() map[string]*acmpca.Certificate[any]
GetAllACMPCACertificateResources retrieves all acmpca.Certificate items from an AWS CloudFormation template
func (*Template) GetAllACMPCAPermissionResources ¶
func (t *Template) GetAllACMPCAPermissionResources() map[string]*acmpca.Permission[any]
GetAllACMPCAPermissionResources retrieves all acmpca.Permission items from an AWS CloudFormation template
func (*Template) GetAllAPSRuleGroupsNamespaceResources ¶
func (t *Template) GetAllAPSRuleGroupsNamespaceResources() map[string]*aps.RuleGroupsNamespace[any]
GetAllAPSRuleGroupsNamespaceResources retrieves all aps.RuleGroupsNamespace items from an AWS CloudFormation template
func (*Template) GetAllAPSWorkspaceResources ¶
GetAllAPSWorkspaceResources retrieves all aps.Workspace items from an AWS CloudFormation template
func (*Template) GetAllASKSkillResources ¶
GetAllASKSkillResources retrieves all ask.Skill items from an AWS CloudFormation template
func (*Template) GetAllAccessAnalyzerAnalyzerResources ¶
func (t *Template) GetAllAccessAnalyzerAnalyzerResources() map[string]*accessanalyzer.Analyzer[any]
GetAllAccessAnalyzerAnalyzerResources retrieves all accessanalyzer.Analyzer items from an AWS CloudFormation template
func (*Template) GetAllAmazonMQBrokerResources ¶
GetAllAmazonMQBrokerResources retrieves all amazonmq.Broker items from an AWS CloudFormation template
func (*Template) GetAllAmazonMQConfigurationAssociationResources ¶
func (t *Template) GetAllAmazonMQConfigurationAssociationResources() map[string]*amazonmq.ConfigurationAssociation[any]
GetAllAmazonMQConfigurationAssociationResources retrieves all amazonmq.ConfigurationAssociation items from an AWS CloudFormation template
func (*Template) GetAllAmazonMQConfigurationResources ¶
func (t *Template) GetAllAmazonMQConfigurationResources() map[string]*amazonmq.Configuration[any]
GetAllAmazonMQConfigurationResources retrieves all amazonmq.Configuration items from an AWS CloudFormation template
func (*Template) GetAllAmplifyAppResources ¶
GetAllAmplifyAppResources retrieves all amplify.App items from an AWS CloudFormation template
func (*Template) GetAllAmplifyBranchResources ¶
GetAllAmplifyBranchResources retrieves all amplify.Branch items from an AWS CloudFormation template
func (*Template) GetAllAmplifyDomainResources ¶
GetAllAmplifyDomainResources retrieves all amplify.Domain items from an AWS CloudFormation template
func (*Template) GetAllAmplifyUIBuilderComponentResources ¶
func (t *Template) GetAllAmplifyUIBuilderComponentResources() map[string]*amplifyuibuilder.Component[any]
GetAllAmplifyUIBuilderComponentResources retrieves all amplifyuibuilder.Component items from an AWS CloudFormation template
func (*Template) GetAllAmplifyUIBuilderFormResources ¶
func (t *Template) GetAllAmplifyUIBuilderFormResources() map[string]*amplifyuibuilder.Form[any]
GetAllAmplifyUIBuilderFormResources retrieves all amplifyuibuilder.Form items from an AWS CloudFormation template
func (*Template) GetAllAmplifyUIBuilderThemeResources ¶
func (t *Template) GetAllAmplifyUIBuilderThemeResources() map[string]*amplifyuibuilder.Theme[any]
GetAllAmplifyUIBuilderThemeResources retrieves all amplifyuibuilder.Theme items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayAccountResources ¶
func (t *Template) GetAllApiGatewayAccountResources() map[string]*apigateway.Account[any]
GetAllApiGatewayAccountResources retrieves all apigateway.Account items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayApiKeyResources ¶
func (t *Template) GetAllApiGatewayApiKeyResources() map[string]*apigateway.ApiKey[any]
GetAllApiGatewayApiKeyResources retrieves all apigateway.ApiKey items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayAuthorizerResources ¶
func (t *Template) GetAllApiGatewayAuthorizerResources() map[string]*apigateway.Authorizer[any]
GetAllApiGatewayAuthorizerResources retrieves all apigateway.Authorizer items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayBasePathMappingResources ¶
func (t *Template) GetAllApiGatewayBasePathMappingResources() map[string]*apigateway.BasePathMapping[any]
GetAllApiGatewayBasePathMappingResources retrieves all apigateway.BasePathMapping items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayClientCertificateResources ¶
func (t *Template) GetAllApiGatewayClientCertificateResources() map[string]*apigateway.ClientCertificate[any]
GetAllApiGatewayClientCertificateResources retrieves all apigateway.ClientCertificate items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayDeploymentResources ¶
func (t *Template) GetAllApiGatewayDeploymentResources() map[string]*apigateway.Deployment[any]
GetAllApiGatewayDeploymentResources retrieves all apigateway.Deployment items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayDocumentationPartResources ¶
func (t *Template) GetAllApiGatewayDocumentationPartResources() map[string]*apigateway.DocumentationPart[any]
GetAllApiGatewayDocumentationPartResources retrieves all apigateway.DocumentationPart items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayDocumentationVersionResources ¶
func (t *Template) GetAllApiGatewayDocumentationVersionResources() map[string]*apigateway.DocumentationVersion[any]
GetAllApiGatewayDocumentationVersionResources retrieves all apigateway.DocumentationVersion items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayDomainNameResources ¶
func (t *Template) GetAllApiGatewayDomainNameResources() map[string]*apigateway.DomainName[any]
GetAllApiGatewayDomainNameResources retrieves all apigateway.DomainName items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayGatewayResponseResources ¶
func (t *Template) GetAllApiGatewayGatewayResponseResources() map[string]*apigateway.GatewayResponse[any]
GetAllApiGatewayGatewayResponseResources retrieves all apigateway.GatewayResponse items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayMethodResources ¶
func (t *Template) GetAllApiGatewayMethodResources() map[string]*apigateway.Method[any]
GetAllApiGatewayMethodResources retrieves all apigateway.Method items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayModelResources ¶
func (t *Template) GetAllApiGatewayModelResources() map[string]*apigateway.Model[any]
GetAllApiGatewayModelResources retrieves all apigateway.Model items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayRequestValidatorResources ¶
func (t *Template) GetAllApiGatewayRequestValidatorResources() map[string]*apigateway.RequestValidator[any]
GetAllApiGatewayRequestValidatorResources retrieves all apigateway.RequestValidator items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayResourceResources ¶
func (t *Template) GetAllApiGatewayResourceResources() map[string]*apigateway.Resource[any]
GetAllApiGatewayResourceResources retrieves all apigateway.Resource items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayRestApiResources ¶
func (t *Template) GetAllApiGatewayRestApiResources() map[string]*apigateway.RestApi[any]
GetAllApiGatewayRestApiResources retrieves all apigateway.RestApi items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayStageResources ¶
func (t *Template) GetAllApiGatewayStageResources() map[string]*apigateway.Stage[any]
GetAllApiGatewayStageResources retrieves all apigateway.Stage items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayUsagePlanKeyResources ¶
func (t *Template) GetAllApiGatewayUsagePlanKeyResources() map[string]*apigateway.UsagePlanKey[any]
GetAllApiGatewayUsagePlanKeyResources retrieves all apigateway.UsagePlanKey items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayUsagePlanResources ¶
func (t *Template) GetAllApiGatewayUsagePlanResources() map[string]*apigateway.UsagePlan[any]
GetAllApiGatewayUsagePlanResources retrieves all apigateway.UsagePlan items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2ApiGatewayManagedOverridesResources ¶
func (t *Template) GetAllApiGatewayV2ApiGatewayManagedOverridesResources() map[string]*apigatewayv2.ApiGatewayManagedOverrides[any]
GetAllApiGatewayV2ApiGatewayManagedOverridesResources retrieves all apigatewayv2.ApiGatewayManagedOverrides items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2ApiMappingResources ¶
func (t *Template) GetAllApiGatewayV2ApiMappingResources() map[string]*apigatewayv2.ApiMapping[any]
GetAllApiGatewayV2ApiMappingResources retrieves all apigatewayv2.ApiMapping items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2ApiResources ¶
func (t *Template) GetAllApiGatewayV2ApiResources() map[string]*apigatewayv2.Api[any]
GetAllApiGatewayV2ApiResources retrieves all apigatewayv2.Api items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2AuthorizerResources ¶
func (t *Template) GetAllApiGatewayV2AuthorizerResources() map[string]*apigatewayv2.Authorizer[any]
GetAllApiGatewayV2AuthorizerResources retrieves all apigatewayv2.Authorizer items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2DeploymentResources ¶
func (t *Template) GetAllApiGatewayV2DeploymentResources() map[string]*apigatewayv2.Deployment[any]
GetAllApiGatewayV2DeploymentResources retrieves all apigatewayv2.Deployment items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2DomainNameResources ¶
func (t *Template) GetAllApiGatewayV2DomainNameResources() map[string]*apigatewayv2.DomainName[any]
GetAllApiGatewayV2DomainNameResources retrieves all apigatewayv2.DomainName items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2IntegrationResources ¶
func (t *Template) GetAllApiGatewayV2IntegrationResources() map[string]*apigatewayv2.Integration[any]
GetAllApiGatewayV2IntegrationResources retrieves all apigatewayv2.Integration items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2IntegrationResponseResources ¶
func (t *Template) GetAllApiGatewayV2IntegrationResponseResources() map[string]*apigatewayv2.IntegrationResponse[any]
GetAllApiGatewayV2IntegrationResponseResources retrieves all apigatewayv2.IntegrationResponse items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2ModelResources ¶
func (t *Template) GetAllApiGatewayV2ModelResources() map[string]*apigatewayv2.Model[any]
GetAllApiGatewayV2ModelResources retrieves all apigatewayv2.Model items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2RouteResources ¶
func (t *Template) GetAllApiGatewayV2RouteResources() map[string]*apigatewayv2.Route[any]
GetAllApiGatewayV2RouteResources retrieves all apigatewayv2.Route items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2RouteResponseResources ¶
func (t *Template) GetAllApiGatewayV2RouteResponseResources() map[string]*apigatewayv2.RouteResponse[any]
GetAllApiGatewayV2RouteResponseResources retrieves all apigatewayv2.RouteResponse items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2StageResources ¶
func (t *Template) GetAllApiGatewayV2StageResources() map[string]*apigatewayv2.Stage[any]
GetAllApiGatewayV2StageResources retrieves all apigatewayv2.Stage items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2VpcLinkResources ¶
func (t *Template) GetAllApiGatewayV2VpcLinkResources() map[string]*apigatewayv2.VpcLink[any]
GetAllApiGatewayV2VpcLinkResources retrieves all apigatewayv2.VpcLink items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayVpcLinkResources ¶
func (t *Template) GetAllApiGatewayVpcLinkResources() map[string]*apigateway.VpcLink[any]
GetAllApiGatewayVpcLinkResources retrieves all apigateway.VpcLink items from an AWS CloudFormation template
func (*Template) GetAllAppConfigApplicationResources ¶
func (t *Template) GetAllAppConfigApplicationResources() map[string]*appconfig.Application[any]
GetAllAppConfigApplicationResources retrieves all appconfig.Application items from an AWS CloudFormation template
func (*Template) GetAllAppConfigConfigurationProfileResources ¶
func (t *Template) GetAllAppConfigConfigurationProfileResources() map[string]*appconfig.ConfigurationProfile[any]
GetAllAppConfigConfigurationProfileResources retrieves all appconfig.ConfigurationProfile items from an AWS CloudFormation template
func (*Template) GetAllAppConfigDeploymentResources ¶
func (t *Template) GetAllAppConfigDeploymentResources() map[string]*appconfig.Deployment[any]
GetAllAppConfigDeploymentResources retrieves all appconfig.Deployment items from an AWS CloudFormation template
func (*Template) GetAllAppConfigDeploymentStrategyResources ¶
func (t *Template) GetAllAppConfigDeploymentStrategyResources() map[string]*appconfig.DeploymentStrategy[any]
GetAllAppConfigDeploymentStrategyResources retrieves all appconfig.DeploymentStrategy items from an AWS CloudFormation template
func (*Template) GetAllAppConfigEnvironmentResources ¶
func (t *Template) GetAllAppConfigEnvironmentResources() map[string]*appconfig.Environment[any]
GetAllAppConfigEnvironmentResources retrieves all appconfig.Environment items from an AWS CloudFormation template
func (*Template) GetAllAppConfigExtensionAssociationResources ¶
func (t *Template) GetAllAppConfigExtensionAssociationResources() map[string]*appconfig.ExtensionAssociation[any]
GetAllAppConfigExtensionAssociationResources retrieves all appconfig.ExtensionAssociation items from an AWS CloudFormation template
func (*Template) GetAllAppConfigExtensionResources ¶
GetAllAppConfigExtensionResources retrieves all appconfig.Extension items from an AWS CloudFormation template
func (*Template) GetAllAppConfigHostedConfigurationVersionResources ¶
func (t *Template) GetAllAppConfigHostedConfigurationVersionResources() map[string]*appconfig.HostedConfigurationVersion[any]
GetAllAppConfigHostedConfigurationVersionResources retrieves all appconfig.HostedConfigurationVersion items from an AWS CloudFormation template
func (*Template) GetAllAppFlowConnectorProfileResources ¶
func (t *Template) GetAllAppFlowConnectorProfileResources() map[string]*appflow.ConnectorProfile[any]
GetAllAppFlowConnectorProfileResources retrieves all appflow.ConnectorProfile items from an AWS CloudFormation template
func (*Template) GetAllAppFlowConnectorResources ¶
GetAllAppFlowConnectorResources retrieves all appflow.Connector items from an AWS CloudFormation template
func (*Template) GetAllAppFlowFlowResources ¶
GetAllAppFlowFlowResources retrieves all appflow.Flow items from an AWS CloudFormation template
func (*Template) GetAllAppIntegrationsDataIntegrationResources ¶
func (t *Template) GetAllAppIntegrationsDataIntegrationResources() map[string]*appintegrations.DataIntegration[any]
GetAllAppIntegrationsDataIntegrationResources retrieves all appintegrations.DataIntegration items from an AWS CloudFormation template
func (*Template) GetAllAppIntegrationsEventIntegrationResources ¶
func (t *Template) GetAllAppIntegrationsEventIntegrationResources() map[string]*appintegrations.EventIntegration[any]
GetAllAppIntegrationsEventIntegrationResources retrieves all appintegrations.EventIntegration items from an AWS CloudFormation template
func (*Template) GetAllAppMeshGatewayRouteResources ¶
func (t *Template) GetAllAppMeshGatewayRouteResources() map[string]*appmesh.GatewayRoute[any]
GetAllAppMeshGatewayRouteResources retrieves all appmesh.GatewayRoute items from an AWS CloudFormation template
func (*Template) GetAllAppMeshMeshResources ¶
GetAllAppMeshMeshResources retrieves all appmesh.Mesh items from an AWS CloudFormation template
func (*Template) GetAllAppMeshRouteResources ¶
GetAllAppMeshRouteResources retrieves all appmesh.Route items from an AWS CloudFormation template
func (*Template) GetAllAppMeshVirtualGatewayResources ¶
func (t *Template) GetAllAppMeshVirtualGatewayResources() map[string]*appmesh.VirtualGateway[any]
GetAllAppMeshVirtualGatewayResources retrieves all appmesh.VirtualGateway items from an AWS CloudFormation template
func (*Template) GetAllAppMeshVirtualNodeResources ¶
func (t *Template) GetAllAppMeshVirtualNodeResources() map[string]*appmesh.VirtualNode[any]
GetAllAppMeshVirtualNodeResources retrieves all appmesh.VirtualNode items from an AWS CloudFormation template
func (*Template) GetAllAppMeshVirtualRouterResources ¶
func (t *Template) GetAllAppMeshVirtualRouterResources() map[string]*appmesh.VirtualRouter[any]
GetAllAppMeshVirtualRouterResources retrieves all appmesh.VirtualRouter items from an AWS CloudFormation template
func (*Template) GetAllAppMeshVirtualServiceResources ¶
func (t *Template) GetAllAppMeshVirtualServiceResources() map[string]*appmesh.VirtualService[any]
GetAllAppMeshVirtualServiceResources retrieves all appmesh.VirtualService items from an AWS CloudFormation template
func (*Template) GetAllAppRunnerAutoScalingConfigurationResources ¶
func (t *Template) GetAllAppRunnerAutoScalingConfigurationResources() map[string]*apprunner.AutoScalingConfiguration[any]
GetAllAppRunnerAutoScalingConfigurationResources retrieves all apprunner.AutoScalingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllAppRunnerObservabilityConfigurationResources ¶
func (t *Template) GetAllAppRunnerObservabilityConfigurationResources() map[string]*apprunner.ObservabilityConfiguration[any]
GetAllAppRunnerObservabilityConfigurationResources retrieves all apprunner.ObservabilityConfiguration items from an AWS CloudFormation template
func (*Template) GetAllAppRunnerServiceResources ¶
GetAllAppRunnerServiceResources retrieves all apprunner.Service items from an AWS CloudFormation template
func (*Template) GetAllAppRunnerVpcConnectorResources ¶
func (t *Template) GetAllAppRunnerVpcConnectorResources() map[string]*apprunner.VpcConnector[any]
GetAllAppRunnerVpcConnectorResources retrieves all apprunner.VpcConnector items from an AWS CloudFormation template
func (*Template) GetAllAppRunnerVpcIngressConnectionResources ¶
func (t *Template) GetAllAppRunnerVpcIngressConnectionResources() map[string]*apprunner.VpcIngressConnection[any]
GetAllAppRunnerVpcIngressConnectionResources retrieves all apprunner.VpcIngressConnection items from an AWS CloudFormation template
func (*Template) GetAllAppStreamAppBlockBuilderResources ¶
func (t *Template) GetAllAppStreamAppBlockBuilderResources() map[string]*appstream.AppBlockBuilder[any]
GetAllAppStreamAppBlockBuilderResources retrieves all appstream.AppBlockBuilder items from an AWS CloudFormation template
func (*Template) GetAllAppStreamAppBlockResources ¶
GetAllAppStreamAppBlockResources retrieves all appstream.AppBlock items from an AWS CloudFormation template
func (*Template) GetAllAppStreamApplicationEntitlementAssociationResources ¶
func (t *Template) GetAllAppStreamApplicationEntitlementAssociationResources() map[string]*appstream.ApplicationEntitlementAssociation[any]
GetAllAppStreamApplicationEntitlementAssociationResources retrieves all appstream.ApplicationEntitlementAssociation items from an AWS CloudFormation template
func (*Template) GetAllAppStreamApplicationFleetAssociationResources ¶
func (t *Template) GetAllAppStreamApplicationFleetAssociationResources() map[string]*appstream.ApplicationFleetAssociation[any]
GetAllAppStreamApplicationFleetAssociationResources retrieves all appstream.ApplicationFleetAssociation items from an AWS CloudFormation template
func (*Template) GetAllAppStreamApplicationResources ¶
func (t *Template) GetAllAppStreamApplicationResources() map[string]*appstream.Application[any]
GetAllAppStreamApplicationResources retrieves all appstream.Application items from an AWS CloudFormation template
func (*Template) GetAllAppStreamDirectoryConfigResources ¶
func (t *Template) GetAllAppStreamDirectoryConfigResources() map[string]*appstream.DirectoryConfig[any]
GetAllAppStreamDirectoryConfigResources retrieves all appstream.DirectoryConfig items from an AWS CloudFormation template
func (*Template) GetAllAppStreamEntitlementResources ¶
func (t *Template) GetAllAppStreamEntitlementResources() map[string]*appstream.Entitlement[any]
GetAllAppStreamEntitlementResources retrieves all appstream.Entitlement items from an AWS CloudFormation template
func (*Template) GetAllAppStreamFleetResources ¶
GetAllAppStreamFleetResources retrieves all appstream.Fleet items from an AWS CloudFormation template
func (*Template) GetAllAppStreamImageBuilderResources ¶
func (t *Template) GetAllAppStreamImageBuilderResources() map[string]*appstream.ImageBuilder[any]
GetAllAppStreamImageBuilderResources retrieves all appstream.ImageBuilder items from an AWS CloudFormation template
func (*Template) GetAllAppStreamStackFleetAssociationResources ¶
func (t *Template) GetAllAppStreamStackFleetAssociationResources() map[string]*appstream.StackFleetAssociation[any]
GetAllAppStreamStackFleetAssociationResources retrieves all appstream.StackFleetAssociation items from an AWS CloudFormation template
func (*Template) GetAllAppStreamStackResources ¶
GetAllAppStreamStackResources retrieves all appstream.Stack items from an AWS CloudFormation template
func (*Template) GetAllAppStreamStackUserAssociationResources ¶
func (t *Template) GetAllAppStreamStackUserAssociationResources() map[string]*appstream.StackUserAssociation[any]
GetAllAppStreamStackUserAssociationResources retrieves all appstream.StackUserAssociation items from an AWS CloudFormation template
func (*Template) GetAllAppStreamUserResources ¶
GetAllAppStreamUserResources retrieves all appstream.User items from an AWS CloudFormation template
func (*Template) GetAllAppSyncApiCacheResources ¶
GetAllAppSyncApiCacheResources retrieves all appsync.ApiCache items from an AWS CloudFormation template
func (*Template) GetAllAppSyncApiKeyResources ¶
GetAllAppSyncApiKeyResources retrieves all appsync.ApiKey items from an AWS CloudFormation template
func (*Template) GetAllAppSyncDataSourceResources ¶
func (t *Template) GetAllAppSyncDataSourceResources() map[string]*appsync.DataSource[any]
GetAllAppSyncDataSourceResources retrieves all appsync.DataSource items from an AWS CloudFormation template
func (*Template) GetAllAppSyncDomainNameApiAssociationResources ¶
func (t *Template) GetAllAppSyncDomainNameApiAssociationResources() map[string]*appsync.DomainNameApiAssociation[any]
GetAllAppSyncDomainNameApiAssociationResources retrieves all appsync.DomainNameApiAssociation items from an AWS CloudFormation template
func (*Template) GetAllAppSyncDomainNameResources ¶
func (t *Template) GetAllAppSyncDomainNameResources() map[string]*appsync.DomainName[any]
GetAllAppSyncDomainNameResources retrieves all appsync.DomainName items from an AWS CloudFormation template
func (*Template) GetAllAppSyncFunctionConfigurationResources ¶
func (t *Template) GetAllAppSyncFunctionConfigurationResources() map[string]*appsync.FunctionConfiguration[any]
GetAllAppSyncFunctionConfigurationResources retrieves all appsync.FunctionConfiguration items from an AWS CloudFormation template
func (*Template) GetAllAppSyncGraphQLApiResources ¶
func (t *Template) GetAllAppSyncGraphQLApiResources() map[string]*appsync.GraphQLApi[any]
GetAllAppSyncGraphQLApiResources retrieves all appsync.GraphQLApi items from an AWS CloudFormation template
func (*Template) GetAllAppSyncGraphQLSchemaResources ¶
func (t *Template) GetAllAppSyncGraphQLSchemaResources() map[string]*appsync.GraphQLSchema[any]
GetAllAppSyncGraphQLSchemaResources retrieves all appsync.GraphQLSchema items from an AWS CloudFormation template
func (*Template) GetAllAppSyncResolverResources ¶
GetAllAppSyncResolverResources retrieves all appsync.Resolver items from an AWS CloudFormation template
func (*Template) GetAllAppSyncSourceApiAssociationResources ¶
func (t *Template) GetAllAppSyncSourceApiAssociationResources() map[string]*appsync.SourceApiAssociation[any]
GetAllAppSyncSourceApiAssociationResources retrieves all appsync.SourceApiAssociation items from an AWS CloudFormation template
func (*Template) GetAllApplicationAutoScalingScalableTargetResources ¶
func (t *Template) GetAllApplicationAutoScalingScalableTargetResources() map[string]*applicationautoscaling.ScalableTarget[any]
GetAllApplicationAutoScalingScalableTargetResources retrieves all applicationautoscaling.ScalableTarget items from an AWS CloudFormation template
func (*Template) GetAllApplicationAutoScalingScalingPolicyResources ¶
func (t *Template) GetAllApplicationAutoScalingScalingPolicyResources() map[string]*applicationautoscaling.ScalingPolicy[any]
GetAllApplicationAutoScalingScalingPolicyResources retrieves all applicationautoscaling.ScalingPolicy items from an AWS CloudFormation template
func (*Template) GetAllApplicationInsightsApplicationResources ¶
func (t *Template) GetAllApplicationInsightsApplicationResources() map[string]*applicationinsights.Application[any]
GetAllApplicationInsightsApplicationResources retrieves all applicationinsights.Application items from an AWS CloudFormation template
func (*Template) GetAllAthenaCapacityReservationResources ¶
func (t *Template) GetAllAthenaCapacityReservationResources() map[string]*athena.CapacityReservation[any]
GetAllAthenaCapacityReservationResources retrieves all athena.CapacityReservation items from an AWS CloudFormation template
func (*Template) GetAllAthenaDataCatalogResources ¶
func (t *Template) GetAllAthenaDataCatalogResources() map[string]*athena.DataCatalog[any]
GetAllAthenaDataCatalogResources retrieves all athena.DataCatalog items from an AWS CloudFormation template
func (*Template) GetAllAthenaNamedQueryResources ¶
func (t *Template) GetAllAthenaNamedQueryResources() map[string]*athena.NamedQuery[any]
GetAllAthenaNamedQueryResources retrieves all athena.NamedQuery items from an AWS CloudFormation template
func (*Template) GetAllAthenaPreparedStatementResources ¶
func (t *Template) GetAllAthenaPreparedStatementResources() map[string]*athena.PreparedStatement[any]
GetAllAthenaPreparedStatementResources retrieves all athena.PreparedStatement items from an AWS CloudFormation template
func (*Template) GetAllAthenaWorkGroupResources ¶
GetAllAthenaWorkGroupResources retrieves all athena.WorkGroup items from an AWS CloudFormation template
func (*Template) GetAllAuditManagerAssessmentResources ¶
func (t *Template) GetAllAuditManagerAssessmentResources() map[string]*auditmanager.Assessment[any]
GetAllAuditManagerAssessmentResources retrieves all auditmanager.Assessment items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingAutoScalingGroupResources ¶
func (t *Template) GetAllAutoScalingAutoScalingGroupResources() map[string]*autoscaling.AutoScalingGroup[any]
GetAllAutoScalingAutoScalingGroupResources retrieves all autoscaling.AutoScalingGroup items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingLaunchConfigurationResources ¶
func (t *Template) GetAllAutoScalingLaunchConfigurationResources() map[string]*autoscaling.LaunchConfiguration[any]
GetAllAutoScalingLaunchConfigurationResources retrieves all autoscaling.LaunchConfiguration items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingLifecycleHookResources ¶
func (t *Template) GetAllAutoScalingLifecycleHookResources() map[string]*autoscaling.LifecycleHook[any]
GetAllAutoScalingLifecycleHookResources retrieves all autoscaling.LifecycleHook items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingPlansScalingPlanResources ¶
func (t *Template) GetAllAutoScalingPlansScalingPlanResources() map[string]*autoscalingplans.ScalingPlan[any]
GetAllAutoScalingPlansScalingPlanResources retrieves all autoscalingplans.ScalingPlan items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingScalingPolicyResources ¶
func (t *Template) GetAllAutoScalingScalingPolicyResources() map[string]*autoscaling.ScalingPolicy[any]
GetAllAutoScalingScalingPolicyResources retrieves all autoscaling.ScalingPolicy items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingScheduledActionResources ¶
func (t *Template) GetAllAutoScalingScheduledActionResources() map[string]*autoscaling.ScheduledAction[any]
GetAllAutoScalingScheduledActionResources retrieves all autoscaling.ScheduledAction items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingWarmPoolResources ¶
func (t *Template) GetAllAutoScalingWarmPoolResources() map[string]*autoscaling.WarmPool[any]
GetAllAutoScalingWarmPoolResources retrieves all autoscaling.WarmPool items from an AWS CloudFormation template
func (*Template) GetAllBackupBackupPlanResources ¶
func (t *Template) GetAllBackupBackupPlanResources() map[string]*backup.BackupPlan[any]
GetAllBackupBackupPlanResources retrieves all backup.BackupPlan items from an AWS CloudFormation template
func (*Template) GetAllBackupBackupSelectionResources ¶
func (t *Template) GetAllBackupBackupSelectionResources() map[string]*backup.BackupSelection[any]
GetAllBackupBackupSelectionResources retrieves all backup.BackupSelection items from an AWS CloudFormation template
func (*Template) GetAllBackupBackupVaultResources ¶
func (t *Template) GetAllBackupBackupVaultResources() map[string]*backup.BackupVault[any]
GetAllBackupBackupVaultResources retrieves all backup.BackupVault items from an AWS CloudFormation template
func (*Template) GetAllBackupFrameworkResources ¶
GetAllBackupFrameworkResources retrieves all backup.Framework items from an AWS CloudFormation template
func (*Template) GetAllBackupGatewayHypervisorResources ¶
func (t *Template) GetAllBackupGatewayHypervisorResources() map[string]*backupgateway.Hypervisor[any]
GetAllBackupGatewayHypervisorResources retrieves all backupgateway.Hypervisor items from an AWS CloudFormation template
func (*Template) GetAllBackupReportPlanResources ¶
func (t *Template) GetAllBackupReportPlanResources() map[string]*backup.ReportPlan[any]
GetAllBackupReportPlanResources retrieves all backup.ReportPlan items from an AWS CloudFormation template
func (*Template) GetAllBatchComputeEnvironmentResources ¶
func (t *Template) GetAllBatchComputeEnvironmentResources() map[string]*batch.ComputeEnvironment[any]
GetAllBatchComputeEnvironmentResources retrieves all batch.ComputeEnvironment items from an AWS CloudFormation template
func (*Template) GetAllBatchJobDefinitionResources ¶
func (t *Template) GetAllBatchJobDefinitionResources() map[string]*batch.JobDefinition[any]
GetAllBatchJobDefinitionResources retrieves all batch.JobDefinition items from an AWS CloudFormation template
func (*Template) GetAllBatchJobQueueResources ¶
GetAllBatchJobQueueResources retrieves all batch.JobQueue items from an AWS CloudFormation template
func (*Template) GetAllBatchSchedulingPolicyResources ¶
func (t *Template) GetAllBatchSchedulingPolicyResources() map[string]*batch.SchedulingPolicy[any]
GetAllBatchSchedulingPolicyResources retrieves all batch.SchedulingPolicy items from an AWS CloudFormation template
func (*Template) GetAllBillingConductorBillingGroupResources ¶
func (t *Template) GetAllBillingConductorBillingGroupResources() map[string]*billingconductor.BillingGroup[any]
GetAllBillingConductorBillingGroupResources retrieves all billingconductor.BillingGroup items from an AWS CloudFormation template
func (*Template) GetAllBillingConductorCustomLineItemResources ¶
func (t *Template) GetAllBillingConductorCustomLineItemResources() map[string]*billingconductor.CustomLineItem[any]
GetAllBillingConductorCustomLineItemResources retrieves all billingconductor.CustomLineItem items from an AWS CloudFormation template
func (*Template) GetAllBillingConductorPricingPlanResources ¶
func (t *Template) GetAllBillingConductorPricingPlanResources() map[string]*billingconductor.PricingPlan[any]
GetAllBillingConductorPricingPlanResources retrieves all billingconductor.PricingPlan items from an AWS CloudFormation template
func (*Template) GetAllBillingConductorPricingRuleResources ¶
func (t *Template) GetAllBillingConductorPricingRuleResources() map[string]*billingconductor.PricingRule[any]
GetAllBillingConductorPricingRuleResources retrieves all billingconductor.PricingRule items from an AWS CloudFormation template
func (*Template) GetAllBudgetsBudgetResources ¶
GetAllBudgetsBudgetResources retrieves all budgets.Budget items from an AWS CloudFormation template
func (*Template) GetAllBudgetsBudgetsActionResources ¶
func (t *Template) GetAllBudgetsBudgetsActionResources() map[string]*budgets.BudgetsAction[any]
GetAllBudgetsBudgetsActionResources retrieves all budgets.BudgetsAction items from an AWS CloudFormation template
func (*Template) GetAllCDKMetadataResources ¶
GetAllCDKMetadataResources retrieves all cdk.Metadata items from an AWS CloudFormation template
func (*Template) GetAllCEAnomalyMonitorResources ¶
func (t *Template) GetAllCEAnomalyMonitorResources() map[string]*ce.AnomalyMonitor[any]
GetAllCEAnomalyMonitorResources retrieves all ce.AnomalyMonitor items from an AWS CloudFormation template
func (*Template) GetAllCEAnomalySubscriptionResources ¶
func (t *Template) GetAllCEAnomalySubscriptionResources() map[string]*ce.AnomalySubscription[any]
GetAllCEAnomalySubscriptionResources retrieves all ce.AnomalySubscription items from an AWS CloudFormation template
func (*Template) GetAllCECostCategoryResources ¶
func (t *Template) GetAllCECostCategoryResources() map[string]*ce.CostCategory[any]
GetAllCECostCategoryResources retrieves all ce.CostCategory items from an AWS CloudFormation template
func (*Template) GetAllCURReportDefinitionResources ¶
func (t *Template) GetAllCURReportDefinitionResources() map[string]*cur.ReportDefinition[any]
GetAllCURReportDefinitionResources retrieves all cur.ReportDefinition items from an AWS CloudFormation template
func (*Template) GetAllCassandraKeyspaceResources ¶
GetAllCassandraKeyspaceResources retrieves all cassandra.Keyspace items from an AWS CloudFormation template
func (*Template) GetAllCassandraTableResources ¶
GetAllCassandraTableResources retrieves all cassandra.Table items from an AWS CloudFormation template
func (*Template) GetAllCertificateManagerAccountResources ¶
func (t *Template) GetAllCertificateManagerAccountResources() map[string]*certificatemanager.Account[any]
GetAllCertificateManagerAccountResources retrieves all certificatemanager.Account items from an AWS CloudFormation template
func (*Template) GetAllCertificateManagerCertificateResources ¶
func (t *Template) GetAllCertificateManagerCertificateResources() map[string]*certificatemanager.Certificate[any]
GetAllCertificateManagerCertificateResources retrieves all certificatemanager.Certificate items from an AWS CloudFormation template
func (*Template) GetAllChatbotMicrosoftTeamsChannelConfigurationResources ¶
func (t *Template) GetAllChatbotMicrosoftTeamsChannelConfigurationResources() map[string]*chatbot.MicrosoftTeamsChannelConfiguration[any]
GetAllChatbotMicrosoftTeamsChannelConfigurationResources retrieves all chatbot.MicrosoftTeamsChannelConfiguration items from an AWS CloudFormation template
func (*Template) GetAllChatbotSlackChannelConfigurationResources ¶
func (t *Template) GetAllChatbotSlackChannelConfigurationResources() map[string]*chatbot.SlackChannelConfiguration[any]
GetAllChatbotSlackChannelConfigurationResources retrieves all chatbot.SlackChannelConfiguration items from an AWS CloudFormation template
func (*Template) GetAllCleanRoomsAnalysisTemplateResources ¶
func (t *Template) GetAllCleanRoomsAnalysisTemplateResources() map[string]*cleanrooms.AnalysisTemplate[any]
GetAllCleanRoomsAnalysisTemplateResources retrieves all cleanrooms.AnalysisTemplate items from an AWS CloudFormation template
func (*Template) GetAllCleanRoomsCollaborationResources ¶
func (t *Template) GetAllCleanRoomsCollaborationResources() map[string]*cleanrooms.Collaboration[any]
GetAllCleanRoomsCollaborationResources retrieves all cleanrooms.Collaboration items from an AWS CloudFormation template
func (*Template) GetAllCleanRoomsConfiguredTableAssociationResources ¶
func (t *Template) GetAllCleanRoomsConfiguredTableAssociationResources() map[string]*cleanrooms.ConfiguredTableAssociation[any]
GetAllCleanRoomsConfiguredTableAssociationResources retrieves all cleanrooms.ConfiguredTableAssociation items from an AWS CloudFormation template
func (*Template) GetAllCleanRoomsConfiguredTableResources ¶
func (t *Template) GetAllCleanRoomsConfiguredTableResources() map[string]*cleanrooms.ConfiguredTable[any]
GetAllCleanRoomsConfiguredTableResources retrieves all cleanrooms.ConfiguredTable items from an AWS CloudFormation template
func (*Template) GetAllCleanRoomsMembershipResources ¶
func (t *Template) GetAllCleanRoomsMembershipResources() map[string]*cleanrooms.Membership[any]
GetAllCleanRoomsMembershipResources retrieves all cleanrooms.Membership items from an AWS CloudFormation template
func (*Template) GetAllCloud9EnvironmentEC2Resources ¶
func (t *Template) GetAllCloud9EnvironmentEC2Resources() map[string]*cloud9.EnvironmentEC2[any]
GetAllCloud9EnvironmentEC2Resources retrieves all cloud9.EnvironmentEC2 items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationCustomResourceResources ¶
func (t *Template) GetAllCloudFormationCustomResourceResources() map[string]*cloudformation.CustomResource[any]
GetAllCloudFormationCustomResourceResources retrieves all cloudformation.CustomResource items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationHookDefaultVersionResources ¶
func (t *Template) GetAllCloudFormationHookDefaultVersionResources() map[string]*cloudformation.HookDefaultVersion[any]
GetAllCloudFormationHookDefaultVersionResources retrieves all cloudformation.HookDefaultVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationHookTypeConfigResources ¶
func (t *Template) GetAllCloudFormationHookTypeConfigResources() map[string]*cloudformation.HookTypeConfig[any]
GetAllCloudFormationHookTypeConfigResources retrieves all cloudformation.HookTypeConfig items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationHookVersionResources ¶
func (t *Template) GetAllCloudFormationHookVersionResources() map[string]*cloudformation.HookVersion[any]
GetAllCloudFormationHookVersionResources retrieves all cloudformation.HookVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationMacroResources ¶
func (t *Template) GetAllCloudFormationMacroResources() map[string]*cloudformation.Macro[any]
GetAllCloudFormationMacroResources retrieves all cloudformation.Macro items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationModuleDefaultVersionResources ¶
func (t *Template) GetAllCloudFormationModuleDefaultVersionResources() map[string]*cloudformation.ModuleDefaultVersion[any]
GetAllCloudFormationModuleDefaultVersionResources retrieves all cloudformation.ModuleDefaultVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationModuleVersionResources ¶
func (t *Template) GetAllCloudFormationModuleVersionResources() map[string]*cloudformation.ModuleVersion[any]
GetAllCloudFormationModuleVersionResources retrieves all cloudformation.ModuleVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationPublicTypeVersionResources ¶
func (t *Template) GetAllCloudFormationPublicTypeVersionResources() map[string]*cloudformation.PublicTypeVersion[any]
GetAllCloudFormationPublicTypeVersionResources retrieves all cloudformation.PublicTypeVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationPublisherResources ¶
func (t *Template) GetAllCloudFormationPublisherResources() map[string]*cloudformation.Publisher[any]
GetAllCloudFormationPublisherResources retrieves all cloudformation.Publisher items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationResourceDefaultVersionResources ¶
func (t *Template) GetAllCloudFormationResourceDefaultVersionResources() map[string]*cloudformation.ResourceDefaultVersion[any]
GetAllCloudFormationResourceDefaultVersionResources retrieves all cloudformation.ResourceDefaultVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationResourceVersionResources ¶
func (t *Template) GetAllCloudFormationResourceVersionResources() map[string]*cloudformation.ResourceVersion[any]
GetAllCloudFormationResourceVersionResources retrieves all cloudformation.ResourceVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationStackResources ¶
func (t *Template) GetAllCloudFormationStackResources() map[string]*cloudformation.Stack[any]
GetAllCloudFormationStackResources retrieves all cloudformation.Stack items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationStackSetResources ¶
func (t *Template) GetAllCloudFormationStackSetResources() map[string]*cloudformation.StackSet[any]
GetAllCloudFormationStackSetResources retrieves all cloudformation.StackSet items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationTypeActivationResources ¶
func (t *Template) GetAllCloudFormationTypeActivationResources() map[string]*cloudformation.TypeActivation[any]
GetAllCloudFormationTypeActivationResources retrieves all cloudformation.TypeActivation items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationWaitConditionHandleResources ¶
func (t *Template) GetAllCloudFormationWaitConditionHandleResources() map[string]*cloudformation.WaitConditionHandle[any]
GetAllCloudFormationWaitConditionHandleResources retrieves all cloudformation.WaitConditionHandle items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationWaitConditionResources ¶
func (t *Template) GetAllCloudFormationWaitConditionResources() map[string]*cloudformation.WaitCondition[any]
GetAllCloudFormationWaitConditionResources retrieves all cloudformation.WaitCondition items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontCachePolicyResources ¶
func (t *Template) GetAllCloudFrontCachePolicyResources() map[string]*cloudfront.CachePolicy[any]
GetAllCloudFrontCachePolicyResources retrieves all cloudfront.CachePolicy items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontCloudFrontOriginAccessIdentityResources ¶
func (t *Template) GetAllCloudFrontCloudFrontOriginAccessIdentityResources() map[string]*cloudfront.CloudFrontOriginAccessIdentity[any]
GetAllCloudFrontCloudFrontOriginAccessIdentityResources retrieves all cloudfront.CloudFrontOriginAccessIdentity items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontContinuousDeploymentPolicyResources ¶
func (t *Template) GetAllCloudFrontContinuousDeploymentPolicyResources() map[string]*cloudfront.ContinuousDeploymentPolicy[any]
GetAllCloudFrontContinuousDeploymentPolicyResources retrieves all cloudfront.ContinuousDeploymentPolicy items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontDistributionResources ¶
func (t *Template) GetAllCloudFrontDistributionResources() map[string]*cloudfront.Distribution[any]
GetAllCloudFrontDistributionResources retrieves all cloudfront.Distribution items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontFunctionResources ¶
func (t *Template) GetAllCloudFrontFunctionResources() map[string]*cloudfront.Function[any]
GetAllCloudFrontFunctionResources retrieves all cloudfront.Function items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontKeyGroupResources ¶
func (t *Template) GetAllCloudFrontKeyGroupResources() map[string]*cloudfront.KeyGroup[any]
GetAllCloudFrontKeyGroupResources retrieves all cloudfront.KeyGroup items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontMonitoringSubscriptionResources ¶
func (t *Template) GetAllCloudFrontMonitoringSubscriptionResources() map[string]*cloudfront.MonitoringSubscription[any]
GetAllCloudFrontMonitoringSubscriptionResources retrieves all cloudfront.MonitoringSubscription items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontOriginAccessControlResources ¶
func (t *Template) GetAllCloudFrontOriginAccessControlResources() map[string]*cloudfront.OriginAccessControl[any]
GetAllCloudFrontOriginAccessControlResources retrieves all cloudfront.OriginAccessControl items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontOriginRequestPolicyResources ¶
func (t *Template) GetAllCloudFrontOriginRequestPolicyResources() map[string]*cloudfront.OriginRequestPolicy[any]
GetAllCloudFrontOriginRequestPolicyResources retrieves all cloudfront.OriginRequestPolicy items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontPublicKeyResources ¶
func (t *Template) GetAllCloudFrontPublicKeyResources() map[string]*cloudfront.PublicKey[any]
GetAllCloudFrontPublicKeyResources retrieves all cloudfront.PublicKey items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontRealtimeLogConfigResources ¶
func (t *Template) GetAllCloudFrontRealtimeLogConfigResources() map[string]*cloudfront.RealtimeLogConfig[any]
GetAllCloudFrontRealtimeLogConfigResources retrieves all cloudfront.RealtimeLogConfig items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontResponseHeadersPolicyResources ¶
func (t *Template) GetAllCloudFrontResponseHeadersPolicyResources() map[string]*cloudfront.ResponseHeadersPolicy[any]
GetAllCloudFrontResponseHeadersPolicyResources retrieves all cloudfront.ResponseHeadersPolicy items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontStreamingDistributionResources ¶
func (t *Template) GetAllCloudFrontStreamingDistributionResources() map[string]*cloudfront.StreamingDistribution[any]
GetAllCloudFrontStreamingDistributionResources retrieves all cloudfront.StreamingDistribution items from an AWS CloudFormation template
func (*Template) GetAllCloudTrailChannelResources ¶
func (t *Template) GetAllCloudTrailChannelResources() map[string]*cloudtrail.Channel[any]
GetAllCloudTrailChannelResources retrieves all cloudtrail.Channel items from an AWS CloudFormation template
func (*Template) GetAllCloudTrailEventDataStoreResources ¶
func (t *Template) GetAllCloudTrailEventDataStoreResources() map[string]*cloudtrail.EventDataStore[any]
GetAllCloudTrailEventDataStoreResources retrieves all cloudtrail.EventDataStore items from an AWS CloudFormation template
func (*Template) GetAllCloudTrailResourcePolicyResources ¶
func (t *Template) GetAllCloudTrailResourcePolicyResources() map[string]*cloudtrail.ResourcePolicy[any]
GetAllCloudTrailResourcePolicyResources retrieves all cloudtrail.ResourcePolicy items from an AWS CloudFormation template
func (*Template) GetAllCloudTrailTrailResources ¶
func (t *Template) GetAllCloudTrailTrailResources() map[string]*cloudtrail.Trail[any]
GetAllCloudTrailTrailResources retrieves all cloudtrail.Trail items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchAlarmResources ¶
func (t *Template) GetAllCloudWatchAlarmResources() map[string]*cloudwatch.Alarm[any]
GetAllCloudWatchAlarmResources retrieves all cloudwatch.Alarm items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchAnomalyDetectorResources ¶
func (t *Template) GetAllCloudWatchAnomalyDetectorResources() map[string]*cloudwatch.AnomalyDetector[any]
GetAllCloudWatchAnomalyDetectorResources retrieves all cloudwatch.AnomalyDetector items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchCompositeAlarmResources ¶
func (t *Template) GetAllCloudWatchCompositeAlarmResources() map[string]*cloudwatch.CompositeAlarm[any]
GetAllCloudWatchCompositeAlarmResources retrieves all cloudwatch.CompositeAlarm items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchDashboardResources ¶
func (t *Template) GetAllCloudWatchDashboardResources() map[string]*cloudwatch.Dashboard[any]
GetAllCloudWatchDashboardResources retrieves all cloudwatch.Dashboard items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchInsightRuleResources ¶
func (t *Template) GetAllCloudWatchInsightRuleResources() map[string]*cloudwatch.InsightRule[any]
GetAllCloudWatchInsightRuleResources retrieves all cloudwatch.InsightRule items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchMetricStreamResources ¶
func (t *Template) GetAllCloudWatchMetricStreamResources() map[string]*cloudwatch.MetricStream[any]
GetAllCloudWatchMetricStreamResources retrieves all cloudwatch.MetricStream items from an AWS CloudFormation template
func (*Template) GetAllCodeArtifactDomainResources ¶
func (t *Template) GetAllCodeArtifactDomainResources() map[string]*codeartifact.Domain[any]
GetAllCodeArtifactDomainResources retrieves all codeartifact.Domain items from an AWS CloudFormation template
func (*Template) GetAllCodeArtifactRepositoryResources ¶
func (t *Template) GetAllCodeArtifactRepositoryResources() map[string]*codeartifact.Repository[any]
GetAllCodeArtifactRepositoryResources retrieves all codeartifact.Repository items from an AWS CloudFormation template
func (*Template) GetAllCodeBuildProjectResources ¶
GetAllCodeBuildProjectResources retrieves all codebuild.Project items from an AWS CloudFormation template
func (*Template) GetAllCodeBuildReportGroupResources ¶
func (t *Template) GetAllCodeBuildReportGroupResources() map[string]*codebuild.ReportGroup[any]
GetAllCodeBuildReportGroupResources retrieves all codebuild.ReportGroup items from an AWS CloudFormation template
func (*Template) GetAllCodeBuildSourceCredentialResources ¶
func (t *Template) GetAllCodeBuildSourceCredentialResources() map[string]*codebuild.SourceCredential[any]
GetAllCodeBuildSourceCredentialResources retrieves all codebuild.SourceCredential items from an AWS CloudFormation template
func (*Template) GetAllCodeCommitRepositoryResources ¶
func (t *Template) GetAllCodeCommitRepositoryResources() map[string]*codecommit.Repository[any]
GetAllCodeCommitRepositoryResources retrieves all codecommit.Repository items from an AWS CloudFormation template
func (*Template) GetAllCodeDeployApplicationResources ¶
func (t *Template) GetAllCodeDeployApplicationResources() map[string]*codedeploy.Application[any]
GetAllCodeDeployApplicationResources retrieves all codedeploy.Application items from an AWS CloudFormation template
func (*Template) GetAllCodeDeployDeploymentConfigResources ¶
func (t *Template) GetAllCodeDeployDeploymentConfigResources() map[string]*codedeploy.DeploymentConfig[any]
GetAllCodeDeployDeploymentConfigResources retrieves all codedeploy.DeploymentConfig items from an AWS CloudFormation template
func (*Template) GetAllCodeDeployDeploymentGroupResources ¶
func (t *Template) GetAllCodeDeployDeploymentGroupResources() map[string]*codedeploy.DeploymentGroup[any]
GetAllCodeDeployDeploymentGroupResources retrieves all codedeploy.DeploymentGroup items from an AWS CloudFormation template
func (*Template) GetAllCodeGuruProfilerProfilingGroupResources ¶
func (t *Template) GetAllCodeGuruProfilerProfilingGroupResources() map[string]*codeguruprofiler.ProfilingGroup[any]
GetAllCodeGuruProfilerProfilingGroupResources retrieves all codeguruprofiler.ProfilingGroup items from an AWS CloudFormation template
func (*Template) GetAllCodeGuruReviewerRepositoryAssociationResources ¶
func (t *Template) GetAllCodeGuruReviewerRepositoryAssociationResources() map[string]*codegurureviewer.RepositoryAssociation[any]
GetAllCodeGuruReviewerRepositoryAssociationResources retrieves all codegurureviewer.RepositoryAssociation items from an AWS CloudFormation template
func (*Template) GetAllCodePipelineCustomActionTypeResources ¶
func (t *Template) GetAllCodePipelineCustomActionTypeResources() map[string]*codepipeline.CustomActionType[any]
GetAllCodePipelineCustomActionTypeResources retrieves all codepipeline.CustomActionType items from an AWS CloudFormation template
func (*Template) GetAllCodePipelinePipelineResources ¶
func (t *Template) GetAllCodePipelinePipelineResources() map[string]*codepipeline.Pipeline[any]
GetAllCodePipelinePipelineResources retrieves all codepipeline.Pipeline items from an AWS CloudFormation template
func (*Template) GetAllCodePipelineWebhookResources ¶
func (t *Template) GetAllCodePipelineWebhookResources() map[string]*codepipeline.Webhook[any]
GetAllCodePipelineWebhookResources retrieves all codepipeline.Webhook items from an AWS CloudFormation template
func (*Template) GetAllCodeStarConnectionsConnectionResources ¶
func (t *Template) GetAllCodeStarConnectionsConnectionResources() map[string]*codestarconnections.Connection[any]
GetAllCodeStarConnectionsConnectionResources retrieves all codestarconnections.Connection items from an AWS CloudFormation template
func (*Template) GetAllCodeStarGitHubRepositoryResources ¶
func (t *Template) GetAllCodeStarGitHubRepositoryResources() map[string]*codestar.GitHubRepository[any]
GetAllCodeStarGitHubRepositoryResources retrieves all codestar.GitHubRepository items from an AWS CloudFormation template
func (*Template) GetAllCodeStarNotificationsNotificationRuleResources ¶
func (t *Template) GetAllCodeStarNotificationsNotificationRuleResources() map[string]*codestarnotifications.NotificationRule[any]
GetAllCodeStarNotificationsNotificationRuleResources retrieves all codestarnotifications.NotificationRule items from an AWS CloudFormation template
func (*Template) GetAllCognitoIdentityPoolPrincipalTagResources ¶
func (t *Template) GetAllCognitoIdentityPoolPrincipalTagResources() map[string]*cognito.IdentityPoolPrincipalTag[any]
GetAllCognitoIdentityPoolPrincipalTagResources retrieves all cognito.IdentityPoolPrincipalTag items from an AWS CloudFormation template
func (*Template) GetAllCognitoIdentityPoolResources ¶
func (t *Template) GetAllCognitoIdentityPoolResources() map[string]*cognito.IdentityPool[any]
GetAllCognitoIdentityPoolResources retrieves all cognito.IdentityPool items from an AWS CloudFormation template
func (*Template) GetAllCognitoIdentityPoolRoleAttachmentResources ¶
func (t *Template) GetAllCognitoIdentityPoolRoleAttachmentResources() map[string]*cognito.IdentityPoolRoleAttachment[any]
GetAllCognitoIdentityPoolRoleAttachmentResources retrieves all cognito.IdentityPoolRoleAttachment items from an AWS CloudFormation template
func (*Template) GetAllCognitoLogDeliveryConfigurationResources ¶
func (t *Template) GetAllCognitoLogDeliveryConfigurationResources() map[string]*cognito.LogDeliveryConfiguration[any]
GetAllCognitoLogDeliveryConfigurationResources retrieves all cognito.LogDeliveryConfiguration items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolClientResources ¶
func (t *Template) GetAllCognitoUserPoolClientResources() map[string]*cognito.UserPoolClient[any]
GetAllCognitoUserPoolClientResources retrieves all cognito.UserPoolClient items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolDomainResources ¶
func (t *Template) GetAllCognitoUserPoolDomainResources() map[string]*cognito.UserPoolDomain[any]
GetAllCognitoUserPoolDomainResources retrieves all cognito.UserPoolDomain items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolGroupResources ¶
func (t *Template) GetAllCognitoUserPoolGroupResources() map[string]*cognito.UserPoolGroup[any]
GetAllCognitoUserPoolGroupResources retrieves all cognito.UserPoolGroup items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolIdentityProviderResources ¶
func (t *Template) GetAllCognitoUserPoolIdentityProviderResources() map[string]*cognito.UserPoolIdentityProvider[any]
GetAllCognitoUserPoolIdentityProviderResources retrieves all cognito.UserPoolIdentityProvider items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolResourceServerResources ¶
func (t *Template) GetAllCognitoUserPoolResourceServerResources() map[string]*cognito.UserPoolResourceServer[any]
GetAllCognitoUserPoolResourceServerResources retrieves all cognito.UserPoolResourceServer items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolResources ¶
GetAllCognitoUserPoolResources retrieves all cognito.UserPool items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolRiskConfigurationAttachmentResources ¶
func (t *Template) GetAllCognitoUserPoolRiskConfigurationAttachmentResources() map[string]*cognito.UserPoolRiskConfigurationAttachment[any]
GetAllCognitoUserPoolRiskConfigurationAttachmentResources retrieves all cognito.UserPoolRiskConfigurationAttachment items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolUICustomizationAttachmentResources ¶
func (t *Template) GetAllCognitoUserPoolUICustomizationAttachmentResources() map[string]*cognito.UserPoolUICustomizationAttachment[any]
GetAllCognitoUserPoolUICustomizationAttachmentResources retrieves all cognito.UserPoolUICustomizationAttachment items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolUserResources ¶
func (t *Template) GetAllCognitoUserPoolUserResources() map[string]*cognito.UserPoolUser[any]
GetAllCognitoUserPoolUserResources retrieves all cognito.UserPoolUser items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolUserToGroupAttachmentResources ¶
func (t *Template) GetAllCognitoUserPoolUserToGroupAttachmentResources() map[string]*cognito.UserPoolUserToGroupAttachment[any]
GetAllCognitoUserPoolUserToGroupAttachmentResources retrieves all cognito.UserPoolUserToGroupAttachment items from an AWS CloudFormation template
func (*Template) GetAllComprehendDocumentClassifierResources ¶
func (t *Template) GetAllComprehendDocumentClassifierResources() map[string]*comprehend.DocumentClassifier[any]
GetAllComprehendDocumentClassifierResources retrieves all comprehend.DocumentClassifier items from an AWS CloudFormation template
func (*Template) GetAllComprehendFlywheelResources ¶
func (t *Template) GetAllComprehendFlywheelResources() map[string]*comprehend.Flywheel[any]
GetAllComprehendFlywheelResources retrieves all comprehend.Flywheel items from an AWS CloudFormation template
func (*Template) GetAllConfigAggregationAuthorizationResources ¶
func (t *Template) GetAllConfigAggregationAuthorizationResources() map[string]*config.AggregationAuthorization[any]
GetAllConfigAggregationAuthorizationResources retrieves all config.AggregationAuthorization items from an AWS CloudFormation template
func (*Template) GetAllConfigConfigRuleResources ¶
func (t *Template) GetAllConfigConfigRuleResources() map[string]*config.ConfigRule[any]
GetAllConfigConfigRuleResources retrieves all config.ConfigRule items from an AWS CloudFormation template
func (*Template) GetAllConfigConfigurationAggregatorResources ¶
func (t *Template) GetAllConfigConfigurationAggregatorResources() map[string]*config.ConfigurationAggregator[any]
GetAllConfigConfigurationAggregatorResources retrieves all config.ConfigurationAggregator items from an AWS CloudFormation template
func (*Template) GetAllConfigConfigurationRecorderResources ¶
func (t *Template) GetAllConfigConfigurationRecorderResources() map[string]*config.ConfigurationRecorder[any]
GetAllConfigConfigurationRecorderResources retrieves all config.ConfigurationRecorder items from an AWS CloudFormation template
func (*Template) GetAllConfigConformancePackResources ¶
func (t *Template) GetAllConfigConformancePackResources() map[string]*config.ConformancePack[any]
GetAllConfigConformancePackResources retrieves all config.ConformancePack items from an AWS CloudFormation template
func (*Template) GetAllConfigDeliveryChannelResources ¶
func (t *Template) GetAllConfigDeliveryChannelResources() map[string]*config.DeliveryChannel[any]
GetAllConfigDeliveryChannelResources retrieves all config.DeliveryChannel items from an AWS CloudFormation template
func (*Template) GetAllConfigOrganizationConfigRuleResources ¶
func (t *Template) GetAllConfigOrganizationConfigRuleResources() map[string]*config.OrganizationConfigRule[any]
GetAllConfigOrganizationConfigRuleResources retrieves all config.OrganizationConfigRule items from an AWS CloudFormation template
func (*Template) GetAllConfigOrganizationConformancePackResources ¶
func (t *Template) GetAllConfigOrganizationConformancePackResources() map[string]*config.OrganizationConformancePack[any]
GetAllConfigOrganizationConformancePackResources retrieves all config.OrganizationConformancePack items from an AWS CloudFormation template
func (*Template) GetAllConfigRemediationConfigurationResources ¶
func (t *Template) GetAllConfigRemediationConfigurationResources() map[string]*config.RemediationConfiguration[any]
GetAllConfigRemediationConfigurationResources retrieves all config.RemediationConfiguration items from an AWS CloudFormation template
func (*Template) GetAllConfigStoredQueryResources ¶
func (t *Template) GetAllConfigStoredQueryResources() map[string]*config.StoredQuery[any]
GetAllConfigStoredQueryResources retrieves all config.StoredQuery items from an AWS CloudFormation template
func (*Template) GetAllConnectApprovedOriginResources ¶
func (t *Template) GetAllConnectApprovedOriginResources() map[string]*connect.ApprovedOrigin[any]
GetAllConnectApprovedOriginResources retrieves all connect.ApprovedOrigin items from an AWS CloudFormation template
func (*Template) GetAllConnectCampaignsCampaignResources ¶
func (t *Template) GetAllConnectCampaignsCampaignResources() map[string]*connectcampaigns.Campaign[any]
GetAllConnectCampaignsCampaignResources retrieves all connectcampaigns.Campaign items from an AWS CloudFormation template
func (*Template) GetAllConnectContactFlowModuleResources ¶
func (t *Template) GetAllConnectContactFlowModuleResources() map[string]*connect.ContactFlowModule[any]
GetAllConnectContactFlowModuleResources retrieves all connect.ContactFlowModule items from an AWS CloudFormation template
func (*Template) GetAllConnectContactFlowResources ¶
func (t *Template) GetAllConnectContactFlowResources() map[string]*connect.ContactFlow[any]
GetAllConnectContactFlowResources retrieves all connect.ContactFlow items from an AWS CloudFormation template
func (*Template) GetAllConnectEvaluationFormResources ¶
func (t *Template) GetAllConnectEvaluationFormResources() map[string]*connect.EvaluationForm[any]
GetAllConnectEvaluationFormResources retrieves all connect.EvaluationForm items from an AWS CloudFormation template
func (*Template) GetAllConnectHoursOfOperationResources ¶
func (t *Template) GetAllConnectHoursOfOperationResources() map[string]*connect.HoursOfOperation[any]
GetAllConnectHoursOfOperationResources retrieves all connect.HoursOfOperation items from an AWS CloudFormation template
func (*Template) GetAllConnectInstanceResources ¶
GetAllConnectInstanceResources retrieves all connect.Instance items from an AWS CloudFormation template
func (*Template) GetAllConnectInstanceStorageConfigResources ¶
func (t *Template) GetAllConnectInstanceStorageConfigResources() map[string]*connect.InstanceStorageConfig[any]
GetAllConnectInstanceStorageConfigResources retrieves all connect.InstanceStorageConfig items from an AWS CloudFormation template
func (*Template) GetAllConnectIntegrationAssociationResources ¶
func (t *Template) GetAllConnectIntegrationAssociationResources() map[string]*connect.IntegrationAssociation[any]
GetAllConnectIntegrationAssociationResources retrieves all connect.IntegrationAssociation items from an AWS CloudFormation template
func (*Template) GetAllConnectPhoneNumberResources ¶
func (t *Template) GetAllConnectPhoneNumberResources() map[string]*connect.PhoneNumber[any]
GetAllConnectPhoneNumberResources retrieves all connect.PhoneNumber items from an AWS CloudFormation template
func (*Template) GetAllConnectPromptResources ¶
GetAllConnectPromptResources retrieves all connect.Prompt items from an AWS CloudFormation template
func (*Template) GetAllConnectQueueResources ¶
GetAllConnectQueueResources retrieves all connect.Queue items from an AWS CloudFormation template
func (*Template) GetAllConnectQuickConnectResources ¶
func (t *Template) GetAllConnectQuickConnectResources() map[string]*connect.QuickConnect[any]
GetAllConnectQuickConnectResources retrieves all connect.QuickConnect items from an AWS CloudFormation template
func (*Template) GetAllConnectRoutingProfileResources ¶
func (t *Template) GetAllConnectRoutingProfileResources() map[string]*connect.RoutingProfile[any]
GetAllConnectRoutingProfileResources retrieves all connect.RoutingProfile items from an AWS CloudFormation template
func (*Template) GetAllConnectRuleResources ¶
GetAllConnectRuleResources retrieves all connect.Rule items from an AWS CloudFormation template
func (*Template) GetAllConnectSecurityKeyResources ¶
func (t *Template) GetAllConnectSecurityKeyResources() map[string]*connect.SecurityKey[any]
GetAllConnectSecurityKeyResources retrieves all connect.SecurityKey items from an AWS CloudFormation template
func (*Template) GetAllConnectSecurityProfileResources ¶
func (t *Template) GetAllConnectSecurityProfileResources() map[string]*connect.SecurityProfile[any]
GetAllConnectSecurityProfileResources retrieves all connect.SecurityProfile items from an AWS CloudFormation template
func (*Template) GetAllConnectTaskTemplateResources ¶
func (t *Template) GetAllConnectTaskTemplateResources() map[string]*connect.TaskTemplate[any]
GetAllConnectTaskTemplateResources retrieves all connect.TaskTemplate items from an AWS CloudFormation template
func (*Template) GetAllConnectTrafficDistributionGroupResources ¶
func (t *Template) GetAllConnectTrafficDistributionGroupResources() map[string]*connect.TrafficDistributionGroup[any]
GetAllConnectTrafficDistributionGroupResources retrieves all connect.TrafficDistributionGroup items from an AWS CloudFormation template
func (*Template) GetAllConnectUserHierarchyGroupResources ¶
func (t *Template) GetAllConnectUserHierarchyGroupResources() map[string]*connect.UserHierarchyGroup[any]
GetAllConnectUserHierarchyGroupResources retrieves all connect.UserHierarchyGroup items from an AWS CloudFormation template
func (*Template) GetAllConnectUserResources ¶
GetAllConnectUserResources retrieves all connect.User items from an AWS CloudFormation template
func (*Template) GetAllConnectViewResources ¶
GetAllConnectViewResources retrieves all connect.View items from an AWS CloudFormation template
func (*Template) GetAllConnectViewVersionResources ¶
func (t *Template) GetAllConnectViewVersionResources() map[string]*connect.ViewVersion[any]
GetAllConnectViewVersionResources retrieves all connect.ViewVersion items from an AWS CloudFormation template
func (*Template) GetAllControlTowerEnabledControlResources ¶
func (t *Template) GetAllControlTowerEnabledControlResources() map[string]*controltower.EnabledControl[any]
GetAllControlTowerEnabledControlResources retrieves all controltower.EnabledControl items from an AWS CloudFormation template
func (*Template) GetAllCustomerProfilesCalculatedAttributeDefinitionResources ¶
func (t *Template) GetAllCustomerProfilesCalculatedAttributeDefinitionResources() map[string]*customerprofiles.CalculatedAttributeDefinition[any]
GetAllCustomerProfilesCalculatedAttributeDefinitionResources retrieves all customerprofiles.CalculatedAttributeDefinition items from an AWS CloudFormation template
func (*Template) GetAllCustomerProfilesDomainResources ¶
func (t *Template) GetAllCustomerProfilesDomainResources() map[string]*customerprofiles.Domain[any]
GetAllCustomerProfilesDomainResources retrieves all customerprofiles.Domain items from an AWS CloudFormation template
func (*Template) GetAllCustomerProfilesEventStreamResources ¶
func (t *Template) GetAllCustomerProfilesEventStreamResources() map[string]*customerprofiles.EventStream[any]
GetAllCustomerProfilesEventStreamResources retrieves all customerprofiles.EventStream items from an AWS CloudFormation template
func (*Template) GetAllCustomerProfilesIntegrationResources ¶
func (t *Template) GetAllCustomerProfilesIntegrationResources() map[string]*customerprofiles.Integration[any]
GetAllCustomerProfilesIntegrationResources retrieves all customerprofiles.Integration items from an AWS CloudFormation template
func (*Template) GetAllCustomerProfilesObjectTypeResources ¶
func (t *Template) GetAllCustomerProfilesObjectTypeResources() map[string]*customerprofiles.ObjectType[any]
GetAllCustomerProfilesObjectTypeResources retrieves all customerprofiles.ObjectType items from an AWS CloudFormation template
func (*Template) GetAllDAXClusterResources ¶
GetAllDAXClusterResources retrieves all dax.Cluster items from an AWS CloudFormation template
func (*Template) GetAllDAXParameterGroupResources ¶
func (t *Template) GetAllDAXParameterGroupResources() map[string]*dax.ParameterGroup[any]
GetAllDAXParameterGroupResources retrieves all dax.ParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllDAXSubnetGroupResources ¶
func (t *Template) GetAllDAXSubnetGroupResources() map[string]*dax.SubnetGroup[any]
GetAllDAXSubnetGroupResources retrieves all dax.SubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllDLMLifecyclePolicyResources ¶
func (t *Template) GetAllDLMLifecyclePolicyResources() map[string]*dlm.LifecyclePolicy[any]
GetAllDLMLifecyclePolicyResources retrieves all dlm.LifecyclePolicy items from an AWS CloudFormation template
func (*Template) GetAllDMSCertificateResources ¶
func (t *Template) GetAllDMSCertificateResources() map[string]*dms.Certificate[any]
GetAllDMSCertificateResources retrieves all dms.Certificate items from an AWS CloudFormation template
func (*Template) GetAllDMSEndpointResources ¶
GetAllDMSEndpointResources retrieves all dms.Endpoint items from an AWS CloudFormation template
func (*Template) GetAllDMSEventSubscriptionResources ¶
func (t *Template) GetAllDMSEventSubscriptionResources() map[string]*dms.EventSubscription[any]
GetAllDMSEventSubscriptionResources retrieves all dms.EventSubscription items from an AWS CloudFormation template
func (*Template) GetAllDMSReplicationConfigResources ¶
func (t *Template) GetAllDMSReplicationConfigResources() map[string]*dms.ReplicationConfig[any]
GetAllDMSReplicationConfigResources retrieves all dms.ReplicationConfig items from an AWS CloudFormation template
func (*Template) GetAllDMSReplicationInstanceResources ¶
func (t *Template) GetAllDMSReplicationInstanceResources() map[string]*dms.ReplicationInstance[any]
GetAllDMSReplicationInstanceResources retrieves all dms.ReplicationInstance items from an AWS CloudFormation template
func (*Template) GetAllDMSReplicationSubnetGroupResources ¶
func (t *Template) GetAllDMSReplicationSubnetGroupResources() map[string]*dms.ReplicationSubnetGroup[any]
GetAllDMSReplicationSubnetGroupResources retrieves all dms.ReplicationSubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllDMSReplicationTaskResources ¶
func (t *Template) GetAllDMSReplicationTaskResources() map[string]*dms.ReplicationTask[any]
GetAllDMSReplicationTaskResources retrieves all dms.ReplicationTask items from an AWS CloudFormation template
func (*Template) GetAllDataBrewDatasetResources ¶
GetAllDataBrewDatasetResources retrieves all databrew.Dataset items from an AWS CloudFormation template
func (*Template) GetAllDataBrewJobResources ¶
GetAllDataBrewJobResources retrieves all databrew.Job items from an AWS CloudFormation template
func (*Template) GetAllDataBrewProjectResources ¶
GetAllDataBrewProjectResources retrieves all databrew.Project items from an AWS CloudFormation template
func (*Template) GetAllDataBrewRecipeResources ¶
GetAllDataBrewRecipeResources retrieves all databrew.Recipe items from an AWS CloudFormation template
func (*Template) GetAllDataBrewRulesetResources ¶
GetAllDataBrewRulesetResources retrieves all databrew.Ruleset items from an AWS CloudFormation template
func (*Template) GetAllDataBrewScheduleResources ¶
GetAllDataBrewScheduleResources retrieves all databrew.Schedule items from an AWS CloudFormation template
func (*Template) GetAllDataPipelinePipelineResources ¶
func (t *Template) GetAllDataPipelinePipelineResources() map[string]*datapipeline.Pipeline[any]
GetAllDataPipelinePipelineResources retrieves all datapipeline.Pipeline items from an AWS CloudFormation template
func (*Template) GetAllDataSyncAgentResources ¶
GetAllDataSyncAgentResources retrieves all datasync.Agent items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationAzureBlobResources ¶
func (t *Template) GetAllDataSyncLocationAzureBlobResources() map[string]*datasync.LocationAzureBlob[any]
GetAllDataSyncLocationAzureBlobResources retrieves all datasync.LocationAzureBlob items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationEFSResources ¶
func (t *Template) GetAllDataSyncLocationEFSResources() map[string]*datasync.LocationEFS[any]
GetAllDataSyncLocationEFSResources retrieves all datasync.LocationEFS items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationFSxLustreResources ¶
func (t *Template) GetAllDataSyncLocationFSxLustreResources() map[string]*datasync.LocationFSxLustre[any]
GetAllDataSyncLocationFSxLustreResources retrieves all datasync.LocationFSxLustre items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationFSxONTAPResources ¶
func (t *Template) GetAllDataSyncLocationFSxONTAPResources() map[string]*datasync.LocationFSxONTAP[any]
GetAllDataSyncLocationFSxONTAPResources retrieves all datasync.LocationFSxONTAP items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationFSxOpenZFSResources ¶
func (t *Template) GetAllDataSyncLocationFSxOpenZFSResources() map[string]*datasync.LocationFSxOpenZFS[any]
GetAllDataSyncLocationFSxOpenZFSResources retrieves all datasync.LocationFSxOpenZFS items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationFSxWindowsResources ¶
func (t *Template) GetAllDataSyncLocationFSxWindowsResources() map[string]*datasync.LocationFSxWindows[any]
GetAllDataSyncLocationFSxWindowsResources retrieves all datasync.LocationFSxWindows items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationHDFSResources ¶
func (t *Template) GetAllDataSyncLocationHDFSResources() map[string]*datasync.LocationHDFS[any]
GetAllDataSyncLocationHDFSResources retrieves all datasync.LocationHDFS items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationNFSResources ¶
func (t *Template) GetAllDataSyncLocationNFSResources() map[string]*datasync.LocationNFS[any]
GetAllDataSyncLocationNFSResources retrieves all datasync.LocationNFS items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationObjectStorageResources ¶
func (t *Template) GetAllDataSyncLocationObjectStorageResources() map[string]*datasync.LocationObjectStorage[any]
GetAllDataSyncLocationObjectStorageResources retrieves all datasync.LocationObjectStorage items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationS3Resources ¶
func (t *Template) GetAllDataSyncLocationS3Resources() map[string]*datasync.LocationS3[any]
GetAllDataSyncLocationS3Resources retrieves all datasync.LocationS3 items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationSMBResources ¶
func (t *Template) GetAllDataSyncLocationSMBResources() map[string]*datasync.LocationSMB[any]
GetAllDataSyncLocationSMBResources retrieves all datasync.LocationSMB items from an AWS CloudFormation template
func (*Template) GetAllDataSyncStorageSystemResources ¶
func (t *Template) GetAllDataSyncStorageSystemResources() map[string]*datasync.StorageSystem[any]
GetAllDataSyncStorageSystemResources retrieves all datasync.StorageSystem items from an AWS CloudFormation template
func (*Template) GetAllDataSyncTaskResources ¶
GetAllDataSyncTaskResources retrieves all datasync.Task items from an AWS CloudFormation template
func (*Template) GetAllDetectiveGraphResources ¶
GetAllDetectiveGraphResources retrieves all detective.Graph items from an AWS CloudFormation template
func (*Template) GetAllDetectiveMemberInvitationResources ¶
func (t *Template) GetAllDetectiveMemberInvitationResources() map[string]*detective.MemberInvitation[any]
GetAllDetectiveMemberInvitationResources retrieves all detective.MemberInvitation items from an AWS CloudFormation template
func (*Template) GetAllDetectiveOrganizationAdminResources ¶
func (t *Template) GetAllDetectiveOrganizationAdminResources() map[string]*detective.OrganizationAdmin[any]
GetAllDetectiveOrganizationAdminResources retrieves all detective.OrganizationAdmin items from an AWS CloudFormation template
func (*Template) GetAllDevOpsGuruLogAnomalyDetectionIntegrationResources ¶
func (t *Template) GetAllDevOpsGuruLogAnomalyDetectionIntegrationResources() map[string]*devopsguru.LogAnomalyDetectionIntegration[any]
GetAllDevOpsGuruLogAnomalyDetectionIntegrationResources retrieves all devopsguru.LogAnomalyDetectionIntegration items from an AWS CloudFormation template
func (*Template) GetAllDevOpsGuruNotificationChannelResources ¶
func (t *Template) GetAllDevOpsGuruNotificationChannelResources() map[string]*devopsguru.NotificationChannel[any]
GetAllDevOpsGuruNotificationChannelResources retrieves all devopsguru.NotificationChannel items from an AWS CloudFormation template
func (*Template) GetAllDevOpsGuruResourceCollectionResources ¶
func (t *Template) GetAllDevOpsGuruResourceCollectionResources() map[string]*devopsguru.ResourceCollection[any]
GetAllDevOpsGuruResourceCollectionResources retrieves all devopsguru.ResourceCollection items from an AWS CloudFormation template
func (*Template) GetAllDirectoryServiceMicrosoftADResources ¶
func (t *Template) GetAllDirectoryServiceMicrosoftADResources() map[string]*directoryservice.MicrosoftAD[any]
GetAllDirectoryServiceMicrosoftADResources retrieves all directoryservice.MicrosoftAD items from an AWS CloudFormation template
func (*Template) GetAllDirectoryServiceSimpleADResources ¶
func (t *Template) GetAllDirectoryServiceSimpleADResources() map[string]*directoryservice.SimpleAD[any]
GetAllDirectoryServiceSimpleADResources retrieves all directoryservice.SimpleAD items from an AWS CloudFormation template
func (*Template) GetAllDocDBDBClusterParameterGroupResources ¶
func (t *Template) GetAllDocDBDBClusterParameterGroupResources() map[string]*docdb.DBClusterParameterGroup[any]
GetAllDocDBDBClusterParameterGroupResources retrieves all docdb.DBClusterParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllDocDBDBClusterResources ¶
GetAllDocDBDBClusterResources retrieves all docdb.DBCluster items from an AWS CloudFormation template
func (*Template) GetAllDocDBDBInstanceResources ¶
func (t *Template) GetAllDocDBDBInstanceResources() map[string]*docdb.DBInstance[any]
GetAllDocDBDBInstanceResources retrieves all docdb.DBInstance items from an AWS CloudFormation template
func (*Template) GetAllDocDBDBSubnetGroupResources ¶
func (t *Template) GetAllDocDBDBSubnetGroupResources() map[string]*docdb.DBSubnetGroup[any]
GetAllDocDBDBSubnetGroupResources retrieves all docdb.DBSubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllDocDBElasticClusterResources ¶
func (t *Template) GetAllDocDBElasticClusterResources() map[string]*docdbelastic.Cluster[any]
GetAllDocDBElasticClusterResources retrieves all docdbelastic.Cluster items from an AWS CloudFormation template
func (*Template) GetAllDynamoDBGlobalTableResources ¶
func (t *Template) GetAllDynamoDBGlobalTableResources() map[string]*dynamodb.GlobalTable[any]
GetAllDynamoDBGlobalTableResources retrieves all dynamodb.GlobalTable items from an AWS CloudFormation template
func (*Template) GetAllDynamoDBTableResources ¶
GetAllDynamoDBTableResources retrieves all dynamodb.Table items from an AWS CloudFormation template
func (*Template) GetAllEC2CapacityReservationFleetResources ¶
func (t *Template) GetAllEC2CapacityReservationFleetResources() map[string]*ec2.CapacityReservationFleet[any]
GetAllEC2CapacityReservationFleetResources retrieves all ec2.CapacityReservationFleet items from an AWS CloudFormation template
func (*Template) GetAllEC2CapacityReservationResources ¶
func (t *Template) GetAllEC2CapacityReservationResources() map[string]*ec2.CapacityReservation[any]
GetAllEC2CapacityReservationResources retrieves all ec2.CapacityReservation items from an AWS CloudFormation template
func (*Template) GetAllEC2CarrierGatewayResources ¶
func (t *Template) GetAllEC2CarrierGatewayResources() map[string]*ec2.CarrierGateway[any]
GetAllEC2CarrierGatewayResources retrieves all ec2.CarrierGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2ClientVpnAuthorizationRuleResources ¶
func (t *Template) GetAllEC2ClientVpnAuthorizationRuleResources() map[string]*ec2.ClientVpnAuthorizationRule[any]
GetAllEC2ClientVpnAuthorizationRuleResources retrieves all ec2.ClientVpnAuthorizationRule items from an AWS CloudFormation template
func (*Template) GetAllEC2ClientVpnEndpointResources ¶
func (t *Template) GetAllEC2ClientVpnEndpointResources() map[string]*ec2.ClientVpnEndpoint[any]
GetAllEC2ClientVpnEndpointResources retrieves all ec2.ClientVpnEndpoint items from an AWS CloudFormation template
func (*Template) GetAllEC2ClientVpnRouteResources ¶
func (t *Template) GetAllEC2ClientVpnRouteResources() map[string]*ec2.ClientVpnRoute[any]
GetAllEC2ClientVpnRouteResources retrieves all ec2.ClientVpnRoute items from an AWS CloudFormation template
func (*Template) GetAllEC2ClientVpnTargetNetworkAssociationResources ¶
func (t *Template) GetAllEC2ClientVpnTargetNetworkAssociationResources() map[string]*ec2.ClientVpnTargetNetworkAssociation[any]
GetAllEC2ClientVpnTargetNetworkAssociationResources retrieves all ec2.ClientVpnTargetNetworkAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2CustomerGatewayResources ¶
func (t *Template) GetAllEC2CustomerGatewayResources() map[string]*ec2.CustomerGateway[any]
GetAllEC2CustomerGatewayResources retrieves all ec2.CustomerGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2DHCPOptionsResources ¶
func (t *Template) GetAllEC2DHCPOptionsResources() map[string]*ec2.DHCPOptions[any]
GetAllEC2DHCPOptionsResources retrieves all ec2.DHCPOptions items from an AWS CloudFormation template
func (*Template) GetAllEC2EC2FleetResources ¶
GetAllEC2EC2FleetResources retrieves all ec2.EC2Fleet items from an AWS CloudFormation template
func (*Template) GetAllEC2EIPAssociationResources ¶
func (t *Template) GetAllEC2EIPAssociationResources() map[string]*ec2.EIPAssociation[any]
GetAllEC2EIPAssociationResources retrieves all ec2.EIPAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2EIPResources ¶
GetAllEC2EIPResources retrieves all ec2.EIP items from an AWS CloudFormation template
func (*Template) GetAllEC2EgressOnlyInternetGatewayResources ¶
func (t *Template) GetAllEC2EgressOnlyInternetGatewayResources() map[string]*ec2.EgressOnlyInternetGateway[any]
GetAllEC2EgressOnlyInternetGatewayResources retrieves all ec2.EgressOnlyInternetGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2EnclaveCertificateIamRoleAssociationResources ¶
func (t *Template) GetAllEC2EnclaveCertificateIamRoleAssociationResources() map[string]*ec2.EnclaveCertificateIamRoleAssociation[any]
GetAllEC2EnclaveCertificateIamRoleAssociationResources retrieves all ec2.EnclaveCertificateIamRoleAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2FlowLogResources ¶
GetAllEC2FlowLogResources retrieves all ec2.FlowLog items from an AWS CloudFormation template
func (*Template) GetAllEC2GatewayRouteTableAssociationResources ¶
func (t *Template) GetAllEC2GatewayRouteTableAssociationResources() map[string]*ec2.GatewayRouteTableAssociation[any]
GetAllEC2GatewayRouteTableAssociationResources retrieves all ec2.GatewayRouteTableAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2HostResources ¶
GetAllEC2HostResources retrieves all ec2.Host items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMAllocationResources ¶
func (t *Template) GetAllEC2IPAMAllocationResources() map[string]*ec2.IPAMAllocation[any]
GetAllEC2IPAMAllocationResources retrieves all ec2.IPAMAllocation items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMPoolCidrResources ¶
func (t *Template) GetAllEC2IPAMPoolCidrResources() map[string]*ec2.IPAMPoolCidr[any]
GetAllEC2IPAMPoolCidrResources retrieves all ec2.IPAMPoolCidr items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMPoolResources ¶
GetAllEC2IPAMPoolResources retrieves all ec2.IPAMPool items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMResourceDiscoveryAssociationResources ¶
func (t *Template) GetAllEC2IPAMResourceDiscoveryAssociationResources() map[string]*ec2.IPAMResourceDiscoveryAssociation[any]
GetAllEC2IPAMResourceDiscoveryAssociationResources retrieves all ec2.IPAMResourceDiscoveryAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMResourceDiscoveryResources ¶
func (t *Template) GetAllEC2IPAMResourceDiscoveryResources() map[string]*ec2.IPAMResourceDiscovery[any]
GetAllEC2IPAMResourceDiscoveryResources retrieves all ec2.IPAMResourceDiscovery items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMResources ¶
GetAllEC2IPAMResources retrieves all ec2.IPAM items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMScopeResources ¶
GetAllEC2IPAMScopeResources retrieves all ec2.IPAMScope items from an AWS CloudFormation template
func (*Template) GetAllEC2InstanceConnectEndpointResources ¶
func (t *Template) GetAllEC2InstanceConnectEndpointResources() map[string]*ec2.InstanceConnectEndpoint[any]
GetAllEC2InstanceConnectEndpointResources retrieves all ec2.InstanceConnectEndpoint items from an AWS CloudFormation template
func (*Template) GetAllEC2InstanceResources ¶
GetAllEC2InstanceResources retrieves all ec2.Instance items from an AWS CloudFormation template
func (*Template) GetAllEC2InternetGatewayResources ¶
func (t *Template) GetAllEC2InternetGatewayResources() map[string]*ec2.InternetGateway[any]
GetAllEC2InternetGatewayResources retrieves all ec2.InternetGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2KeyPairResources ¶
GetAllEC2KeyPairResources retrieves all ec2.KeyPair items from an AWS CloudFormation template
func (*Template) GetAllEC2LaunchTemplateResources ¶
func (t *Template) GetAllEC2LaunchTemplateResources() map[string]*ec2.LaunchTemplate[any]
GetAllEC2LaunchTemplateResources retrieves all ec2.LaunchTemplate items from an AWS CloudFormation template
func (*Template) GetAllEC2LocalGatewayRouteResources ¶
func (t *Template) GetAllEC2LocalGatewayRouteResources() map[string]*ec2.LocalGatewayRoute[any]
GetAllEC2LocalGatewayRouteResources retrieves all ec2.LocalGatewayRoute items from an AWS CloudFormation template
func (*Template) GetAllEC2LocalGatewayRouteTableResources ¶
func (t *Template) GetAllEC2LocalGatewayRouteTableResources() map[string]*ec2.LocalGatewayRouteTable[any]
GetAllEC2LocalGatewayRouteTableResources retrieves all ec2.LocalGatewayRouteTable items from an AWS CloudFormation template
func (*Template) GetAllEC2LocalGatewayRouteTableVPCAssociationResources ¶
func (t *Template) GetAllEC2LocalGatewayRouteTableVPCAssociationResources() map[string]*ec2.LocalGatewayRouteTableVPCAssociation[any]
GetAllEC2LocalGatewayRouteTableVPCAssociationResources retrieves all ec2.LocalGatewayRouteTableVPCAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationResources ¶
func (t *Template) GetAllEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationResources() map[string]*ec2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation[any]
GetAllEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationResources retrieves all ec2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2NatGatewayResources ¶
func (t *Template) GetAllEC2NatGatewayResources() map[string]*ec2.NatGateway[any]
GetAllEC2NatGatewayResources retrieves all ec2.NatGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkAclEntryResources ¶
func (t *Template) GetAllEC2NetworkAclEntryResources() map[string]*ec2.NetworkAclEntry[any]
GetAllEC2NetworkAclEntryResources retrieves all ec2.NetworkAclEntry items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkAclResources ¶
func (t *Template) GetAllEC2NetworkAclResources() map[string]*ec2.NetworkAcl[any]
GetAllEC2NetworkAclResources retrieves all ec2.NetworkAcl items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInsightsAccessScopeAnalysisResources ¶
func (t *Template) GetAllEC2NetworkInsightsAccessScopeAnalysisResources() map[string]*ec2.NetworkInsightsAccessScopeAnalysis[any]
GetAllEC2NetworkInsightsAccessScopeAnalysisResources retrieves all ec2.NetworkInsightsAccessScopeAnalysis items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInsightsAccessScopeResources ¶
func (t *Template) GetAllEC2NetworkInsightsAccessScopeResources() map[string]*ec2.NetworkInsightsAccessScope[any]
GetAllEC2NetworkInsightsAccessScopeResources retrieves all ec2.NetworkInsightsAccessScope items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInsightsAnalysisResources ¶
func (t *Template) GetAllEC2NetworkInsightsAnalysisResources() map[string]*ec2.NetworkInsightsAnalysis[any]
GetAllEC2NetworkInsightsAnalysisResources retrieves all ec2.NetworkInsightsAnalysis items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInsightsPathResources ¶
func (t *Template) GetAllEC2NetworkInsightsPathResources() map[string]*ec2.NetworkInsightsPath[any]
GetAllEC2NetworkInsightsPathResources retrieves all ec2.NetworkInsightsPath items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInterfaceAttachmentResources ¶
func (t *Template) GetAllEC2NetworkInterfaceAttachmentResources() map[string]*ec2.NetworkInterfaceAttachment[any]
GetAllEC2NetworkInterfaceAttachmentResources retrieves all ec2.NetworkInterfaceAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInterfacePermissionResources ¶
func (t *Template) GetAllEC2NetworkInterfacePermissionResources() map[string]*ec2.NetworkInterfacePermission[any]
GetAllEC2NetworkInterfacePermissionResources retrieves all ec2.NetworkInterfacePermission items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInterfaceResources ¶
func (t *Template) GetAllEC2NetworkInterfaceResources() map[string]*ec2.NetworkInterface[any]
GetAllEC2NetworkInterfaceResources retrieves all ec2.NetworkInterface items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkPerformanceMetricSubscriptionResources ¶
func (t *Template) GetAllEC2NetworkPerformanceMetricSubscriptionResources() map[string]*ec2.NetworkPerformanceMetricSubscription[any]
GetAllEC2NetworkPerformanceMetricSubscriptionResources retrieves all ec2.NetworkPerformanceMetricSubscription items from an AWS CloudFormation template
func (*Template) GetAllEC2PlacementGroupResources ¶
func (t *Template) GetAllEC2PlacementGroupResources() map[string]*ec2.PlacementGroup[any]
GetAllEC2PlacementGroupResources retrieves all ec2.PlacementGroup items from an AWS CloudFormation template
func (*Template) GetAllEC2PrefixListResources ¶
func (t *Template) GetAllEC2PrefixListResources() map[string]*ec2.PrefixList[any]
GetAllEC2PrefixListResources retrieves all ec2.PrefixList items from an AWS CloudFormation template
func (*Template) GetAllEC2RouteResources ¶
GetAllEC2RouteResources retrieves all ec2.Route items from an AWS CloudFormation template
func (*Template) GetAllEC2RouteTableResources ¶
func (t *Template) GetAllEC2RouteTableResources() map[string]*ec2.RouteTable[any]
GetAllEC2RouteTableResources retrieves all ec2.RouteTable items from an AWS CloudFormation template
func (*Template) GetAllEC2SecurityGroupEgressResources ¶
func (t *Template) GetAllEC2SecurityGroupEgressResources() map[string]*ec2.SecurityGroupEgress[any]
GetAllEC2SecurityGroupEgressResources retrieves all ec2.SecurityGroupEgress items from an AWS CloudFormation template
func (*Template) GetAllEC2SecurityGroupIngressResources ¶
func (t *Template) GetAllEC2SecurityGroupIngressResources() map[string]*ec2.SecurityGroupIngress[any]
GetAllEC2SecurityGroupIngressResources retrieves all ec2.SecurityGroupIngress items from an AWS CloudFormation template
func (*Template) GetAllEC2SecurityGroupResources ¶
func (t *Template) GetAllEC2SecurityGroupResources() map[string]*ec2.SecurityGroup[any]
GetAllEC2SecurityGroupResources retrieves all ec2.SecurityGroup items from an AWS CloudFormation template
func (*Template) GetAllEC2SpotFleetResources ¶
GetAllEC2SpotFleetResources retrieves all ec2.SpotFleet items from an AWS CloudFormation template
func (*Template) GetAllEC2SubnetCidrBlockResources ¶
func (t *Template) GetAllEC2SubnetCidrBlockResources() map[string]*ec2.SubnetCidrBlock[any]
GetAllEC2SubnetCidrBlockResources retrieves all ec2.SubnetCidrBlock items from an AWS CloudFormation template
func (*Template) GetAllEC2SubnetNetworkAclAssociationResources ¶
func (t *Template) GetAllEC2SubnetNetworkAclAssociationResources() map[string]*ec2.SubnetNetworkAclAssociation[any]
GetAllEC2SubnetNetworkAclAssociationResources retrieves all ec2.SubnetNetworkAclAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2SubnetResources ¶
GetAllEC2SubnetResources retrieves all ec2.Subnet items from an AWS CloudFormation template
func (*Template) GetAllEC2SubnetRouteTableAssociationResources ¶
func (t *Template) GetAllEC2SubnetRouteTableAssociationResources() map[string]*ec2.SubnetRouteTableAssociation[any]
GetAllEC2SubnetRouteTableAssociationResources retrieves all ec2.SubnetRouteTableAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2TrafficMirrorFilterResources ¶
func (t *Template) GetAllEC2TrafficMirrorFilterResources() map[string]*ec2.TrafficMirrorFilter[any]
GetAllEC2TrafficMirrorFilterResources retrieves all ec2.TrafficMirrorFilter items from an AWS CloudFormation template
func (*Template) GetAllEC2TrafficMirrorFilterRuleResources ¶
func (t *Template) GetAllEC2TrafficMirrorFilterRuleResources() map[string]*ec2.TrafficMirrorFilterRule[any]
GetAllEC2TrafficMirrorFilterRuleResources retrieves all ec2.TrafficMirrorFilterRule items from an AWS CloudFormation template
func (*Template) GetAllEC2TrafficMirrorSessionResources ¶
func (t *Template) GetAllEC2TrafficMirrorSessionResources() map[string]*ec2.TrafficMirrorSession[any]
GetAllEC2TrafficMirrorSessionResources retrieves all ec2.TrafficMirrorSession items from an AWS CloudFormation template
func (*Template) GetAllEC2TrafficMirrorTargetResources ¶
func (t *Template) GetAllEC2TrafficMirrorTargetResources() map[string]*ec2.TrafficMirrorTarget[any]
GetAllEC2TrafficMirrorTargetResources retrieves all ec2.TrafficMirrorTarget items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayAttachmentResources ¶
func (t *Template) GetAllEC2TransitGatewayAttachmentResources() map[string]*ec2.TransitGatewayAttachment[any]
GetAllEC2TransitGatewayAttachmentResources retrieves all ec2.TransitGatewayAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayConnectResources ¶
func (t *Template) GetAllEC2TransitGatewayConnectResources() map[string]*ec2.TransitGatewayConnect[any]
GetAllEC2TransitGatewayConnectResources retrieves all ec2.TransitGatewayConnect items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayMulticastDomainAssociationResources ¶
func (t *Template) GetAllEC2TransitGatewayMulticastDomainAssociationResources() map[string]*ec2.TransitGatewayMulticastDomainAssociation[any]
GetAllEC2TransitGatewayMulticastDomainAssociationResources retrieves all ec2.TransitGatewayMulticastDomainAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayMulticastDomainResources ¶
func (t *Template) GetAllEC2TransitGatewayMulticastDomainResources() map[string]*ec2.TransitGatewayMulticastDomain[any]
GetAllEC2TransitGatewayMulticastDomainResources retrieves all ec2.TransitGatewayMulticastDomain items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayMulticastGroupMemberResources ¶
func (t *Template) GetAllEC2TransitGatewayMulticastGroupMemberResources() map[string]*ec2.TransitGatewayMulticastGroupMember[any]
GetAllEC2TransitGatewayMulticastGroupMemberResources retrieves all ec2.TransitGatewayMulticastGroupMember items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayMulticastGroupSourceResources ¶
func (t *Template) GetAllEC2TransitGatewayMulticastGroupSourceResources() map[string]*ec2.TransitGatewayMulticastGroupSource[any]
GetAllEC2TransitGatewayMulticastGroupSourceResources retrieves all ec2.TransitGatewayMulticastGroupSource items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayPeeringAttachmentResources ¶
func (t *Template) GetAllEC2TransitGatewayPeeringAttachmentResources() map[string]*ec2.TransitGatewayPeeringAttachment[any]
GetAllEC2TransitGatewayPeeringAttachmentResources retrieves all ec2.TransitGatewayPeeringAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayResources ¶
func (t *Template) GetAllEC2TransitGatewayResources() map[string]*ec2.TransitGateway[any]
GetAllEC2TransitGatewayResources retrieves all ec2.TransitGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayRouteResources ¶
func (t *Template) GetAllEC2TransitGatewayRouteResources() map[string]*ec2.TransitGatewayRoute[any]
GetAllEC2TransitGatewayRouteResources retrieves all ec2.TransitGatewayRoute items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayRouteTableAssociationResources ¶
func (t *Template) GetAllEC2TransitGatewayRouteTableAssociationResources() map[string]*ec2.TransitGatewayRouteTableAssociation[any]
GetAllEC2TransitGatewayRouteTableAssociationResources retrieves all ec2.TransitGatewayRouteTableAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayRouteTablePropagationResources ¶
func (t *Template) GetAllEC2TransitGatewayRouteTablePropagationResources() map[string]*ec2.TransitGatewayRouteTablePropagation[any]
GetAllEC2TransitGatewayRouteTablePropagationResources retrieves all ec2.TransitGatewayRouteTablePropagation items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayRouteTableResources ¶
func (t *Template) GetAllEC2TransitGatewayRouteTableResources() map[string]*ec2.TransitGatewayRouteTable[any]
GetAllEC2TransitGatewayRouteTableResources retrieves all ec2.TransitGatewayRouteTable items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayVpcAttachmentResources ¶
func (t *Template) GetAllEC2TransitGatewayVpcAttachmentResources() map[string]*ec2.TransitGatewayVpcAttachment[any]
GetAllEC2TransitGatewayVpcAttachmentResources retrieves all ec2.TransitGatewayVpcAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCCidrBlockResources ¶
func (t *Template) GetAllEC2VPCCidrBlockResources() map[string]*ec2.VPCCidrBlock[any]
GetAllEC2VPCCidrBlockResources retrieves all ec2.VPCCidrBlock items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCDHCPOptionsAssociationResources ¶
func (t *Template) GetAllEC2VPCDHCPOptionsAssociationResources() map[string]*ec2.VPCDHCPOptionsAssociation[any]
GetAllEC2VPCDHCPOptionsAssociationResources retrieves all ec2.VPCDHCPOptionsAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCEndpointConnectionNotificationResources ¶
func (t *Template) GetAllEC2VPCEndpointConnectionNotificationResources() map[string]*ec2.VPCEndpointConnectionNotification[any]
GetAllEC2VPCEndpointConnectionNotificationResources retrieves all ec2.VPCEndpointConnectionNotification items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCEndpointResources ¶
func (t *Template) GetAllEC2VPCEndpointResources() map[string]*ec2.VPCEndpoint[any]
GetAllEC2VPCEndpointResources retrieves all ec2.VPCEndpoint items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCEndpointServicePermissionsResources ¶
func (t *Template) GetAllEC2VPCEndpointServicePermissionsResources() map[string]*ec2.VPCEndpointServicePermissions[any]
GetAllEC2VPCEndpointServicePermissionsResources retrieves all ec2.VPCEndpointServicePermissions items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCEndpointServiceResources ¶
func (t *Template) GetAllEC2VPCEndpointServiceResources() map[string]*ec2.VPCEndpointService[any]
GetAllEC2VPCEndpointServiceResources retrieves all ec2.VPCEndpointService items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCGatewayAttachmentResources ¶
func (t *Template) GetAllEC2VPCGatewayAttachmentResources() map[string]*ec2.VPCGatewayAttachment[any]
GetAllEC2VPCGatewayAttachmentResources retrieves all ec2.VPCGatewayAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCPeeringConnectionResources ¶
func (t *Template) GetAllEC2VPCPeeringConnectionResources() map[string]*ec2.VPCPeeringConnection[any]
GetAllEC2VPCPeeringConnectionResources retrieves all ec2.VPCPeeringConnection items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCResources ¶
GetAllEC2VPCResources retrieves all ec2.VPC items from an AWS CloudFormation template
func (*Template) GetAllEC2VPNConnectionResources ¶
func (t *Template) GetAllEC2VPNConnectionResources() map[string]*ec2.VPNConnection[any]
GetAllEC2VPNConnectionResources retrieves all ec2.VPNConnection items from an AWS CloudFormation template
func (*Template) GetAllEC2VPNConnectionRouteResources ¶
func (t *Template) GetAllEC2VPNConnectionRouteResources() map[string]*ec2.VPNConnectionRoute[any]
GetAllEC2VPNConnectionRouteResources retrieves all ec2.VPNConnectionRoute items from an AWS CloudFormation template
func (*Template) GetAllEC2VPNGatewayResources ¶
func (t *Template) GetAllEC2VPNGatewayResources() map[string]*ec2.VPNGateway[any]
GetAllEC2VPNGatewayResources retrieves all ec2.VPNGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2VPNGatewayRoutePropagationResources ¶
func (t *Template) GetAllEC2VPNGatewayRoutePropagationResources() map[string]*ec2.VPNGatewayRoutePropagation[any]
GetAllEC2VPNGatewayRoutePropagationResources retrieves all ec2.VPNGatewayRoutePropagation items from an AWS CloudFormation template
func (*Template) GetAllEC2VerifiedAccessEndpointResources ¶
func (t *Template) GetAllEC2VerifiedAccessEndpointResources() map[string]*ec2.VerifiedAccessEndpoint[any]
GetAllEC2VerifiedAccessEndpointResources retrieves all ec2.VerifiedAccessEndpoint items from an AWS CloudFormation template
func (*Template) GetAllEC2VerifiedAccessGroupResources ¶
func (t *Template) GetAllEC2VerifiedAccessGroupResources() map[string]*ec2.VerifiedAccessGroup[any]
GetAllEC2VerifiedAccessGroupResources retrieves all ec2.VerifiedAccessGroup items from an AWS CloudFormation template
func (*Template) GetAllEC2VerifiedAccessInstanceResources ¶
func (t *Template) GetAllEC2VerifiedAccessInstanceResources() map[string]*ec2.VerifiedAccessInstance[any]
GetAllEC2VerifiedAccessInstanceResources retrieves all ec2.VerifiedAccessInstance items from an AWS CloudFormation template
func (*Template) GetAllEC2VerifiedAccessTrustProviderResources ¶
func (t *Template) GetAllEC2VerifiedAccessTrustProviderResources() map[string]*ec2.VerifiedAccessTrustProvider[any]
GetAllEC2VerifiedAccessTrustProviderResources retrieves all ec2.VerifiedAccessTrustProvider items from an AWS CloudFormation template
func (*Template) GetAllEC2VolumeAttachmentResources ¶
func (t *Template) GetAllEC2VolumeAttachmentResources() map[string]*ec2.VolumeAttachment[any]
GetAllEC2VolumeAttachmentResources retrieves all ec2.VolumeAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2VolumeResources ¶
GetAllEC2VolumeResources retrieves all ec2.Volume items from an AWS CloudFormation template
func (*Template) GetAllECRPublicRepositoryResources ¶
func (t *Template) GetAllECRPublicRepositoryResources() map[string]*ecr.PublicRepository[any]
GetAllECRPublicRepositoryResources retrieves all ecr.PublicRepository items from an AWS CloudFormation template
func (*Template) GetAllECRPullThroughCacheRuleResources ¶
func (t *Template) GetAllECRPullThroughCacheRuleResources() map[string]*ecr.PullThroughCacheRule[any]
GetAllECRPullThroughCacheRuleResources retrieves all ecr.PullThroughCacheRule items from an AWS CloudFormation template
func (*Template) GetAllECRRegistryPolicyResources ¶
func (t *Template) GetAllECRRegistryPolicyResources() map[string]*ecr.RegistryPolicy[any]
GetAllECRRegistryPolicyResources retrieves all ecr.RegistryPolicy items from an AWS CloudFormation template
func (*Template) GetAllECRReplicationConfigurationResources ¶
func (t *Template) GetAllECRReplicationConfigurationResources() map[string]*ecr.ReplicationConfiguration[any]
GetAllECRReplicationConfigurationResources retrieves all ecr.ReplicationConfiguration items from an AWS CloudFormation template
func (*Template) GetAllECRRepositoryResources ¶
func (t *Template) GetAllECRRepositoryResources() map[string]*ecr.Repository[any]
GetAllECRRepositoryResources retrieves all ecr.Repository items from an AWS CloudFormation template
func (*Template) GetAllECSCapacityProviderResources ¶
func (t *Template) GetAllECSCapacityProviderResources() map[string]*ecs.CapacityProvider[any]
GetAllECSCapacityProviderResources retrieves all ecs.CapacityProvider items from an AWS CloudFormation template
func (*Template) GetAllECSClusterCapacityProviderAssociationsResources ¶
func (t *Template) GetAllECSClusterCapacityProviderAssociationsResources() map[string]*ecs.ClusterCapacityProviderAssociations[any]
GetAllECSClusterCapacityProviderAssociationsResources retrieves all ecs.ClusterCapacityProviderAssociations items from an AWS CloudFormation template
func (*Template) GetAllECSClusterResources ¶
GetAllECSClusterResources retrieves all ecs.Cluster items from an AWS CloudFormation template
func (*Template) GetAllECSPrimaryTaskSetResources ¶
func (t *Template) GetAllECSPrimaryTaskSetResources() map[string]*ecs.PrimaryTaskSet[any]
GetAllECSPrimaryTaskSetResources retrieves all ecs.PrimaryTaskSet items from an AWS CloudFormation template
func (*Template) GetAllECSServiceResources ¶
GetAllECSServiceResources retrieves all ecs.Service items from an AWS CloudFormation template
func (*Template) GetAllECSTaskDefinitionResources ¶
func (t *Template) GetAllECSTaskDefinitionResources() map[string]*ecs.TaskDefinition[any]
GetAllECSTaskDefinitionResources retrieves all ecs.TaskDefinition items from an AWS CloudFormation template
func (*Template) GetAllECSTaskSetResources ¶
GetAllECSTaskSetResources retrieves all ecs.TaskSet items from an AWS CloudFormation template
func (*Template) GetAllEFSAccessPointResources ¶
func (t *Template) GetAllEFSAccessPointResources() map[string]*efs.AccessPoint[any]
GetAllEFSAccessPointResources retrieves all efs.AccessPoint items from an AWS CloudFormation template
func (*Template) GetAllEFSFileSystemResources ¶
func (t *Template) GetAllEFSFileSystemResources() map[string]*efs.FileSystem[any]
GetAllEFSFileSystemResources retrieves all efs.FileSystem items from an AWS CloudFormation template
func (*Template) GetAllEFSMountTargetResources ¶
func (t *Template) GetAllEFSMountTargetResources() map[string]*efs.MountTarget[any]
GetAllEFSMountTargetResources retrieves all efs.MountTarget items from an AWS CloudFormation template
func (*Template) GetAllEKSAddonResources ¶
GetAllEKSAddonResources retrieves all eks.Addon items from an AWS CloudFormation template
func (*Template) GetAllEKSClusterResources ¶
GetAllEKSClusterResources retrieves all eks.Cluster items from an AWS CloudFormation template
func (*Template) GetAllEKSFargateProfileResources ¶
func (t *Template) GetAllEKSFargateProfileResources() map[string]*eks.FargateProfile[any]
GetAllEKSFargateProfileResources retrieves all eks.FargateProfile items from an AWS CloudFormation template
func (*Template) GetAllEKSIdentityProviderConfigResources ¶
func (t *Template) GetAllEKSIdentityProviderConfigResources() map[string]*eks.IdentityProviderConfig[any]
GetAllEKSIdentityProviderConfigResources retrieves all eks.IdentityProviderConfig items from an AWS CloudFormation template
func (*Template) GetAllEKSNodegroupResources ¶
GetAllEKSNodegroupResources retrieves all eks.Nodegroup items from an AWS CloudFormation template
func (*Template) GetAllEMRClusterResources ¶
GetAllEMRClusterResources retrieves all emr.Cluster items from an AWS CloudFormation template
func (*Template) GetAllEMRContainersVirtualClusterResources ¶
func (t *Template) GetAllEMRContainersVirtualClusterResources() map[string]*emrcontainers.VirtualCluster[any]
GetAllEMRContainersVirtualClusterResources retrieves all emrcontainers.VirtualCluster items from an AWS CloudFormation template
func (*Template) GetAllEMRInstanceFleetConfigResources ¶
func (t *Template) GetAllEMRInstanceFleetConfigResources() map[string]*emr.InstanceFleetConfig[any]
GetAllEMRInstanceFleetConfigResources retrieves all emr.InstanceFleetConfig items from an AWS CloudFormation template
func (*Template) GetAllEMRInstanceGroupConfigResources ¶
func (t *Template) GetAllEMRInstanceGroupConfigResources() map[string]*emr.InstanceGroupConfig[any]
GetAllEMRInstanceGroupConfigResources retrieves all emr.InstanceGroupConfig items from an AWS CloudFormation template
func (*Template) GetAllEMRSecurityConfigurationResources ¶
func (t *Template) GetAllEMRSecurityConfigurationResources() map[string]*emr.SecurityConfiguration[any]
GetAllEMRSecurityConfigurationResources retrieves all emr.SecurityConfiguration items from an AWS CloudFormation template
func (*Template) GetAllEMRServerlessApplicationResources ¶
func (t *Template) GetAllEMRServerlessApplicationResources() map[string]*emrserverless.Application[any]
GetAllEMRServerlessApplicationResources retrieves all emrserverless.Application items from an AWS CloudFormation template
func (*Template) GetAllEMRStepResources ¶
GetAllEMRStepResources retrieves all emr.Step items from an AWS CloudFormation template
func (*Template) GetAllEMRStudioResources ¶
GetAllEMRStudioResources retrieves all emr.Studio items from an AWS CloudFormation template
func (*Template) GetAllEMRStudioSessionMappingResources ¶
func (t *Template) GetAllEMRStudioSessionMappingResources() map[string]*emr.StudioSessionMapping[any]
GetAllEMRStudioSessionMappingResources retrieves all emr.StudioSessionMapping items from an AWS CloudFormation template
func (*Template) GetAllEMRWALWorkspaceResources ¶
func (t *Template) GetAllEMRWALWorkspaceResources() map[string]*emr.WALWorkspace[any]
GetAllEMRWALWorkspaceResources retrieves all emr.WALWorkspace items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheCacheClusterResources ¶
func (t *Template) GetAllElastiCacheCacheClusterResources() map[string]*elasticache.CacheCluster[any]
GetAllElastiCacheCacheClusterResources retrieves all elasticache.CacheCluster items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheGlobalReplicationGroupResources ¶
func (t *Template) GetAllElastiCacheGlobalReplicationGroupResources() map[string]*elasticache.GlobalReplicationGroup[any]
GetAllElastiCacheGlobalReplicationGroupResources retrieves all elasticache.GlobalReplicationGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheParameterGroupResources ¶
func (t *Template) GetAllElastiCacheParameterGroupResources() map[string]*elasticache.ParameterGroup[any]
GetAllElastiCacheParameterGroupResources retrieves all elasticache.ParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheReplicationGroupResources ¶
func (t *Template) GetAllElastiCacheReplicationGroupResources() map[string]*elasticache.ReplicationGroup[any]
GetAllElastiCacheReplicationGroupResources retrieves all elasticache.ReplicationGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheSecurityGroupIngressResources ¶
func (t *Template) GetAllElastiCacheSecurityGroupIngressResources() map[string]*elasticache.SecurityGroupIngress[any]
GetAllElastiCacheSecurityGroupIngressResources retrieves all elasticache.SecurityGroupIngress items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheSecurityGroupResources ¶
func (t *Template) GetAllElastiCacheSecurityGroupResources() map[string]*elasticache.SecurityGroup[any]
GetAllElastiCacheSecurityGroupResources retrieves all elasticache.SecurityGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheSubnetGroupResources ¶
func (t *Template) GetAllElastiCacheSubnetGroupResources() map[string]*elasticache.SubnetGroup[any]
GetAllElastiCacheSubnetGroupResources retrieves all elasticache.SubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheUserGroupResources ¶
func (t *Template) GetAllElastiCacheUserGroupResources() map[string]*elasticache.UserGroup[any]
GetAllElastiCacheUserGroupResources retrieves all elasticache.UserGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheUserResources ¶
func (t *Template) GetAllElastiCacheUserResources() map[string]*elasticache.User[any]
GetAllElastiCacheUserResources retrieves all elasticache.User items from an AWS CloudFormation template
func (*Template) GetAllElasticBeanstalkApplicationResources ¶
func (t *Template) GetAllElasticBeanstalkApplicationResources() map[string]*elasticbeanstalk.Application[any]
GetAllElasticBeanstalkApplicationResources retrieves all elasticbeanstalk.Application items from an AWS CloudFormation template
func (*Template) GetAllElasticBeanstalkApplicationVersionResources ¶
func (t *Template) GetAllElasticBeanstalkApplicationVersionResources() map[string]*elasticbeanstalk.ApplicationVersion[any]
GetAllElasticBeanstalkApplicationVersionResources retrieves all elasticbeanstalk.ApplicationVersion items from an AWS CloudFormation template
func (*Template) GetAllElasticBeanstalkConfigurationTemplateResources ¶
func (t *Template) GetAllElasticBeanstalkConfigurationTemplateResources() map[string]*elasticbeanstalk.ConfigurationTemplate[any]
GetAllElasticBeanstalkConfigurationTemplateResources retrieves all elasticbeanstalk.ConfigurationTemplate items from an AWS CloudFormation template
func (*Template) GetAllElasticBeanstalkEnvironmentResources ¶
func (t *Template) GetAllElasticBeanstalkEnvironmentResources() map[string]*elasticbeanstalk.Environment[any]
GetAllElasticBeanstalkEnvironmentResources retrieves all elasticbeanstalk.Environment items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingLoadBalancerResources ¶
func (t *Template) GetAllElasticLoadBalancingLoadBalancerResources() map[string]*elasticloadbalancing.LoadBalancer[any]
GetAllElasticLoadBalancingLoadBalancerResources retrieves all elasticloadbalancing.LoadBalancer items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingV2ListenerCertificateResources ¶
func (t *Template) GetAllElasticLoadBalancingV2ListenerCertificateResources() map[string]*elasticloadbalancingv2.ListenerCertificate[any]
GetAllElasticLoadBalancingV2ListenerCertificateResources retrieves all elasticloadbalancingv2.ListenerCertificate items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingV2ListenerResources ¶
func (t *Template) GetAllElasticLoadBalancingV2ListenerResources() map[string]*elasticloadbalancingv2.Listener[any]
GetAllElasticLoadBalancingV2ListenerResources retrieves all elasticloadbalancingv2.Listener items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingV2ListenerRuleResources ¶
func (t *Template) GetAllElasticLoadBalancingV2ListenerRuleResources() map[string]*elasticloadbalancingv2.ListenerRule[any]
GetAllElasticLoadBalancingV2ListenerRuleResources retrieves all elasticloadbalancingv2.ListenerRule items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingV2LoadBalancerResources ¶
func (t *Template) GetAllElasticLoadBalancingV2LoadBalancerResources() map[string]*elasticloadbalancingv2.LoadBalancer[any]
GetAllElasticLoadBalancingV2LoadBalancerResources retrieves all elasticloadbalancingv2.LoadBalancer items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingV2TargetGroupResources ¶
func (t *Template) GetAllElasticLoadBalancingV2TargetGroupResources() map[string]*elasticloadbalancingv2.TargetGroup[any]
GetAllElasticLoadBalancingV2TargetGroupResources retrieves all elasticloadbalancingv2.TargetGroup items from an AWS CloudFormation template
func (*Template) GetAllElasticsearchDomainResources ¶
func (t *Template) GetAllElasticsearchDomainResources() map[string]*elasticsearch.Domain[any]
GetAllElasticsearchDomainResources retrieves all elasticsearch.Domain items from an AWS CloudFormation template
func (*Template) GetAllEntityResolutionIdMappingWorkflowResources ¶
func (t *Template) GetAllEntityResolutionIdMappingWorkflowResources() map[string]*entityresolution.IdMappingWorkflow[any]
GetAllEntityResolutionIdMappingWorkflowResources retrieves all entityresolution.IdMappingWorkflow items from an AWS CloudFormation template
func (*Template) GetAllEntityResolutionMatchingWorkflowResources ¶
func (t *Template) GetAllEntityResolutionMatchingWorkflowResources() map[string]*entityresolution.MatchingWorkflow[any]
GetAllEntityResolutionMatchingWorkflowResources retrieves all entityresolution.MatchingWorkflow items from an AWS CloudFormation template
func (*Template) GetAllEntityResolutionSchemaMappingResources ¶
func (t *Template) GetAllEntityResolutionSchemaMappingResources() map[string]*entityresolution.SchemaMapping[any]
GetAllEntityResolutionSchemaMappingResources retrieves all entityresolution.SchemaMapping items from an AWS CloudFormation template
func (*Template) GetAllEventSchemasDiscovererResources ¶
func (t *Template) GetAllEventSchemasDiscovererResources() map[string]*eventschemas.Discoverer[any]
GetAllEventSchemasDiscovererResources retrieves all eventschemas.Discoverer items from an AWS CloudFormation template
func (*Template) GetAllEventSchemasRegistryPolicyResources ¶
func (t *Template) GetAllEventSchemasRegistryPolicyResources() map[string]*eventschemas.RegistryPolicy[any]
GetAllEventSchemasRegistryPolicyResources retrieves all eventschemas.RegistryPolicy items from an AWS CloudFormation template
func (*Template) GetAllEventSchemasRegistryResources ¶
func (t *Template) GetAllEventSchemasRegistryResources() map[string]*eventschemas.Registry[any]
GetAllEventSchemasRegistryResources retrieves all eventschemas.Registry items from an AWS CloudFormation template
func (*Template) GetAllEventSchemasSchemaResources ¶
func (t *Template) GetAllEventSchemasSchemaResources() map[string]*eventschemas.Schema[any]
GetAllEventSchemasSchemaResources retrieves all eventschemas.Schema items from an AWS CloudFormation template
func (*Template) GetAllEventsApiDestinationResources ¶
func (t *Template) GetAllEventsApiDestinationResources() map[string]*events.ApiDestination[any]
GetAllEventsApiDestinationResources retrieves all events.ApiDestination items from an AWS CloudFormation template
func (*Template) GetAllEventsArchiveResources ¶
GetAllEventsArchiveResources retrieves all events.Archive items from an AWS CloudFormation template
func (*Template) GetAllEventsConnectionResources ¶
func (t *Template) GetAllEventsConnectionResources() map[string]*events.Connection[any]
GetAllEventsConnectionResources retrieves all events.Connection items from an AWS CloudFormation template
func (*Template) GetAllEventsEndpointResources ¶
GetAllEventsEndpointResources retrieves all events.Endpoint items from an AWS CloudFormation template
func (*Template) GetAllEventsEventBusPolicyResources ¶
func (t *Template) GetAllEventsEventBusPolicyResources() map[string]*events.EventBusPolicy[any]
GetAllEventsEventBusPolicyResources retrieves all events.EventBusPolicy items from an AWS CloudFormation template
func (*Template) GetAllEventsEventBusResources ¶
GetAllEventsEventBusResources retrieves all events.EventBus items from an AWS CloudFormation template
func (*Template) GetAllEventsRuleResources ¶
GetAllEventsRuleResources retrieves all events.Rule items from an AWS CloudFormation template
func (*Template) GetAllEvidentlyExperimentResources ¶
func (t *Template) GetAllEvidentlyExperimentResources() map[string]*evidently.Experiment[any]
GetAllEvidentlyExperimentResources retrieves all evidently.Experiment items from an AWS CloudFormation template
func (*Template) GetAllEvidentlyFeatureResources ¶
GetAllEvidentlyFeatureResources retrieves all evidently.Feature items from an AWS CloudFormation template
func (*Template) GetAllEvidentlyLaunchResources ¶
GetAllEvidentlyLaunchResources retrieves all evidently.Launch items from an AWS CloudFormation template
func (*Template) GetAllEvidentlyProjectResources ¶
GetAllEvidentlyProjectResources retrieves all evidently.Project items from an AWS CloudFormation template
func (*Template) GetAllEvidentlySegmentResources ¶
GetAllEvidentlySegmentResources retrieves all evidently.Segment items from an AWS CloudFormation template
func (*Template) GetAllFISExperimentTemplateResources ¶
func (t *Template) GetAllFISExperimentTemplateResources() map[string]*fis.ExperimentTemplate[any]
GetAllFISExperimentTemplateResources retrieves all fis.ExperimentTemplate items from an AWS CloudFormation template
func (*Template) GetAllFMSNotificationChannelResources ¶
func (t *Template) GetAllFMSNotificationChannelResources() map[string]*fms.NotificationChannel[any]
GetAllFMSNotificationChannelResources retrieves all fms.NotificationChannel items from an AWS CloudFormation template
func (*Template) GetAllFMSPolicyResources ¶
GetAllFMSPolicyResources retrieves all fms.Policy items from an AWS CloudFormation template
func (*Template) GetAllFMSResourceSetResources ¶
func (t *Template) GetAllFMSResourceSetResources() map[string]*fms.ResourceSet[any]
GetAllFMSResourceSetResources retrieves all fms.ResourceSet items from an AWS CloudFormation template
func (*Template) GetAllFSxDataRepositoryAssociationResources ¶
func (t *Template) GetAllFSxDataRepositoryAssociationResources() map[string]*fsx.DataRepositoryAssociation[any]
GetAllFSxDataRepositoryAssociationResources retrieves all fsx.DataRepositoryAssociation items from an AWS CloudFormation template
func (*Template) GetAllFSxFileSystemResources ¶
func (t *Template) GetAllFSxFileSystemResources() map[string]*fsx.FileSystem[any]
GetAllFSxFileSystemResources retrieves all fsx.FileSystem items from an AWS CloudFormation template
func (*Template) GetAllFSxSnapshotResources ¶
GetAllFSxSnapshotResources retrieves all fsx.Snapshot items from an AWS CloudFormation template
func (*Template) GetAllFSxStorageVirtualMachineResources ¶
func (t *Template) GetAllFSxStorageVirtualMachineResources() map[string]*fsx.StorageVirtualMachine[any]
GetAllFSxStorageVirtualMachineResources retrieves all fsx.StorageVirtualMachine items from an AWS CloudFormation template
func (*Template) GetAllFSxVolumeResources ¶
GetAllFSxVolumeResources retrieves all fsx.Volume items from an AWS CloudFormation template
func (*Template) GetAllFinSpaceEnvironmentResources ¶
func (t *Template) GetAllFinSpaceEnvironmentResources() map[string]*finspace.Environment[any]
GetAllFinSpaceEnvironmentResources retrieves all finspace.Environment items from an AWS CloudFormation template
func (*Template) GetAllForecastDatasetGroupResources ¶
func (t *Template) GetAllForecastDatasetGroupResources() map[string]*forecast.DatasetGroup[any]
GetAllForecastDatasetGroupResources retrieves all forecast.DatasetGroup items from an AWS CloudFormation template
func (*Template) GetAllForecastDatasetResources ¶
GetAllForecastDatasetResources retrieves all forecast.Dataset items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorDetectorResources ¶
func (t *Template) GetAllFraudDetectorDetectorResources() map[string]*frauddetector.Detector[any]
GetAllFraudDetectorDetectorResources retrieves all frauddetector.Detector items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorEntityTypeResources ¶
func (t *Template) GetAllFraudDetectorEntityTypeResources() map[string]*frauddetector.EntityType[any]
GetAllFraudDetectorEntityTypeResources retrieves all frauddetector.EntityType items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorEventTypeResources ¶
func (t *Template) GetAllFraudDetectorEventTypeResources() map[string]*frauddetector.EventType[any]
GetAllFraudDetectorEventTypeResources retrieves all frauddetector.EventType items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorLabelResources ¶
func (t *Template) GetAllFraudDetectorLabelResources() map[string]*frauddetector.Label[any]
GetAllFraudDetectorLabelResources retrieves all frauddetector.Label items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorListResources ¶
func (t *Template) GetAllFraudDetectorListResources() map[string]*frauddetector.List[any]
GetAllFraudDetectorListResources retrieves all frauddetector.List items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorOutcomeResources ¶
func (t *Template) GetAllFraudDetectorOutcomeResources() map[string]*frauddetector.Outcome[any]
GetAllFraudDetectorOutcomeResources retrieves all frauddetector.Outcome items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorVariableResources ¶
func (t *Template) GetAllFraudDetectorVariableResources() map[string]*frauddetector.Variable[any]
GetAllFraudDetectorVariableResources retrieves all frauddetector.Variable items from an AWS CloudFormation template
func (*Template) GetAllGameLiftAliasResources ¶
GetAllGameLiftAliasResources retrieves all gamelift.Alias items from an AWS CloudFormation template
func (*Template) GetAllGameLiftBuildResources ¶
GetAllGameLiftBuildResources retrieves all gamelift.Build items from an AWS CloudFormation template
func (*Template) GetAllGameLiftFleetResources ¶
GetAllGameLiftFleetResources retrieves all gamelift.Fleet items from an AWS CloudFormation template
func (*Template) GetAllGameLiftGameServerGroupResources ¶
func (t *Template) GetAllGameLiftGameServerGroupResources() map[string]*gamelift.GameServerGroup[any]
GetAllGameLiftGameServerGroupResources retrieves all gamelift.GameServerGroup items from an AWS CloudFormation template
func (*Template) GetAllGameLiftGameSessionQueueResources ¶
func (t *Template) GetAllGameLiftGameSessionQueueResources() map[string]*gamelift.GameSessionQueue[any]
GetAllGameLiftGameSessionQueueResources retrieves all gamelift.GameSessionQueue items from an AWS CloudFormation template
func (*Template) GetAllGameLiftLocationResources ¶
GetAllGameLiftLocationResources retrieves all gamelift.Location items from an AWS CloudFormation template
func (*Template) GetAllGameLiftMatchmakingConfigurationResources ¶
func (t *Template) GetAllGameLiftMatchmakingConfigurationResources() map[string]*gamelift.MatchmakingConfiguration[any]
GetAllGameLiftMatchmakingConfigurationResources retrieves all gamelift.MatchmakingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllGameLiftMatchmakingRuleSetResources ¶
func (t *Template) GetAllGameLiftMatchmakingRuleSetResources() map[string]*gamelift.MatchmakingRuleSet[any]
GetAllGameLiftMatchmakingRuleSetResources retrieves all gamelift.MatchmakingRuleSet items from an AWS CloudFormation template
func (*Template) GetAllGameLiftScriptResources ¶
GetAllGameLiftScriptResources retrieves all gamelift.Script items from an AWS CloudFormation template
func (*Template) GetAllGlobalAcceleratorAcceleratorResources ¶
func (t *Template) GetAllGlobalAcceleratorAcceleratorResources() map[string]*globalaccelerator.Accelerator[any]
GetAllGlobalAcceleratorAcceleratorResources retrieves all globalaccelerator.Accelerator items from an AWS CloudFormation template
func (*Template) GetAllGlobalAcceleratorEndpointGroupResources ¶
func (t *Template) GetAllGlobalAcceleratorEndpointGroupResources() map[string]*globalaccelerator.EndpointGroup[any]
GetAllGlobalAcceleratorEndpointGroupResources retrieves all globalaccelerator.EndpointGroup items from an AWS CloudFormation template
func (*Template) GetAllGlobalAcceleratorListenerResources ¶
func (t *Template) GetAllGlobalAcceleratorListenerResources() map[string]*globalaccelerator.Listener[any]
GetAllGlobalAcceleratorListenerResources retrieves all globalaccelerator.Listener items from an AWS CloudFormation template
func (*Template) GetAllGlueClassifierResources ¶
func (t *Template) GetAllGlueClassifierResources() map[string]*glue.Classifier[any]
GetAllGlueClassifierResources retrieves all glue.Classifier items from an AWS CloudFormation template
func (*Template) GetAllGlueConnectionResources ¶
func (t *Template) GetAllGlueConnectionResources() map[string]*glue.Connection[any]
GetAllGlueConnectionResources retrieves all glue.Connection items from an AWS CloudFormation template
func (*Template) GetAllGlueCrawlerResources ¶
GetAllGlueCrawlerResources retrieves all glue.Crawler items from an AWS CloudFormation template
func (*Template) GetAllGlueDataCatalogEncryptionSettingsResources ¶
func (t *Template) GetAllGlueDataCatalogEncryptionSettingsResources() map[string]*glue.DataCatalogEncryptionSettings[any]
GetAllGlueDataCatalogEncryptionSettingsResources retrieves all glue.DataCatalogEncryptionSettings items from an AWS CloudFormation template
func (*Template) GetAllGlueDataQualityRulesetResources ¶
func (t *Template) GetAllGlueDataQualityRulesetResources() map[string]*glue.DataQualityRuleset[any]
GetAllGlueDataQualityRulesetResources retrieves all glue.DataQualityRuleset items from an AWS CloudFormation template
func (*Template) GetAllGlueDatabaseResources ¶
GetAllGlueDatabaseResources retrieves all glue.Database items from an AWS CloudFormation template
func (*Template) GetAllGlueDevEndpointResources ¶
func (t *Template) GetAllGlueDevEndpointResources() map[string]*glue.DevEndpoint[any]
GetAllGlueDevEndpointResources retrieves all glue.DevEndpoint items from an AWS CloudFormation template
func (*Template) GetAllGlueJobResources ¶
GetAllGlueJobResources retrieves all glue.Job items from an AWS CloudFormation template
func (*Template) GetAllGlueMLTransformResources ¶
func (t *Template) GetAllGlueMLTransformResources() map[string]*glue.MLTransform[any]
GetAllGlueMLTransformResources retrieves all glue.MLTransform items from an AWS CloudFormation template
func (*Template) GetAllGluePartitionResources ¶
GetAllGluePartitionResources retrieves all glue.Partition items from an AWS CloudFormation template
func (*Template) GetAllGlueRegistryResources ¶
GetAllGlueRegistryResources retrieves all glue.Registry items from an AWS CloudFormation template
func (*Template) GetAllGlueSchemaResources ¶
GetAllGlueSchemaResources retrieves all glue.Schema items from an AWS CloudFormation template
func (*Template) GetAllGlueSchemaVersionMetadataResources ¶
func (t *Template) GetAllGlueSchemaVersionMetadataResources() map[string]*glue.SchemaVersionMetadata[any]
GetAllGlueSchemaVersionMetadataResources retrieves all glue.SchemaVersionMetadata items from an AWS CloudFormation template
func (*Template) GetAllGlueSchemaVersionResources ¶
func (t *Template) GetAllGlueSchemaVersionResources() map[string]*glue.SchemaVersion[any]
GetAllGlueSchemaVersionResources retrieves all glue.SchemaVersion items from an AWS CloudFormation template
func (*Template) GetAllGlueSecurityConfigurationResources ¶
func (t *Template) GetAllGlueSecurityConfigurationResources() map[string]*glue.SecurityConfiguration[any]
GetAllGlueSecurityConfigurationResources retrieves all glue.SecurityConfiguration items from an AWS CloudFormation template
func (*Template) GetAllGlueTableResources ¶
GetAllGlueTableResources retrieves all glue.Table items from an AWS CloudFormation template
func (*Template) GetAllGlueTriggerResources ¶
GetAllGlueTriggerResources retrieves all glue.Trigger items from an AWS CloudFormation template
func (*Template) GetAllGlueWorkflowResources ¶
GetAllGlueWorkflowResources retrieves all glue.Workflow items from an AWS CloudFormation template
func (*Template) GetAllGrafanaWorkspaceResources ¶
GetAllGrafanaWorkspaceResources retrieves all grafana.Workspace items from an AWS CloudFormation template
func (*Template) GetAllGreengrassConnectorDefinitionResources ¶
func (t *Template) GetAllGreengrassConnectorDefinitionResources() map[string]*greengrass.ConnectorDefinition[any]
GetAllGreengrassConnectorDefinitionResources retrieves all greengrass.ConnectorDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassConnectorDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassConnectorDefinitionVersionResources() map[string]*greengrass.ConnectorDefinitionVersion[any]
GetAllGreengrassConnectorDefinitionVersionResources retrieves all greengrass.ConnectorDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassCoreDefinitionResources ¶
func (t *Template) GetAllGreengrassCoreDefinitionResources() map[string]*greengrass.CoreDefinition[any]
GetAllGreengrassCoreDefinitionResources retrieves all greengrass.CoreDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassCoreDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassCoreDefinitionVersionResources() map[string]*greengrass.CoreDefinitionVersion[any]
GetAllGreengrassCoreDefinitionVersionResources retrieves all greengrass.CoreDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassDeviceDefinitionResources ¶
func (t *Template) GetAllGreengrassDeviceDefinitionResources() map[string]*greengrass.DeviceDefinition[any]
GetAllGreengrassDeviceDefinitionResources retrieves all greengrass.DeviceDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassDeviceDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassDeviceDefinitionVersionResources() map[string]*greengrass.DeviceDefinitionVersion[any]
GetAllGreengrassDeviceDefinitionVersionResources retrieves all greengrass.DeviceDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassFunctionDefinitionResources ¶
func (t *Template) GetAllGreengrassFunctionDefinitionResources() map[string]*greengrass.FunctionDefinition[any]
GetAllGreengrassFunctionDefinitionResources retrieves all greengrass.FunctionDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassFunctionDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassFunctionDefinitionVersionResources() map[string]*greengrass.FunctionDefinitionVersion[any]
GetAllGreengrassFunctionDefinitionVersionResources retrieves all greengrass.FunctionDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassGroupResources ¶
func (t *Template) GetAllGreengrassGroupResources() map[string]*greengrass.Group[any]
GetAllGreengrassGroupResources retrieves all greengrass.Group items from an AWS CloudFormation template
func (*Template) GetAllGreengrassGroupVersionResources ¶
func (t *Template) GetAllGreengrassGroupVersionResources() map[string]*greengrass.GroupVersion[any]
GetAllGreengrassGroupVersionResources retrieves all greengrass.GroupVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassLoggerDefinitionResources ¶
func (t *Template) GetAllGreengrassLoggerDefinitionResources() map[string]*greengrass.LoggerDefinition[any]
GetAllGreengrassLoggerDefinitionResources retrieves all greengrass.LoggerDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassLoggerDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassLoggerDefinitionVersionResources() map[string]*greengrass.LoggerDefinitionVersion[any]
GetAllGreengrassLoggerDefinitionVersionResources retrieves all greengrass.LoggerDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassResourceDefinitionResources ¶
func (t *Template) GetAllGreengrassResourceDefinitionResources() map[string]*greengrass.ResourceDefinition[any]
GetAllGreengrassResourceDefinitionResources retrieves all greengrass.ResourceDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassResourceDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassResourceDefinitionVersionResources() map[string]*greengrass.ResourceDefinitionVersion[any]
GetAllGreengrassResourceDefinitionVersionResources retrieves all greengrass.ResourceDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassSubscriptionDefinitionResources ¶
func (t *Template) GetAllGreengrassSubscriptionDefinitionResources() map[string]*greengrass.SubscriptionDefinition[any]
GetAllGreengrassSubscriptionDefinitionResources retrieves all greengrass.SubscriptionDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassSubscriptionDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassSubscriptionDefinitionVersionResources() map[string]*greengrass.SubscriptionDefinitionVersion[any]
GetAllGreengrassSubscriptionDefinitionVersionResources retrieves all greengrass.SubscriptionDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassV2ComponentVersionResources ¶
func (t *Template) GetAllGreengrassV2ComponentVersionResources() map[string]*greengrassv2.ComponentVersion[any]
GetAllGreengrassV2ComponentVersionResources retrieves all greengrassv2.ComponentVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassV2DeploymentResources ¶
func (t *Template) GetAllGreengrassV2DeploymentResources() map[string]*greengrassv2.Deployment[any]
GetAllGreengrassV2DeploymentResources retrieves all greengrassv2.Deployment items from an AWS CloudFormation template
func (*Template) GetAllGroundStationConfigResources ¶
func (t *Template) GetAllGroundStationConfigResources() map[string]*groundstation.Config[any]
GetAllGroundStationConfigResources retrieves all groundstation.Config items from an AWS CloudFormation template
func (*Template) GetAllGroundStationDataflowEndpointGroupResources ¶
func (t *Template) GetAllGroundStationDataflowEndpointGroupResources() map[string]*groundstation.DataflowEndpointGroup[any]
GetAllGroundStationDataflowEndpointGroupResources retrieves all groundstation.DataflowEndpointGroup items from an AWS CloudFormation template
func (*Template) GetAllGroundStationMissionProfileResources ¶
func (t *Template) GetAllGroundStationMissionProfileResources() map[string]*groundstation.MissionProfile[any]
GetAllGroundStationMissionProfileResources retrieves all groundstation.MissionProfile items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyDetectorResources ¶
GetAllGuardDutyDetectorResources retrieves all guardduty.Detector items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyFilterResources ¶
GetAllGuardDutyFilterResources retrieves all guardduty.Filter items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyIPSetResources ¶
GetAllGuardDutyIPSetResources retrieves all guardduty.IPSet items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyMasterResources ¶
GetAllGuardDutyMasterResources retrieves all guardduty.Master items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyMemberResources ¶
GetAllGuardDutyMemberResources retrieves all guardduty.Member items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyThreatIntelSetResources ¶
func (t *Template) GetAllGuardDutyThreatIntelSetResources() map[string]*guardduty.ThreatIntelSet[any]
GetAllGuardDutyThreatIntelSetResources retrieves all guardduty.ThreatIntelSet items from an AWS CloudFormation template
func (*Template) GetAllHealthImagingDatastoreResources ¶
func (t *Template) GetAllHealthImagingDatastoreResources() map[string]*healthimaging.Datastore[any]
GetAllHealthImagingDatastoreResources retrieves all healthimaging.Datastore items from an AWS CloudFormation template
func (*Template) GetAllHealthLakeFHIRDatastoreResources ¶
func (t *Template) GetAllHealthLakeFHIRDatastoreResources() map[string]*healthlake.FHIRDatastore[any]
GetAllHealthLakeFHIRDatastoreResources retrieves all healthlake.FHIRDatastore items from an AWS CloudFormation template
func (*Template) GetAllIAMAccessKeyResources ¶
GetAllIAMAccessKeyResources retrieves all iam.AccessKey items from an AWS CloudFormation template
func (*Template) GetAllIAMGroupPolicyResources ¶
func (t *Template) GetAllIAMGroupPolicyResources() map[string]*iam.GroupPolicy[any]
GetAllIAMGroupPolicyResources retrieves all iam.GroupPolicy items from an AWS CloudFormation template
func (*Template) GetAllIAMGroupResources ¶
GetAllIAMGroupResources retrieves all iam.Group items from an AWS CloudFormation template
func (*Template) GetAllIAMInstanceProfileResources ¶
func (t *Template) GetAllIAMInstanceProfileResources() map[string]*iam.InstanceProfile[any]
GetAllIAMInstanceProfileResources retrieves all iam.InstanceProfile items from an AWS CloudFormation template
func (*Template) GetAllIAMManagedPolicyResources ¶
func (t *Template) GetAllIAMManagedPolicyResources() map[string]*iam.ManagedPolicy[any]
GetAllIAMManagedPolicyResources retrieves all iam.ManagedPolicy items from an AWS CloudFormation template
func (*Template) GetAllIAMOIDCProviderResources ¶
func (t *Template) GetAllIAMOIDCProviderResources() map[string]*iam.OIDCProvider[any]
GetAllIAMOIDCProviderResources retrieves all iam.OIDCProvider items from an AWS CloudFormation template
func (*Template) GetAllIAMPolicyResources ¶
GetAllIAMPolicyResources retrieves all iam.Policy items from an AWS CloudFormation template
func (*Template) GetAllIAMRolePolicyResources ¶
func (t *Template) GetAllIAMRolePolicyResources() map[string]*iam.RolePolicy[any]
GetAllIAMRolePolicyResources retrieves all iam.RolePolicy items from an AWS CloudFormation template
func (*Template) GetAllIAMRoleResources ¶
GetAllIAMRoleResources retrieves all iam.Role items from an AWS CloudFormation template
func (*Template) GetAllIAMSAMLProviderResources ¶
func (t *Template) GetAllIAMSAMLProviderResources() map[string]*iam.SAMLProvider[any]
GetAllIAMSAMLProviderResources retrieves all iam.SAMLProvider items from an AWS CloudFormation template
func (*Template) GetAllIAMServerCertificateResources ¶
func (t *Template) GetAllIAMServerCertificateResources() map[string]*iam.ServerCertificate[any]
GetAllIAMServerCertificateResources retrieves all iam.ServerCertificate items from an AWS CloudFormation template
func (*Template) GetAllIAMServiceLinkedRoleResources ¶
func (t *Template) GetAllIAMServiceLinkedRoleResources() map[string]*iam.ServiceLinkedRole[any]
GetAllIAMServiceLinkedRoleResources retrieves all iam.ServiceLinkedRole items from an AWS CloudFormation template
func (*Template) GetAllIAMUserPolicyResources ¶
func (t *Template) GetAllIAMUserPolicyResources() map[string]*iam.UserPolicy[any]
GetAllIAMUserPolicyResources retrieves all iam.UserPolicy items from an AWS CloudFormation template
func (*Template) GetAllIAMUserResources ¶
GetAllIAMUserResources retrieves all iam.User items from an AWS CloudFormation template
func (*Template) GetAllIAMUserToGroupAdditionResources ¶
func (t *Template) GetAllIAMUserToGroupAdditionResources() map[string]*iam.UserToGroupAddition[any]
GetAllIAMUserToGroupAdditionResources retrieves all iam.UserToGroupAddition items from an AWS CloudFormation template
func (*Template) GetAllIAMVirtualMFADeviceResources ¶
func (t *Template) GetAllIAMVirtualMFADeviceResources() map[string]*iam.VirtualMFADevice[any]
GetAllIAMVirtualMFADeviceResources retrieves all iam.VirtualMFADevice items from an AWS CloudFormation template
func (*Template) GetAllIVSChannelResources ¶
GetAllIVSChannelResources retrieves all ivs.Channel items from an AWS CloudFormation template
func (*Template) GetAllIVSChatLoggingConfigurationResources ¶
func (t *Template) GetAllIVSChatLoggingConfigurationResources() map[string]*ivschat.LoggingConfiguration[any]
GetAllIVSChatLoggingConfigurationResources retrieves all ivschat.LoggingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllIVSChatRoomResources ¶
GetAllIVSChatRoomResources retrieves all ivschat.Room items from an AWS CloudFormation template
func (*Template) GetAllIVSPlaybackKeyPairResources ¶
func (t *Template) GetAllIVSPlaybackKeyPairResources() map[string]*ivs.PlaybackKeyPair[any]
GetAllIVSPlaybackKeyPairResources retrieves all ivs.PlaybackKeyPair items from an AWS CloudFormation template
func (*Template) GetAllIVSRecordingConfigurationResources ¶
func (t *Template) GetAllIVSRecordingConfigurationResources() map[string]*ivs.RecordingConfiguration[any]
GetAllIVSRecordingConfigurationResources retrieves all ivs.RecordingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllIVSStreamKeyResources ¶
GetAllIVSStreamKeyResources retrieves all ivs.StreamKey items from an AWS CloudFormation template
func (*Template) GetAllIdentityStoreGroupMembershipResources ¶
func (t *Template) GetAllIdentityStoreGroupMembershipResources() map[string]*identitystore.GroupMembership[any]
GetAllIdentityStoreGroupMembershipResources retrieves all identitystore.GroupMembership items from an AWS CloudFormation template
func (*Template) GetAllIdentityStoreGroupResources ¶
func (t *Template) GetAllIdentityStoreGroupResources() map[string]*identitystore.Group[any]
GetAllIdentityStoreGroupResources retrieves all identitystore.Group items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderComponentResources ¶
func (t *Template) GetAllImageBuilderComponentResources() map[string]*imagebuilder.Component[any]
GetAllImageBuilderComponentResources retrieves all imagebuilder.Component items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderContainerRecipeResources ¶
func (t *Template) GetAllImageBuilderContainerRecipeResources() map[string]*imagebuilder.ContainerRecipe[any]
GetAllImageBuilderContainerRecipeResources retrieves all imagebuilder.ContainerRecipe items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderDistributionConfigurationResources ¶
func (t *Template) GetAllImageBuilderDistributionConfigurationResources() map[string]*imagebuilder.DistributionConfiguration[any]
GetAllImageBuilderDistributionConfigurationResources retrieves all imagebuilder.DistributionConfiguration items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderImagePipelineResources ¶
func (t *Template) GetAllImageBuilderImagePipelineResources() map[string]*imagebuilder.ImagePipeline[any]
GetAllImageBuilderImagePipelineResources retrieves all imagebuilder.ImagePipeline items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderImageRecipeResources ¶
func (t *Template) GetAllImageBuilderImageRecipeResources() map[string]*imagebuilder.ImageRecipe[any]
GetAllImageBuilderImageRecipeResources retrieves all imagebuilder.ImageRecipe items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderImageResources ¶
func (t *Template) GetAllImageBuilderImageResources() map[string]*imagebuilder.Image[any]
GetAllImageBuilderImageResources retrieves all imagebuilder.Image items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderInfrastructureConfigurationResources ¶
func (t *Template) GetAllImageBuilderInfrastructureConfigurationResources() map[string]*imagebuilder.InfrastructureConfiguration[any]
GetAllImageBuilderInfrastructureConfigurationResources retrieves all imagebuilder.InfrastructureConfiguration items from an AWS CloudFormation template
func (*Template) GetAllInspectorAssessmentTargetResources ¶
func (t *Template) GetAllInspectorAssessmentTargetResources() map[string]*inspector.AssessmentTarget[any]
GetAllInspectorAssessmentTargetResources retrieves all inspector.AssessmentTarget items from an AWS CloudFormation template
func (*Template) GetAllInspectorAssessmentTemplateResources ¶
func (t *Template) GetAllInspectorAssessmentTemplateResources() map[string]*inspector.AssessmentTemplate[any]
GetAllInspectorAssessmentTemplateResources retrieves all inspector.AssessmentTemplate items from an AWS CloudFormation template
func (*Template) GetAllInspectorResourceGroupResources ¶
func (t *Template) GetAllInspectorResourceGroupResources() map[string]*inspector.ResourceGroup[any]
GetAllInspectorResourceGroupResources retrieves all inspector.ResourceGroup items from an AWS CloudFormation template
func (*Template) GetAllInspectorV2FilterResources ¶
func (t *Template) GetAllInspectorV2FilterResources() map[string]*inspectorv2.Filter[any]
GetAllInspectorV2FilterResources retrieves all inspectorv2.Filter items from an AWS CloudFormation template
func (*Template) GetAllInternetMonitorMonitorResources ¶
func (t *Template) GetAllInternetMonitorMonitorResources() map[string]*internetmonitor.Monitor[any]
GetAllInternetMonitorMonitorResources retrieves all internetmonitor.Monitor items from an AWS CloudFormation template
func (*Template) GetAllIoT1ClickDeviceResources ¶
GetAllIoT1ClickDeviceResources retrieves all iot1click.Device items from an AWS CloudFormation template
func (*Template) GetAllIoT1ClickPlacementResources ¶
GetAllIoT1ClickPlacementResources retrieves all iot1click.Placement items from an AWS CloudFormation template
func (*Template) GetAllIoT1ClickProjectResources ¶
GetAllIoT1ClickProjectResources retrieves all iot1click.Project items from an AWS CloudFormation template
func (*Template) GetAllIoTAccountAuditConfigurationResources ¶
func (t *Template) GetAllIoTAccountAuditConfigurationResources() map[string]*iot.AccountAuditConfiguration[any]
GetAllIoTAccountAuditConfigurationResources retrieves all iot.AccountAuditConfiguration items from an AWS CloudFormation template
func (*Template) GetAllIoTAnalyticsChannelResources ¶
func (t *Template) GetAllIoTAnalyticsChannelResources() map[string]*iotanalytics.Channel[any]
GetAllIoTAnalyticsChannelResources retrieves all iotanalytics.Channel items from an AWS CloudFormation template
func (*Template) GetAllIoTAnalyticsDatasetResources ¶
func (t *Template) GetAllIoTAnalyticsDatasetResources() map[string]*iotanalytics.Dataset[any]
GetAllIoTAnalyticsDatasetResources retrieves all iotanalytics.Dataset items from an AWS CloudFormation template
func (*Template) GetAllIoTAnalyticsDatastoreResources ¶
func (t *Template) GetAllIoTAnalyticsDatastoreResources() map[string]*iotanalytics.Datastore[any]
GetAllIoTAnalyticsDatastoreResources retrieves all iotanalytics.Datastore items from an AWS CloudFormation template
func (*Template) GetAllIoTAnalyticsPipelineResources ¶
func (t *Template) GetAllIoTAnalyticsPipelineResources() map[string]*iotanalytics.Pipeline[any]
GetAllIoTAnalyticsPipelineResources retrieves all iotanalytics.Pipeline items from an AWS CloudFormation template
func (*Template) GetAllIoTAuthorizerResources ¶
func (t *Template) GetAllIoTAuthorizerResources() map[string]*iot.Authorizer[any]
GetAllIoTAuthorizerResources retrieves all iot.Authorizer items from an AWS CloudFormation template
func (*Template) GetAllIoTBillingGroupResources ¶
func (t *Template) GetAllIoTBillingGroupResources() map[string]*iot.BillingGroup[any]
GetAllIoTBillingGroupResources retrieves all iot.BillingGroup items from an AWS CloudFormation template
func (*Template) GetAllIoTCACertificateResources ¶
func (t *Template) GetAllIoTCACertificateResources() map[string]*iot.CACertificate[any]
GetAllIoTCACertificateResources retrieves all iot.CACertificate items from an AWS CloudFormation template
func (*Template) GetAllIoTCertificateResources ¶
func (t *Template) GetAllIoTCertificateResources() map[string]*iot.Certificate[any]
GetAllIoTCertificateResources retrieves all iot.Certificate items from an AWS CloudFormation template
func (*Template) GetAllIoTCoreDeviceAdvisorSuiteDefinitionResources ¶
func (t *Template) GetAllIoTCoreDeviceAdvisorSuiteDefinitionResources() map[string]*iotcoredeviceadvisor.SuiteDefinition[any]
GetAllIoTCoreDeviceAdvisorSuiteDefinitionResources retrieves all iotcoredeviceadvisor.SuiteDefinition items from an AWS CloudFormation template
func (*Template) GetAllIoTCustomMetricResources ¶
func (t *Template) GetAllIoTCustomMetricResources() map[string]*iot.CustomMetric[any]
GetAllIoTCustomMetricResources retrieves all iot.CustomMetric items from an AWS CloudFormation template
func (*Template) GetAllIoTDimensionResources ¶
GetAllIoTDimensionResources retrieves all iot.Dimension items from an AWS CloudFormation template
func (*Template) GetAllIoTDomainConfigurationResources ¶
func (t *Template) GetAllIoTDomainConfigurationResources() map[string]*iot.DomainConfiguration[any]
GetAllIoTDomainConfigurationResources retrieves all iot.DomainConfiguration items from an AWS CloudFormation template
func (*Template) GetAllIoTEventsAlarmModelResources ¶
func (t *Template) GetAllIoTEventsAlarmModelResources() map[string]*iotevents.AlarmModel[any]
GetAllIoTEventsAlarmModelResources retrieves all iotevents.AlarmModel items from an AWS CloudFormation template
func (*Template) GetAllIoTEventsDetectorModelResources ¶
func (t *Template) GetAllIoTEventsDetectorModelResources() map[string]*iotevents.DetectorModel[any]
GetAllIoTEventsDetectorModelResources retrieves all iotevents.DetectorModel items from an AWS CloudFormation template
func (*Template) GetAllIoTEventsInputResources ¶
GetAllIoTEventsInputResources retrieves all iotevents.Input items from an AWS CloudFormation template
func (*Template) GetAllIoTFleetHubApplicationResources ¶
func (t *Template) GetAllIoTFleetHubApplicationResources() map[string]*iotfleethub.Application[any]
GetAllIoTFleetHubApplicationResources retrieves all iotfleethub.Application items from an AWS CloudFormation template
func (*Template) GetAllIoTFleetMetricResources ¶
func (t *Template) GetAllIoTFleetMetricResources() map[string]*iot.FleetMetric[any]
GetAllIoTFleetMetricResources retrieves all iot.FleetMetric items from an AWS CloudFormation template
func (*Template) GetAllIoTFleetWiseCampaignResources ¶
func (t *Template) GetAllIoTFleetWiseCampaignResources() map[string]*iotfleetwise.Campaign[any]
GetAllIoTFleetWiseCampaignResources retrieves all iotfleetwise.Campaign items from an AWS CloudFormation template
func (*Template) GetAllIoTFleetWiseDecoderManifestResources ¶
func (t *Template) GetAllIoTFleetWiseDecoderManifestResources() map[string]*iotfleetwise.DecoderManifest[any]
GetAllIoTFleetWiseDecoderManifestResources retrieves all iotfleetwise.DecoderManifest items from an AWS CloudFormation template
func (*Template) GetAllIoTFleetWiseFleetResources ¶
func (t *Template) GetAllIoTFleetWiseFleetResources() map[string]*iotfleetwise.Fleet[any]
GetAllIoTFleetWiseFleetResources retrieves all iotfleetwise.Fleet items from an AWS CloudFormation template
func (*Template) GetAllIoTFleetWiseModelManifestResources ¶
func (t *Template) GetAllIoTFleetWiseModelManifestResources() map[string]*iotfleetwise.ModelManifest[any]
GetAllIoTFleetWiseModelManifestResources retrieves all iotfleetwise.ModelManifest items from an AWS CloudFormation template
func (*Template) GetAllIoTFleetWiseSignalCatalogResources ¶
func (t *Template) GetAllIoTFleetWiseSignalCatalogResources() map[string]*iotfleetwise.SignalCatalog[any]
GetAllIoTFleetWiseSignalCatalogResources retrieves all iotfleetwise.SignalCatalog items from an AWS CloudFormation template
func (*Template) GetAllIoTFleetWiseVehicleResources ¶
func (t *Template) GetAllIoTFleetWiseVehicleResources() map[string]*iotfleetwise.Vehicle[any]
GetAllIoTFleetWiseVehicleResources retrieves all iotfleetwise.Vehicle items from an AWS CloudFormation template
func (*Template) GetAllIoTJobTemplateResources ¶
func (t *Template) GetAllIoTJobTemplateResources() map[string]*iot.JobTemplate[any]
GetAllIoTJobTemplateResources retrieves all iot.JobTemplate items from an AWS CloudFormation template
func (*Template) GetAllIoTLoggingResources ¶
GetAllIoTLoggingResources retrieves all iot.Logging items from an AWS CloudFormation template
func (*Template) GetAllIoTMitigationActionResources ¶
func (t *Template) GetAllIoTMitigationActionResources() map[string]*iot.MitigationAction[any]
GetAllIoTMitigationActionResources retrieves all iot.MitigationAction items from an AWS CloudFormation template
func (*Template) GetAllIoTPolicyPrincipalAttachmentResources ¶
func (t *Template) GetAllIoTPolicyPrincipalAttachmentResources() map[string]*iot.PolicyPrincipalAttachment[any]
GetAllIoTPolicyPrincipalAttachmentResources retrieves all iot.PolicyPrincipalAttachment items from an AWS CloudFormation template
func (*Template) GetAllIoTPolicyResources ¶
GetAllIoTPolicyResources retrieves all iot.Policy items from an AWS CloudFormation template
func (*Template) GetAllIoTProvisioningTemplateResources ¶
func (t *Template) GetAllIoTProvisioningTemplateResources() map[string]*iot.ProvisioningTemplate[any]
GetAllIoTProvisioningTemplateResources retrieves all iot.ProvisioningTemplate items from an AWS CloudFormation template
func (*Template) GetAllIoTResourceSpecificLoggingResources ¶
func (t *Template) GetAllIoTResourceSpecificLoggingResources() map[string]*iot.ResourceSpecificLogging[any]
GetAllIoTResourceSpecificLoggingResources retrieves all iot.ResourceSpecificLogging items from an AWS CloudFormation template
func (*Template) GetAllIoTRoleAliasResources ¶
GetAllIoTRoleAliasResources retrieves all iot.RoleAlias items from an AWS CloudFormation template
func (*Template) GetAllIoTScheduledAuditResources ¶
func (t *Template) GetAllIoTScheduledAuditResources() map[string]*iot.ScheduledAudit[any]
GetAllIoTScheduledAuditResources retrieves all iot.ScheduledAudit items from an AWS CloudFormation template
func (*Template) GetAllIoTSecurityProfileResources ¶
func (t *Template) GetAllIoTSecurityProfileResources() map[string]*iot.SecurityProfile[any]
GetAllIoTSecurityProfileResources retrieves all iot.SecurityProfile items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseAccessPolicyResources ¶
func (t *Template) GetAllIoTSiteWiseAccessPolicyResources() map[string]*iotsitewise.AccessPolicy[any]
GetAllIoTSiteWiseAccessPolicyResources retrieves all iotsitewise.AccessPolicy items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseAssetModelResources ¶
func (t *Template) GetAllIoTSiteWiseAssetModelResources() map[string]*iotsitewise.AssetModel[any]
GetAllIoTSiteWiseAssetModelResources retrieves all iotsitewise.AssetModel items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseAssetResources ¶
func (t *Template) GetAllIoTSiteWiseAssetResources() map[string]*iotsitewise.Asset[any]
GetAllIoTSiteWiseAssetResources retrieves all iotsitewise.Asset items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseDashboardResources ¶
func (t *Template) GetAllIoTSiteWiseDashboardResources() map[string]*iotsitewise.Dashboard[any]
GetAllIoTSiteWiseDashboardResources retrieves all iotsitewise.Dashboard items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseGatewayResources ¶
func (t *Template) GetAllIoTSiteWiseGatewayResources() map[string]*iotsitewise.Gateway[any]
GetAllIoTSiteWiseGatewayResources retrieves all iotsitewise.Gateway items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWisePortalResources ¶
func (t *Template) GetAllIoTSiteWisePortalResources() map[string]*iotsitewise.Portal[any]
GetAllIoTSiteWisePortalResources retrieves all iotsitewise.Portal items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseProjectResources ¶
func (t *Template) GetAllIoTSiteWiseProjectResources() map[string]*iotsitewise.Project[any]
GetAllIoTSiteWiseProjectResources retrieves all iotsitewise.Project items from an AWS CloudFormation template
func (*Template) GetAllIoTSoftwarePackageResources ¶
func (t *Template) GetAllIoTSoftwarePackageResources() map[string]*iot.SoftwarePackage[any]
GetAllIoTSoftwarePackageResources retrieves all iot.SoftwarePackage items from an AWS CloudFormation template
func (*Template) GetAllIoTSoftwarePackageVersionResources ¶
func (t *Template) GetAllIoTSoftwarePackageVersionResources() map[string]*iot.SoftwarePackageVersion[any]
GetAllIoTSoftwarePackageVersionResources retrieves all iot.SoftwarePackageVersion items from an AWS CloudFormation template
func (*Template) GetAllIoTThingGroupResources ¶
func (t *Template) GetAllIoTThingGroupResources() map[string]*iot.ThingGroup[any]
GetAllIoTThingGroupResources retrieves all iot.ThingGroup items from an AWS CloudFormation template
func (*Template) GetAllIoTThingPrincipalAttachmentResources ¶
func (t *Template) GetAllIoTThingPrincipalAttachmentResources() map[string]*iot.ThingPrincipalAttachment[any]
GetAllIoTThingPrincipalAttachmentResources retrieves all iot.ThingPrincipalAttachment items from an AWS CloudFormation template
func (*Template) GetAllIoTThingResources ¶
GetAllIoTThingResources retrieves all iot.Thing items from an AWS CloudFormation template
func (*Template) GetAllIoTThingTypeResources ¶
GetAllIoTThingTypeResources retrieves all iot.ThingType items from an AWS CloudFormation template
func (*Template) GetAllIoTThingsGraphFlowTemplateResources ¶
func (t *Template) GetAllIoTThingsGraphFlowTemplateResources() map[string]*iotthingsgraph.FlowTemplate[any]
GetAllIoTThingsGraphFlowTemplateResources retrieves all iotthingsgraph.FlowTemplate items from an AWS CloudFormation template
func (*Template) GetAllIoTTopicRuleDestinationResources ¶
func (t *Template) GetAllIoTTopicRuleDestinationResources() map[string]*iot.TopicRuleDestination[any]
GetAllIoTTopicRuleDestinationResources retrieves all iot.TopicRuleDestination items from an AWS CloudFormation template
func (*Template) GetAllIoTTopicRuleResources ¶
GetAllIoTTopicRuleResources retrieves all iot.TopicRule items from an AWS CloudFormation template
func (*Template) GetAllIoTTwinMakerComponentTypeResources ¶
func (t *Template) GetAllIoTTwinMakerComponentTypeResources() map[string]*iottwinmaker.ComponentType[any]
GetAllIoTTwinMakerComponentTypeResources retrieves all iottwinmaker.ComponentType items from an AWS CloudFormation template
func (*Template) GetAllIoTTwinMakerEntityResources ¶
func (t *Template) GetAllIoTTwinMakerEntityResources() map[string]*iottwinmaker.Entity[any]
GetAllIoTTwinMakerEntityResources retrieves all iottwinmaker.Entity items from an AWS CloudFormation template
func (*Template) GetAllIoTTwinMakerSceneResources ¶
func (t *Template) GetAllIoTTwinMakerSceneResources() map[string]*iottwinmaker.Scene[any]
GetAllIoTTwinMakerSceneResources retrieves all iottwinmaker.Scene items from an AWS CloudFormation template
func (*Template) GetAllIoTTwinMakerSyncJobResources ¶
func (t *Template) GetAllIoTTwinMakerSyncJobResources() map[string]*iottwinmaker.SyncJob[any]
GetAllIoTTwinMakerSyncJobResources retrieves all iottwinmaker.SyncJob items from an AWS CloudFormation template
func (*Template) GetAllIoTTwinMakerWorkspaceResources ¶
func (t *Template) GetAllIoTTwinMakerWorkspaceResources() map[string]*iottwinmaker.Workspace[any]
GetAllIoTTwinMakerWorkspaceResources retrieves all iottwinmaker.Workspace items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessDestinationResources ¶
func (t *Template) GetAllIoTWirelessDestinationResources() map[string]*iotwireless.Destination[any]
GetAllIoTWirelessDestinationResources retrieves all iotwireless.Destination items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessDeviceProfileResources ¶
func (t *Template) GetAllIoTWirelessDeviceProfileResources() map[string]*iotwireless.DeviceProfile[any]
GetAllIoTWirelessDeviceProfileResources retrieves all iotwireless.DeviceProfile items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessFuotaTaskResources ¶
func (t *Template) GetAllIoTWirelessFuotaTaskResources() map[string]*iotwireless.FuotaTask[any]
GetAllIoTWirelessFuotaTaskResources retrieves all iotwireless.FuotaTask items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessMulticastGroupResources ¶
func (t *Template) GetAllIoTWirelessMulticastGroupResources() map[string]*iotwireless.MulticastGroup[any]
GetAllIoTWirelessMulticastGroupResources retrieves all iotwireless.MulticastGroup items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessNetworkAnalyzerConfigurationResources ¶
func (t *Template) GetAllIoTWirelessNetworkAnalyzerConfigurationResources() map[string]*iotwireless.NetworkAnalyzerConfiguration[any]
GetAllIoTWirelessNetworkAnalyzerConfigurationResources retrieves all iotwireless.NetworkAnalyzerConfiguration items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessPartnerAccountResources ¶
func (t *Template) GetAllIoTWirelessPartnerAccountResources() map[string]*iotwireless.PartnerAccount[any]
GetAllIoTWirelessPartnerAccountResources retrieves all iotwireless.PartnerAccount items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessServiceProfileResources ¶
func (t *Template) GetAllIoTWirelessServiceProfileResources() map[string]*iotwireless.ServiceProfile[any]
GetAllIoTWirelessServiceProfileResources retrieves all iotwireless.ServiceProfile items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessTaskDefinitionResources ¶
func (t *Template) GetAllIoTWirelessTaskDefinitionResources() map[string]*iotwireless.TaskDefinition[any]
GetAllIoTWirelessTaskDefinitionResources retrieves all iotwireless.TaskDefinition items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessWirelessDeviceImportTaskResources ¶
func (t *Template) GetAllIoTWirelessWirelessDeviceImportTaskResources() map[string]*iotwireless.WirelessDeviceImportTask[any]
GetAllIoTWirelessWirelessDeviceImportTaskResources retrieves all iotwireless.WirelessDeviceImportTask items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessWirelessDeviceResources ¶
func (t *Template) GetAllIoTWirelessWirelessDeviceResources() map[string]*iotwireless.WirelessDevice[any]
GetAllIoTWirelessWirelessDeviceResources retrieves all iotwireless.WirelessDevice items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessWirelessGatewayResources ¶
func (t *Template) GetAllIoTWirelessWirelessGatewayResources() map[string]*iotwireless.WirelessGateway[any]
GetAllIoTWirelessWirelessGatewayResources retrieves all iotwireless.WirelessGateway items from an AWS CloudFormation template
func (*Template) GetAllKMSAliasResources ¶
GetAllKMSAliasResources retrieves all kms.Alias items from an AWS CloudFormation template
func (*Template) GetAllKMSKeyResources ¶
GetAllKMSKeyResources retrieves all kms.Key items from an AWS CloudFormation template
func (*Template) GetAllKMSReplicaKeyResources ¶
func (t *Template) GetAllKMSReplicaKeyResources() map[string]*kms.ReplicaKey[any]
GetAllKMSReplicaKeyResources retrieves all kms.ReplicaKey items from an AWS CloudFormation template
func (*Template) GetAllKafkaConnectConnectorResources ¶
func (t *Template) GetAllKafkaConnectConnectorResources() map[string]*kafkaconnect.Connector[any]
GetAllKafkaConnectConnectorResources retrieves all kafkaconnect.Connector items from an AWS CloudFormation template
func (*Template) GetAllKendraDataSourceResources ¶
func (t *Template) GetAllKendraDataSourceResources() map[string]*kendra.DataSource[any]
GetAllKendraDataSourceResources retrieves all kendra.DataSource items from an AWS CloudFormation template
func (*Template) GetAllKendraFaqResources ¶
GetAllKendraFaqResources retrieves all kendra.Faq items from an AWS CloudFormation template
func (*Template) GetAllKendraIndexResources ¶
GetAllKendraIndexResources retrieves all kendra.Index items from an AWS CloudFormation template
func (*Template) GetAllKendraRankingExecutionPlanResources ¶
func (t *Template) GetAllKendraRankingExecutionPlanResources() map[string]*kendraranking.ExecutionPlan[any]
GetAllKendraRankingExecutionPlanResources retrieves all kendraranking.ExecutionPlan items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsApplicationOutputResources ¶
func (t *Template) GetAllKinesisAnalyticsApplicationOutputResources() map[string]*kinesisanalytics.ApplicationOutput[any]
GetAllKinesisAnalyticsApplicationOutputResources retrieves all kinesisanalytics.ApplicationOutput items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsApplicationReferenceDataSourceResources ¶
func (t *Template) GetAllKinesisAnalyticsApplicationReferenceDataSourceResources() map[string]*kinesisanalytics.ApplicationReferenceDataSource[any]
GetAllKinesisAnalyticsApplicationReferenceDataSourceResources retrieves all kinesisanalytics.ApplicationReferenceDataSource items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsApplicationResources ¶
func (t *Template) GetAllKinesisAnalyticsApplicationResources() map[string]*kinesisanalytics.Application[any]
GetAllKinesisAnalyticsApplicationResources retrieves all kinesisanalytics.Application items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionResources ¶
func (t *Template) GetAllKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionResources() map[string]*kinesisanalyticsv2.ApplicationCloudWatchLoggingOption[any]
GetAllKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionResources retrieves all kinesisanalyticsv2.ApplicationCloudWatchLoggingOption items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsV2ApplicationOutputResources ¶
func (t *Template) GetAllKinesisAnalyticsV2ApplicationOutputResources() map[string]*kinesisanalyticsv2.ApplicationOutput[any]
GetAllKinesisAnalyticsV2ApplicationOutputResources retrieves all kinesisanalyticsv2.ApplicationOutput items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsV2ApplicationReferenceDataSourceResources ¶
func (t *Template) GetAllKinesisAnalyticsV2ApplicationReferenceDataSourceResources() map[string]*kinesisanalyticsv2.ApplicationReferenceDataSource[any]
GetAllKinesisAnalyticsV2ApplicationReferenceDataSourceResources retrieves all kinesisanalyticsv2.ApplicationReferenceDataSource items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsV2ApplicationResources ¶
func (t *Template) GetAllKinesisAnalyticsV2ApplicationResources() map[string]*kinesisanalyticsv2.Application[any]
GetAllKinesisAnalyticsV2ApplicationResources retrieves all kinesisanalyticsv2.Application items from an AWS CloudFormation template
func (*Template) GetAllKinesisFirehoseDeliveryStreamResources ¶
func (t *Template) GetAllKinesisFirehoseDeliveryStreamResources() map[string]*kinesisfirehose.DeliveryStream[any]
GetAllKinesisFirehoseDeliveryStreamResources retrieves all kinesisfirehose.DeliveryStream items from an AWS CloudFormation template
func (*Template) GetAllKinesisStreamConsumerResources ¶
func (t *Template) GetAllKinesisStreamConsumerResources() map[string]*kinesis.StreamConsumer[any]
GetAllKinesisStreamConsumerResources retrieves all kinesis.StreamConsumer items from an AWS CloudFormation template
func (*Template) GetAllKinesisStreamResources ¶
GetAllKinesisStreamResources retrieves all kinesis.Stream items from an AWS CloudFormation template
func (*Template) GetAllKinesisVideoSignalingChannelResources ¶
func (t *Template) GetAllKinesisVideoSignalingChannelResources() map[string]*kinesisvideo.SignalingChannel[any]
GetAllKinesisVideoSignalingChannelResources retrieves all kinesisvideo.SignalingChannel items from an AWS CloudFormation template
func (*Template) GetAllKinesisVideoStreamResources ¶
func (t *Template) GetAllKinesisVideoStreamResources() map[string]*kinesisvideo.Stream[any]
GetAllKinesisVideoStreamResources retrieves all kinesisvideo.Stream items from an AWS CloudFormation template
func (*Template) GetAllLakeFormationDataCellsFilterResources ¶
func (t *Template) GetAllLakeFormationDataCellsFilterResources() map[string]*lakeformation.DataCellsFilter[any]
GetAllLakeFormationDataCellsFilterResources retrieves all lakeformation.DataCellsFilter items from an AWS CloudFormation template
func (*Template) GetAllLakeFormationDataLakeSettingsResources ¶
func (t *Template) GetAllLakeFormationDataLakeSettingsResources() map[string]*lakeformation.DataLakeSettings[any]
GetAllLakeFormationDataLakeSettingsResources retrieves all lakeformation.DataLakeSettings items from an AWS CloudFormation template
func (*Template) GetAllLakeFormationPermissionsResources ¶
func (t *Template) GetAllLakeFormationPermissionsResources() map[string]*lakeformation.Permissions[any]
GetAllLakeFormationPermissionsResources retrieves all lakeformation.Permissions items from an AWS CloudFormation template
func (*Template) GetAllLakeFormationPrincipalPermissionsResources ¶
func (t *Template) GetAllLakeFormationPrincipalPermissionsResources() map[string]*lakeformation.PrincipalPermissions[any]
GetAllLakeFormationPrincipalPermissionsResources retrieves all lakeformation.PrincipalPermissions items from an AWS CloudFormation template
func (*Template) GetAllLakeFormationResourceResources ¶
func (t *Template) GetAllLakeFormationResourceResources() map[string]*lakeformation.Resource[any]
GetAllLakeFormationResourceResources retrieves all lakeformation.Resource items from an AWS CloudFormation template
func (*Template) GetAllLakeFormationTagAssociationResources ¶
func (t *Template) GetAllLakeFormationTagAssociationResources() map[string]*lakeformation.TagAssociation[any]
GetAllLakeFormationTagAssociationResources retrieves all lakeformation.TagAssociation items from an AWS CloudFormation template
func (*Template) GetAllLakeFormationTagResources ¶
func (t *Template) GetAllLakeFormationTagResources() map[string]*lakeformation.Tag[any]
GetAllLakeFormationTagResources retrieves all lakeformation.Tag items from an AWS CloudFormation template
func (*Template) GetAllLambdaAliasResources ¶
GetAllLambdaAliasResources retrieves all lambda.Alias items from an AWS CloudFormation template
func (*Template) GetAllLambdaCodeSigningConfigResources ¶
func (t *Template) GetAllLambdaCodeSigningConfigResources() map[string]*lambda.CodeSigningConfig[any]
GetAllLambdaCodeSigningConfigResources retrieves all lambda.CodeSigningConfig items from an AWS CloudFormation template
func (*Template) GetAllLambdaEventInvokeConfigResources ¶
func (t *Template) GetAllLambdaEventInvokeConfigResources() map[string]*lambda.EventInvokeConfig[any]
GetAllLambdaEventInvokeConfigResources retrieves all lambda.EventInvokeConfig items from an AWS CloudFormation template
func (*Template) GetAllLambdaEventSourceMappingResources ¶
func (t *Template) GetAllLambdaEventSourceMappingResources() map[string]*lambda.EventSourceMapping[any]
GetAllLambdaEventSourceMappingResources retrieves all lambda.EventSourceMapping items from an AWS CloudFormation template
func (*Template) GetAllLambdaFunctionResources ¶
GetAllLambdaFunctionResources retrieves all lambda.Function items from an AWS CloudFormation template
func (*Template) GetAllLambdaLayerVersionPermissionResources ¶
func (t *Template) GetAllLambdaLayerVersionPermissionResources() map[string]*lambda.LayerVersionPermission[any]
GetAllLambdaLayerVersionPermissionResources retrieves all lambda.LayerVersionPermission items from an AWS CloudFormation template
func (*Template) GetAllLambdaLayerVersionResources ¶
func (t *Template) GetAllLambdaLayerVersionResources() map[string]*lambda.LayerVersion[any]
GetAllLambdaLayerVersionResources retrieves all lambda.LayerVersion items from an AWS CloudFormation template
func (*Template) GetAllLambdaPermissionResources ¶
func (t *Template) GetAllLambdaPermissionResources() map[string]*lambda.Permission[any]
GetAllLambdaPermissionResources retrieves all lambda.Permission items from an AWS CloudFormation template
func (*Template) GetAllLambdaUrlResources ¶
GetAllLambdaUrlResources retrieves all lambda.Url items from an AWS CloudFormation template
func (*Template) GetAllLambdaVersionResources ¶
GetAllLambdaVersionResources retrieves all lambda.Version items from an AWS CloudFormation template
func (*Template) GetAllLexBotAliasResources ¶
GetAllLexBotAliasResources retrieves all lex.BotAlias items from an AWS CloudFormation template
func (*Template) GetAllLexBotResources ¶
GetAllLexBotResources retrieves all lex.Bot items from an AWS CloudFormation template
func (*Template) GetAllLexBotVersionResources ¶
func (t *Template) GetAllLexBotVersionResources() map[string]*lex.BotVersion[any]
GetAllLexBotVersionResources retrieves all lex.BotVersion items from an AWS CloudFormation template
func (*Template) GetAllLexResourcePolicyResources ¶
func (t *Template) GetAllLexResourcePolicyResources() map[string]*lex.ResourcePolicy[any]
GetAllLexResourcePolicyResources retrieves all lex.ResourcePolicy items from an AWS CloudFormation template
func (*Template) GetAllLicenseManagerGrantResources ¶
func (t *Template) GetAllLicenseManagerGrantResources() map[string]*licensemanager.Grant[any]
GetAllLicenseManagerGrantResources retrieves all licensemanager.Grant items from an AWS CloudFormation template
func (*Template) GetAllLicenseManagerLicenseResources ¶
func (t *Template) GetAllLicenseManagerLicenseResources() map[string]*licensemanager.License[any]
GetAllLicenseManagerLicenseResources retrieves all licensemanager.License items from an AWS CloudFormation template
func (*Template) GetAllLightsailAlarmResources ¶
GetAllLightsailAlarmResources retrieves all lightsail.Alarm items from an AWS CloudFormation template
func (*Template) GetAllLightsailBucketResources ¶
GetAllLightsailBucketResources retrieves all lightsail.Bucket items from an AWS CloudFormation template
func (*Template) GetAllLightsailCertificateResources ¶
func (t *Template) GetAllLightsailCertificateResources() map[string]*lightsail.Certificate[any]
GetAllLightsailCertificateResources retrieves all lightsail.Certificate items from an AWS CloudFormation template
func (*Template) GetAllLightsailContainerResources ¶
GetAllLightsailContainerResources retrieves all lightsail.Container items from an AWS CloudFormation template
func (*Template) GetAllLightsailDatabaseResources ¶
GetAllLightsailDatabaseResources retrieves all lightsail.Database items from an AWS CloudFormation template
func (*Template) GetAllLightsailDiskResources ¶
GetAllLightsailDiskResources retrieves all lightsail.Disk items from an AWS CloudFormation template
func (*Template) GetAllLightsailDistributionResources ¶
func (t *Template) GetAllLightsailDistributionResources() map[string]*lightsail.Distribution[any]
GetAllLightsailDistributionResources retrieves all lightsail.Distribution items from an AWS CloudFormation template
func (*Template) GetAllLightsailInstanceResources ¶
GetAllLightsailInstanceResources retrieves all lightsail.Instance items from an AWS CloudFormation template
func (*Template) GetAllLightsailLoadBalancerResources ¶
func (t *Template) GetAllLightsailLoadBalancerResources() map[string]*lightsail.LoadBalancer[any]
GetAllLightsailLoadBalancerResources retrieves all lightsail.LoadBalancer items from an AWS CloudFormation template
func (*Template) GetAllLightsailLoadBalancerTlsCertificateResources ¶
func (t *Template) GetAllLightsailLoadBalancerTlsCertificateResources() map[string]*lightsail.LoadBalancerTlsCertificate[any]
GetAllLightsailLoadBalancerTlsCertificateResources retrieves all lightsail.LoadBalancerTlsCertificate items from an AWS CloudFormation template
func (*Template) GetAllLightsailStaticIpResources ¶
GetAllLightsailStaticIpResources retrieves all lightsail.StaticIp items from an AWS CloudFormation template
func (*Template) GetAllLocationGeofenceCollectionResources ¶
func (t *Template) GetAllLocationGeofenceCollectionResources() map[string]*location.GeofenceCollection[any]
GetAllLocationGeofenceCollectionResources retrieves all location.GeofenceCollection items from an AWS CloudFormation template
func (*Template) GetAllLocationMapResources ¶
GetAllLocationMapResources retrieves all location.Map items from an AWS CloudFormation template
func (*Template) GetAllLocationPlaceIndexResources ¶
func (t *Template) GetAllLocationPlaceIndexResources() map[string]*location.PlaceIndex[any]
GetAllLocationPlaceIndexResources retrieves all location.PlaceIndex items from an AWS CloudFormation template
func (*Template) GetAllLocationRouteCalculatorResources ¶
func (t *Template) GetAllLocationRouteCalculatorResources() map[string]*location.RouteCalculator[any]
GetAllLocationRouteCalculatorResources retrieves all location.RouteCalculator items from an AWS CloudFormation template
func (*Template) GetAllLocationTrackerConsumerResources ¶
func (t *Template) GetAllLocationTrackerConsumerResources() map[string]*location.TrackerConsumer[any]
GetAllLocationTrackerConsumerResources retrieves all location.TrackerConsumer items from an AWS CloudFormation template
func (*Template) GetAllLocationTrackerResources ¶
GetAllLocationTrackerResources retrieves all location.Tracker items from an AWS CloudFormation template
func (*Template) GetAllLogsAccountPolicyResources ¶
func (t *Template) GetAllLogsAccountPolicyResources() map[string]*logs.AccountPolicy[any]
GetAllLogsAccountPolicyResources retrieves all logs.AccountPolicy items from an AWS CloudFormation template
func (*Template) GetAllLogsDestinationResources ¶
func (t *Template) GetAllLogsDestinationResources() map[string]*logs.Destination[any]
GetAllLogsDestinationResources retrieves all logs.Destination items from an AWS CloudFormation template
func (*Template) GetAllLogsLogGroupResources ¶
GetAllLogsLogGroupResources retrieves all logs.LogGroup items from an AWS CloudFormation template
func (*Template) GetAllLogsLogStreamResources ¶
GetAllLogsLogStreamResources retrieves all logs.LogStream items from an AWS CloudFormation template
func (*Template) GetAllLogsMetricFilterResources ¶
func (t *Template) GetAllLogsMetricFilterResources() map[string]*logs.MetricFilter[any]
GetAllLogsMetricFilterResources retrieves all logs.MetricFilter items from an AWS CloudFormation template
func (*Template) GetAllLogsQueryDefinitionResources ¶
func (t *Template) GetAllLogsQueryDefinitionResources() map[string]*logs.QueryDefinition[any]
GetAllLogsQueryDefinitionResources retrieves all logs.QueryDefinition items from an AWS CloudFormation template
func (*Template) GetAllLogsResourcePolicyResources ¶
func (t *Template) GetAllLogsResourcePolicyResources() map[string]*logs.ResourcePolicy[any]
GetAllLogsResourcePolicyResources retrieves all logs.ResourcePolicy items from an AWS CloudFormation template
func (*Template) GetAllLogsSubscriptionFilterResources ¶
func (t *Template) GetAllLogsSubscriptionFilterResources() map[string]*logs.SubscriptionFilter[any]
GetAllLogsSubscriptionFilterResources retrieves all logs.SubscriptionFilter items from an AWS CloudFormation template
func (*Template) GetAllLookoutEquipmentInferenceSchedulerResources ¶
func (t *Template) GetAllLookoutEquipmentInferenceSchedulerResources() map[string]*lookoutequipment.InferenceScheduler[any]
GetAllLookoutEquipmentInferenceSchedulerResources retrieves all lookoutequipment.InferenceScheduler items from an AWS CloudFormation template
func (*Template) GetAllLookoutMetricsAlertResources ¶
func (t *Template) GetAllLookoutMetricsAlertResources() map[string]*lookoutmetrics.Alert[any]
GetAllLookoutMetricsAlertResources retrieves all lookoutmetrics.Alert items from an AWS CloudFormation template
func (*Template) GetAllLookoutMetricsAnomalyDetectorResources ¶
func (t *Template) GetAllLookoutMetricsAnomalyDetectorResources() map[string]*lookoutmetrics.AnomalyDetector[any]
GetAllLookoutMetricsAnomalyDetectorResources retrieves all lookoutmetrics.AnomalyDetector items from an AWS CloudFormation template
func (*Template) GetAllLookoutVisionProjectResources ¶
func (t *Template) GetAllLookoutVisionProjectResources() map[string]*lookoutvision.Project[any]
GetAllLookoutVisionProjectResources retrieves all lookoutvision.Project items from an AWS CloudFormation template
func (*Template) GetAllM2ApplicationResources ¶
func (t *Template) GetAllM2ApplicationResources() map[string]*m2.Application[any]
GetAllM2ApplicationResources retrieves all m2.Application items from an AWS CloudFormation template
func (*Template) GetAllM2EnvironmentResources ¶
func (t *Template) GetAllM2EnvironmentResources() map[string]*m2.Environment[any]
GetAllM2EnvironmentResources retrieves all m2.Environment items from an AWS CloudFormation template
func (*Template) GetAllMSKBatchScramSecretResources ¶
func (t *Template) GetAllMSKBatchScramSecretResources() map[string]*msk.BatchScramSecret[any]
GetAllMSKBatchScramSecretResources retrieves all msk.BatchScramSecret items from an AWS CloudFormation template
func (*Template) GetAllMSKClusterPolicyResources ¶
func (t *Template) GetAllMSKClusterPolicyResources() map[string]*msk.ClusterPolicy[any]
GetAllMSKClusterPolicyResources retrieves all msk.ClusterPolicy items from an AWS CloudFormation template
func (*Template) GetAllMSKClusterResources ¶
GetAllMSKClusterResources retrieves all msk.Cluster items from an AWS CloudFormation template
func (*Template) GetAllMSKConfigurationResources ¶
func (t *Template) GetAllMSKConfigurationResources() map[string]*msk.Configuration[any]
GetAllMSKConfigurationResources retrieves all msk.Configuration items from an AWS CloudFormation template
func (*Template) GetAllMSKReplicatorResources ¶
func (t *Template) GetAllMSKReplicatorResources() map[string]*msk.Replicator[any]
GetAllMSKReplicatorResources retrieves all msk.Replicator items from an AWS CloudFormation template
func (*Template) GetAllMSKServerlessClusterResources ¶
func (t *Template) GetAllMSKServerlessClusterResources() map[string]*msk.ServerlessCluster[any]
GetAllMSKServerlessClusterResources retrieves all msk.ServerlessCluster items from an AWS CloudFormation template
func (*Template) GetAllMSKVpcConnectionResources ¶
func (t *Template) GetAllMSKVpcConnectionResources() map[string]*msk.VpcConnection[any]
GetAllMSKVpcConnectionResources retrieves all msk.VpcConnection items from an AWS CloudFormation template
func (*Template) GetAllMWAAEnvironmentResources ¶
func (t *Template) GetAllMWAAEnvironmentResources() map[string]*mwaa.Environment[any]
GetAllMWAAEnvironmentResources retrieves all mwaa.Environment items from an AWS CloudFormation template
func (*Template) GetAllMacieAllowListResources ¶
GetAllMacieAllowListResources retrieves all macie.AllowList items from an AWS CloudFormation template
func (*Template) GetAllMacieCustomDataIdentifierResources ¶
func (t *Template) GetAllMacieCustomDataIdentifierResources() map[string]*macie.CustomDataIdentifier[any]
GetAllMacieCustomDataIdentifierResources retrieves all macie.CustomDataIdentifier items from an AWS CloudFormation template
func (*Template) GetAllMacieFindingsFilterResources ¶
func (t *Template) GetAllMacieFindingsFilterResources() map[string]*macie.FindingsFilter[any]
GetAllMacieFindingsFilterResources retrieves all macie.FindingsFilter items from an AWS CloudFormation template
func (*Template) GetAllMacieSessionResources ¶
GetAllMacieSessionResources retrieves all macie.Session items from an AWS CloudFormation template
func (*Template) GetAllManagedBlockchainAccessorResources ¶
func (t *Template) GetAllManagedBlockchainAccessorResources() map[string]*managedblockchain.Accessor[any]
GetAllManagedBlockchainAccessorResources retrieves all managedblockchain.Accessor items from an AWS CloudFormation template
func (*Template) GetAllManagedBlockchainMemberResources ¶
func (t *Template) GetAllManagedBlockchainMemberResources() map[string]*managedblockchain.Member[any]
GetAllManagedBlockchainMemberResources retrieves all managedblockchain.Member items from an AWS CloudFormation template
func (*Template) GetAllManagedBlockchainNodeResources ¶
func (t *Template) GetAllManagedBlockchainNodeResources() map[string]*managedblockchain.Node[any]
GetAllManagedBlockchainNodeResources retrieves all managedblockchain.Node items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectBridgeOutputResources ¶
func (t *Template) GetAllMediaConnectBridgeOutputResources() map[string]*mediaconnect.BridgeOutput[any]
GetAllMediaConnectBridgeOutputResources retrieves all mediaconnect.BridgeOutput items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectBridgeResources ¶
func (t *Template) GetAllMediaConnectBridgeResources() map[string]*mediaconnect.Bridge[any]
GetAllMediaConnectBridgeResources retrieves all mediaconnect.Bridge items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectBridgeSourceResources ¶
func (t *Template) GetAllMediaConnectBridgeSourceResources() map[string]*mediaconnect.BridgeSource[any]
GetAllMediaConnectBridgeSourceResources retrieves all mediaconnect.BridgeSource items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectFlowEntitlementResources ¶
func (t *Template) GetAllMediaConnectFlowEntitlementResources() map[string]*mediaconnect.FlowEntitlement[any]
GetAllMediaConnectFlowEntitlementResources retrieves all mediaconnect.FlowEntitlement items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectFlowOutputResources ¶
func (t *Template) GetAllMediaConnectFlowOutputResources() map[string]*mediaconnect.FlowOutput[any]
GetAllMediaConnectFlowOutputResources retrieves all mediaconnect.FlowOutput items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectFlowResources ¶
func (t *Template) GetAllMediaConnectFlowResources() map[string]*mediaconnect.Flow[any]
GetAllMediaConnectFlowResources retrieves all mediaconnect.Flow items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectFlowSourceResources ¶
func (t *Template) GetAllMediaConnectFlowSourceResources() map[string]*mediaconnect.FlowSource[any]
GetAllMediaConnectFlowSourceResources retrieves all mediaconnect.FlowSource items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectFlowVpcInterfaceResources ¶
func (t *Template) GetAllMediaConnectFlowVpcInterfaceResources() map[string]*mediaconnect.FlowVpcInterface[any]
GetAllMediaConnectFlowVpcInterfaceResources retrieves all mediaconnect.FlowVpcInterface items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectGatewayResources ¶
func (t *Template) GetAllMediaConnectGatewayResources() map[string]*mediaconnect.Gateway[any]
GetAllMediaConnectGatewayResources retrieves all mediaconnect.Gateway items from an AWS CloudFormation template
func (*Template) GetAllMediaConvertJobTemplateResources ¶
func (t *Template) GetAllMediaConvertJobTemplateResources() map[string]*mediaconvert.JobTemplate[any]
GetAllMediaConvertJobTemplateResources retrieves all mediaconvert.JobTemplate items from an AWS CloudFormation template
func (*Template) GetAllMediaConvertPresetResources ¶
func (t *Template) GetAllMediaConvertPresetResources() map[string]*mediaconvert.Preset[any]
GetAllMediaConvertPresetResources retrieves all mediaconvert.Preset items from an AWS CloudFormation template
func (*Template) GetAllMediaConvertQueueResources ¶
func (t *Template) GetAllMediaConvertQueueResources() map[string]*mediaconvert.Queue[any]
GetAllMediaConvertQueueResources retrieves all mediaconvert.Queue items from an AWS CloudFormation template
func (*Template) GetAllMediaLiveChannelResources ¶
GetAllMediaLiveChannelResources retrieves all medialive.Channel items from an AWS CloudFormation template
func (*Template) GetAllMediaLiveInputResources ¶
GetAllMediaLiveInputResources retrieves all medialive.Input items from an AWS CloudFormation template
func (*Template) GetAllMediaLiveInputSecurityGroupResources ¶
func (t *Template) GetAllMediaLiveInputSecurityGroupResources() map[string]*medialive.InputSecurityGroup[any]
GetAllMediaLiveInputSecurityGroupResources retrieves all medialive.InputSecurityGroup items from an AWS CloudFormation template
func (*Template) GetAllMediaLiveMultiplexResources ¶
GetAllMediaLiveMultiplexResources retrieves all medialive.Multiplex items from an AWS CloudFormation template
func (*Template) GetAllMediaLiveMultiplexprogramResources ¶
func (t *Template) GetAllMediaLiveMultiplexprogramResources() map[string]*medialive.Multiplexprogram[any]
GetAllMediaLiveMultiplexprogramResources retrieves all medialive.Multiplexprogram items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageAssetResources ¶
func (t *Template) GetAllMediaPackageAssetResources() map[string]*mediapackage.Asset[any]
GetAllMediaPackageAssetResources retrieves all mediapackage.Asset items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageChannelResources ¶
func (t *Template) GetAllMediaPackageChannelResources() map[string]*mediapackage.Channel[any]
GetAllMediaPackageChannelResources retrieves all mediapackage.Channel items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageOriginEndpointResources ¶
func (t *Template) GetAllMediaPackageOriginEndpointResources() map[string]*mediapackage.OriginEndpoint[any]
GetAllMediaPackageOriginEndpointResources retrieves all mediapackage.OriginEndpoint items from an AWS CloudFormation template
func (*Template) GetAllMediaPackagePackagingConfigurationResources ¶
func (t *Template) GetAllMediaPackagePackagingConfigurationResources() map[string]*mediapackage.PackagingConfiguration[any]
GetAllMediaPackagePackagingConfigurationResources retrieves all mediapackage.PackagingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllMediaPackagePackagingGroupResources ¶
func (t *Template) GetAllMediaPackagePackagingGroupResources() map[string]*mediapackage.PackagingGroup[any]
GetAllMediaPackagePackagingGroupResources retrieves all mediapackage.PackagingGroup items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageV2ChannelGroupResources ¶
func (t *Template) GetAllMediaPackageV2ChannelGroupResources() map[string]*mediapackagev2.ChannelGroup[any]
GetAllMediaPackageV2ChannelGroupResources retrieves all mediapackagev2.ChannelGroup items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageV2ChannelPolicyResources ¶
func (t *Template) GetAllMediaPackageV2ChannelPolicyResources() map[string]*mediapackagev2.ChannelPolicy[any]
GetAllMediaPackageV2ChannelPolicyResources retrieves all mediapackagev2.ChannelPolicy items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageV2ChannelResources ¶
func (t *Template) GetAllMediaPackageV2ChannelResources() map[string]*mediapackagev2.Channel[any]
GetAllMediaPackageV2ChannelResources retrieves all mediapackagev2.Channel items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageV2OriginEndpointPolicyResources ¶
func (t *Template) GetAllMediaPackageV2OriginEndpointPolicyResources() map[string]*mediapackagev2.OriginEndpointPolicy[any]
GetAllMediaPackageV2OriginEndpointPolicyResources retrieves all mediapackagev2.OriginEndpointPolicy items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageV2OriginEndpointResources ¶
func (t *Template) GetAllMediaPackageV2OriginEndpointResources() map[string]*mediapackagev2.OriginEndpoint[any]
GetAllMediaPackageV2OriginEndpointResources retrieves all mediapackagev2.OriginEndpoint items from an AWS CloudFormation template
func (*Template) GetAllMediaStoreContainerResources ¶
func (t *Template) GetAllMediaStoreContainerResources() map[string]*mediastore.Container[any]
GetAllMediaStoreContainerResources retrieves all mediastore.Container items from an AWS CloudFormation template
func (*Template) GetAllMediaTailorChannelPolicyResources ¶
func (t *Template) GetAllMediaTailorChannelPolicyResources() map[string]*mediatailor.ChannelPolicy[any]
GetAllMediaTailorChannelPolicyResources retrieves all mediatailor.ChannelPolicy items from an AWS CloudFormation template
func (*Template) GetAllMediaTailorChannelResources ¶
func (t *Template) GetAllMediaTailorChannelResources() map[string]*mediatailor.Channel[any]
GetAllMediaTailorChannelResources retrieves all mediatailor.Channel items from an AWS CloudFormation template
func (*Template) GetAllMediaTailorLiveSourceResources ¶
func (t *Template) GetAllMediaTailorLiveSourceResources() map[string]*mediatailor.LiveSource[any]
GetAllMediaTailorLiveSourceResources retrieves all mediatailor.LiveSource items from an AWS CloudFormation template
func (*Template) GetAllMediaTailorPlaybackConfigurationResources ¶
func (t *Template) GetAllMediaTailorPlaybackConfigurationResources() map[string]*mediatailor.PlaybackConfiguration[any]
GetAllMediaTailorPlaybackConfigurationResources retrieves all mediatailor.PlaybackConfiguration items from an AWS CloudFormation template
func (*Template) GetAllMediaTailorSourceLocationResources ¶
func (t *Template) GetAllMediaTailorSourceLocationResources() map[string]*mediatailor.SourceLocation[any]
GetAllMediaTailorSourceLocationResources retrieves all mediatailor.SourceLocation items from an AWS CloudFormation template
func (*Template) GetAllMediaTailorVodSourceResources ¶
func (t *Template) GetAllMediaTailorVodSourceResources() map[string]*mediatailor.VodSource[any]
GetAllMediaTailorVodSourceResources retrieves all mediatailor.VodSource items from an AWS CloudFormation template
func (*Template) GetAllMemoryDBACLResources ¶
GetAllMemoryDBACLResources retrieves all memorydb.ACL items from an AWS CloudFormation template
func (*Template) GetAllMemoryDBClusterResources ¶
GetAllMemoryDBClusterResources retrieves all memorydb.Cluster items from an AWS CloudFormation template
func (*Template) GetAllMemoryDBParameterGroupResources ¶
func (t *Template) GetAllMemoryDBParameterGroupResources() map[string]*memorydb.ParameterGroup[any]
GetAllMemoryDBParameterGroupResources retrieves all memorydb.ParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllMemoryDBSubnetGroupResources ¶
func (t *Template) GetAllMemoryDBSubnetGroupResources() map[string]*memorydb.SubnetGroup[any]
GetAllMemoryDBSubnetGroupResources retrieves all memorydb.SubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllMemoryDBUserResources ¶
GetAllMemoryDBUserResources retrieves all memorydb.User items from an AWS CloudFormation template
func (*Template) GetAllNeptuneDBClusterParameterGroupResources ¶
func (t *Template) GetAllNeptuneDBClusterParameterGroupResources() map[string]*neptune.DBClusterParameterGroup[any]
GetAllNeptuneDBClusterParameterGroupResources retrieves all neptune.DBClusterParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllNeptuneDBClusterResources ¶
GetAllNeptuneDBClusterResources retrieves all neptune.DBCluster items from an AWS CloudFormation template
func (*Template) GetAllNeptuneDBInstanceResources ¶
func (t *Template) GetAllNeptuneDBInstanceResources() map[string]*neptune.DBInstance[any]
GetAllNeptuneDBInstanceResources retrieves all neptune.DBInstance items from an AWS CloudFormation template
func (*Template) GetAllNeptuneDBParameterGroupResources ¶
func (t *Template) GetAllNeptuneDBParameterGroupResources() map[string]*neptune.DBParameterGroup[any]
GetAllNeptuneDBParameterGroupResources retrieves all neptune.DBParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllNeptuneDBSubnetGroupResources ¶
func (t *Template) GetAllNeptuneDBSubnetGroupResources() map[string]*neptune.DBSubnetGroup[any]
GetAllNeptuneDBSubnetGroupResources retrieves all neptune.DBSubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllNetworkFirewallFirewallPolicyResources ¶
func (t *Template) GetAllNetworkFirewallFirewallPolicyResources() map[string]*networkfirewall.FirewallPolicy[any]
GetAllNetworkFirewallFirewallPolicyResources retrieves all networkfirewall.FirewallPolicy items from an AWS CloudFormation template
func (*Template) GetAllNetworkFirewallFirewallResources ¶
func (t *Template) GetAllNetworkFirewallFirewallResources() map[string]*networkfirewall.Firewall[any]
GetAllNetworkFirewallFirewallResources retrieves all networkfirewall.Firewall items from an AWS CloudFormation template
func (*Template) GetAllNetworkFirewallLoggingConfigurationResources ¶
func (t *Template) GetAllNetworkFirewallLoggingConfigurationResources() map[string]*networkfirewall.LoggingConfiguration[any]
GetAllNetworkFirewallLoggingConfigurationResources retrieves all networkfirewall.LoggingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllNetworkFirewallRuleGroupResources ¶
func (t *Template) GetAllNetworkFirewallRuleGroupResources() map[string]*networkfirewall.RuleGroup[any]
GetAllNetworkFirewallRuleGroupResources retrieves all networkfirewall.RuleGroup items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerConnectAttachmentResources ¶
func (t *Template) GetAllNetworkManagerConnectAttachmentResources() map[string]*networkmanager.ConnectAttachment[any]
GetAllNetworkManagerConnectAttachmentResources retrieves all networkmanager.ConnectAttachment items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerConnectPeerResources ¶
func (t *Template) GetAllNetworkManagerConnectPeerResources() map[string]*networkmanager.ConnectPeer[any]
GetAllNetworkManagerConnectPeerResources retrieves all networkmanager.ConnectPeer items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerCoreNetworkResources ¶
func (t *Template) GetAllNetworkManagerCoreNetworkResources() map[string]*networkmanager.CoreNetwork[any]
GetAllNetworkManagerCoreNetworkResources retrieves all networkmanager.CoreNetwork items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerCustomerGatewayAssociationResources ¶
func (t *Template) GetAllNetworkManagerCustomerGatewayAssociationResources() map[string]*networkmanager.CustomerGatewayAssociation[any]
GetAllNetworkManagerCustomerGatewayAssociationResources retrieves all networkmanager.CustomerGatewayAssociation items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerDeviceResources ¶
func (t *Template) GetAllNetworkManagerDeviceResources() map[string]*networkmanager.Device[any]
GetAllNetworkManagerDeviceResources retrieves all networkmanager.Device items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerGlobalNetworkResources ¶
func (t *Template) GetAllNetworkManagerGlobalNetworkResources() map[string]*networkmanager.GlobalNetwork[any]
GetAllNetworkManagerGlobalNetworkResources retrieves all networkmanager.GlobalNetwork items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerLinkAssociationResources ¶
func (t *Template) GetAllNetworkManagerLinkAssociationResources() map[string]*networkmanager.LinkAssociation[any]
GetAllNetworkManagerLinkAssociationResources retrieves all networkmanager.LinkAssociation items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerLinkResources ¶
func (t *Template) GetAllNetworkManagerLinkResources() map[string]*networkmanager.Link[any]
GetAllNetworkManagerLinkResources retrieves all networkmanager.Link items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerSiteResources ¶
func (t *Template) GetAllNetworkManagerSiteResources() map[string]*networkmanager.Site[any]
GetAllNetworkManagerSiteResources retrieves all networkmanager.Site items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerSiteToSiteVpnAttachmentResources ¶
func (t *Template) GetAllNetworkManagerSiteToSiteVpnAttachmentResources() map[string]*networkmanager.SiteToSiteVpnAttachment[any]
GetAllNetworkManagerSiteToSiteVpnAttachmentResources retrieves all networkmanager.SiteToSiteVpnAttachment items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerTransitGatewayPeeringResources ¶
func (t *Template) GetAllNetworkManagerTransitGatewayPeeringResources() map[string]*networkmanager.TransitGatewayPeering[any]
GetAllNetworkManagerTransitGatewayPeeringResources retrieves all networkmanager.TransitGatewayPeering items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerTransitGatewayRegistrationResources ¶
func (t *Template) GetAllNetworkManagerTransitGatewayRegistrationResources() map[string]*networkmanager.TransitGatewayRegistration[any]
GetAllNetworkManagerTransitGatewayRegistrationResources retrieves all networkmanager.TransitGatewayRegistration items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerTransitGatewayRouteTableAttachmentResources ¶
func (t *Template) GetAllNetworkManagerTransitGatewayRouteTableAttachmentResources() map[string]*networkmanager.TransitGatewayRouteTableAttachment[any]
GetAllNetworkManagerTransitGatewayRouteTableAttachmentResources retrieves all networkmanager.TransitGatewayRouteTableAttachment items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerVpcAttachmentResources ¶
func (t *Template) GetAllNetworkManagerVpcAttachmentResources() map[string]*networkmanager.VpcAttachment[any]
GetAllNetworkManagerVpcAttachmentResources retrieves all networkmanager.VpcAttachment items from an AWS CloudFormation template
func (*Template) GetAllNimbleStudioLaunchProfileResources ¶
func (t *Template) GetAllNimbleStudioLaunchProfileResources() map[string]*nimblestudio.LaunchProfile[any]
GetAllNimbleStudioLaunchProfileResources retrieves all nimblestudio.LaunchProfile items from an AWS CloudFormation template
func (*Template) GetAllNimbleStudioStreamingImageResources ¶
func (t *Template) GetAllNimbleStudioStreamingImageResources() map[string]*nimblestudio.StreamingImage[any]
GetAllNimbleStudioStreamingImageResources retrieves all nimblestudio.StreamingImage items from an AWS CloudFormation template
func (*Template) GetAllNimbleStudioStudioComponentResources ¶
func (t *Template) GetAllNimbleStudioStudioComponentResources() map[string]*nimblestudio.StudioComponent[any]
GetAllNimbleStudioStudioComponentResources retrieves all nimblestudio.StudioComponent items from an AWS CloudFormation template
func (*Template) GetAllNimbleStudioStudioResources ¶
func (t *Template) GetAllNimbleStudioStudioResources() map[string]*nimblestudio.Studio[any]
GetAllNimbleStudioStudioResources retrieves all nimblestudio.Studio items from an AWS CloudFormation template
func (*Template) GetAllOSISPipelineResources ¶
GetAllOSISPipelineResources retrieves all osis.Pipeline items from an AWS CloudFormation template
func (*Template) GetAllOamLinkResources ¶
GetAllOamLinkResources retrieves all oam.Link items from an AWS CloudFormation template
func (*Template) GetAllOamSinkResources ¶
GetAllOamSinkResources retrieves all oam.Sink items from an AWS CloudFormation template
func (*Template) GetAllOmicsAnnotationStoreResources ¶
func (t *Template) GetAllOmicsAnnotationStoreResources() map[string]*omics.AnnotationStore[any]
GetAllOmicsAnnotationStoreResources retrieves all omics.AnnotationStore items from an AWS CloudFormation template
func (*Template) GetAllOmicsReferenceStoreResources ¶
func (t *Template) GetAllOmicsReferenceStoreResources() map[string]*omics.ReferenceStore[any]
GetAllOmicsReferenceStoreResources retrieves all omics.ReferenceStore items from an AWS CloudFormation template
func (*Template) GetAllOmicsRunGroupResources ¶
GetAllOmicsRunGroupResources retrieves all omics.RunGroup items from an AWS CloudFormation template
func (*Template) GetAllOmicsSequenceStoreResources ¶
func (t *Template) GetAllOmicsSequenceStoreResources() map[string]*omics.SequenceStore[any]
GetAllOmicsSequenceStoreResources retrieves all omics.SequenceStore items from an AWS CloudFormation template
func (*Template) GetAllOmicsVariantStoreResources ¶
func (t *Template) GetAllOmicsVariantStoreResources() map[string]*omics.VariantStore[any]
GetAllOmicsVariantStoreResources retrieves all omics.VariantStore items from an AWS CloudFormation template
func (*Template) GetAllOmicsWorkflowResources ¶
GetAllOmicsWorkflowResources retrieves all omics.Workflow items from an AWS CloudFormation template
func (*Template) GetAllOpenSearchServerlessAccessPolicyResources ¶
func (t *Template) GetAllOpenSearchServerlessAccessPolicyResources() map[string]*opensearchserverless.AccessPolicy[any]
GetAllOpenSearchServerlessAccessPolicyResources retrieves all opensearchserverless.AccessPolicy items from an AWS CloudFormation template
func (*Template) GetAllOpenSearchServerlessCollectionResources ¶
func (t *Template) GetAllOpenSearchServerlessCollectionResources() map[string]*opensearchserverless.Collection[any]
GetAllOpenSearchServerlessCollectionResources retrieves all opensearchserverless.Collection items from an AWS CloudFormation template
func (*Template) GetAllOpenSearchServerlessSecurityConfigResources ¶
func (t *Template) GetAllOpenSearchServerlessSecurityConfigResources() map[string]*opensearchserverless.SecurityConfig[any]
GetAllOpenSearchServerlessSecurityConfigResources retrieves all opensearchserverless.SecurityConfig items from an AWS CloudFormation template
func (*Template) GetAllOpenSearchServerlessSecurityPolicyResources ¶
func (t *Template) GetAllOpenSearchServerlessSecurityPolicyResources() map[string]*opensearchserverless.SecurityPolicy[any]
GetAllOpenSearchServerlessSecurityPolicyResources retrieves all opensearchserverless.SecurityPolicy items from an AWS CloudFormation template
func (*Template) GetAllOpenSearchServerlessVpcEndpointResources ¶
func (t *Template) GetAllOpenSearchServerlessVpcEndpointResources() map[string]*opensearchserverless.VpcEndpoint[any]
GetAllOpenSearchServerlessVpcEndpointResources retrieves all opensearchserverless.VpcEndpoint items from an AWS CloudFormation template
func (*Template) GetAllOpenSearchServiceDomainResources ¶
func (t *Template) GetAllOpenSearchServiceDomainResources() map[string]*opensearchservice.Domain[any]
GetAllOpenSearchServiceDomainResources retrieves all opensearchservice.Domain items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksAppResources ¶
GetAllOpsWorksAppResources retrieves all opsworks.App items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksCMServerResources ¶
func (t *Template) GetAllOpsWorksCMServerResources() map[string]*opsworkscm.Server[any]
GetAllOpsWorksCMServerResources retrieves all opsworkscm.Server items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksElasticLoadBalancerAttachmentResources ¶
func (t *Template) GetAllOpsWorksElasticLoadBalancerAttachmentResources() map[string]*opsworks.ElasticLoadBalancerAttachment[any]
GetAllOpsWorksElasticLoadBalancerAttachmentResources retrieves all opsworks.ElasticLoadBalancerAttachment items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksInstanceResources ¶
GetAllOpsWorksInstanceResources retrieves all opsworks.Instance items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksLayerResources ¶
GetAllOpsWorksLayerResources retrieves all opsworks.Layer items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksStackResources ¶
GetAllOpsWorksStackResources retrieves all opsworks.Stack items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksUserProfileResources ¶
func (t *Template) GetAllOpsWorksUserProfileResources() map[string]*opsworks.UserProfile[any]
GetAllOpsWorksUserProfileResources retrieves all opsworks.UserProfile items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksVolumeResources ¶
GetAllOpsWorksVolumeResources retrieves all opsworks.Volume items from an AWS CloudFormation template
func (*Template) GetAllOrganizationsAccountResources ¶
func (t *Template) GetAllOrganizationsAccountResources() map[string]*organizations.Account[any]
GetAllOrganizationsAccountResources retrieves all organizations.Account items from an AWS CloudFormation template
func (*Template) GetAllOrganizationsOrganizationResources ¶
func (t *Template) GetAllOrganizationsOrganizationResources() map[string]*organizations.Organization[any]
GetAllOrganizationsOrganizationResources retrieves all organizations.Organization items from an AWS CloudFormation template
func (*Template) GetAllOrganizationsOrganizationalUnitResources ¶
func (t *Template) GetAllOrganizationsOrganizationalUnitResources() map[string]*organizations.OrganizationalUnit[any]
GetAllOrganizationsOrganizationalUnitResources retrieves all organizations.OrganizationalUnit items from an AWS CloudFormation template
func (*Template) GetAllOrganizationsPolicyResources ¶
func (t *Template) GetAllOrganizationsPolicyResources() map[string]*organizations.Policy[any]
GetAllOrganizationsPolicyResources retrieves all organizations.Policy items from an AWS CloudFormation template
func (*Template) GetAllOrganizationsResourcePolicyResources ¶
func (t *Template) GetAllOrganizationsResourcePolicyResources() map[string]*organizations.ResourcePolicy[any]
GetAllOrganizationsResourcePolicyResources retrieves all organizations.ResourcePolicy items from an AWS CloudFormation template
func (*Template) GetAllPCAConnectorADConnectorResources ¶
func (t *Template) GetAllPCAConnectorADConnectorResources() map[string]*pcaconnectorad.Connector[any]
GetAllPCAConnectorADConnectorResources retrieves all pcaconnectorad.Connector items from an AWS CloudFormation template
func (*Template) GetAllPCAConnectorADDirectoryRegistrationResources ¶
func (t *Template) GetAllPCAConnectorADDirectoryRegistrationResources() map[string]*pcaconnectorad.DirectoryRegistration[any]
GetAllPCAConnectorADDirectoryRegistrationResources retrieves all pcaconnectorad.DirectoryRegistration items from an AWS CloudFormation template
func (*Template) GetAllPCAConnectorADServicePrincipalNameResources ¶
func (t *Template) GetAllPCAConnectorADServicePrincipalNameResources() map[string]*pcaconnectorad.ServicePrincipalName[any]
GetAllPCAConnectorADServicePrincipalNameResources retrieves all pcaconnectorad.ServicePrincipalName items from an AWS CloudFormation template
func (*Template) GetAllPCAConnectorADTemplateGroupAccessControlEntryResources ¶
func (t *Template) GetAllPCAConnectorADTemplateGroupAccessControlEntryResources() map[string]*pcaconnectorad.TemplateGroupAccessControlEntry[any]
GetAllPCAConnectorADTemplateGroupAccessControlEntryResources retrieves all pcaconnectorad.TemplateGroupAccessControlEntry items from an AWS CloudFormation template
func (*Template) GetAllPCAConnectorADTemplateResources ¶
func (t *Template) GetAllPCAConnectorADTemplateResources() map[string]*pcaconnectorad.Template[any]
GetAllPCAConnectorADTemplateResources retrieves all pcaconnectorad.Template items from an AWS CloudFormation template
func (*Template) GetAllPanoramaApplicationInstanceResources ¶
func (t *Template) GetAllPanoramaApplicationInstanceResources() map[string]*panorama.ApplicationInstance[any]
GetAllPanoramaApplicationInstanceResources retrieves all panorama.ApplicationInstance items from an AWS CloudFormation template
func (*Template) GetAllPanoramaPackageResources ¶
GetAllPanoramaPackageResources retrieves all panorama.Package items from an AWS CloudFormation template
func (*Template) GetAllPanoramaPackageVersionResources ¶
func (t *Template) GetAllPanoramaPackageVersionResources() map[string]*panorama.PackageVersion[any]
GetAllPanoramaPackageVersionResources retrieves all panorama.PackageVersion items from an AWS CloudFormation template
func (*Template) GetAllPersonalizeDatasetGroupResources ¶
func (t *Template) GetAllPersonalizeDatasetGroupResources() map[string]*personalize.DatasetGroup[any]
GetAllPersonalizeDatasetGroupResources retrieves all personalize.DatasetGroup items from an AWS CloudFormation template
func (*Template) GetAllPersonalizeDatasetResources ¶
func (t *Template) GetAllPersonalizeDatasetResources() map[string]*personalize.Dataset[any]
GetAllPersonalizeDatasetResources retrieves all personalize.Dataset items from an AWS CloudFormation template
func (*Template) GetAllPersonalizeSchemaResources ¶
func (t *Template) GetAllPersonalizeSchemaResources() map[string]*personalize.Schema[any]
GetAllPersonalizeSchemaResources retrieves all personalize.Schema items from an AWS CloudFormation template
func (*Template) GetAllPersonalizeSolutionResources ¶
func (t *Template) GetAllPersonalizeSolutionResources() map[string]*personalize.Solution[any]
GetAllPersonalizeSolutionResources retrieves all personalize.Solution items from an AWS CloudFormation template
func (*Template) GetAllPinpointADMChannelResources ¶
func (t *Template) GetAllPinpointADMChannelResources() map[string]*pinpoint.ADMChannel[any]
GetAllPinpointADMChannelResources retrieves all pinpoint.ADMChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointAPNSChannelResources ¶
func (t *Template) GetAllPinpointAPNSChannelResources() map[string]*pinpoint.APNSChannel[any]
GetAllPinpointAPNSChannelResources retrieves all pinpoint.APNSChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointAPNSSandboxChannelResources ¶
func (t *Template) GetAllPinpointAPNSSandboxChannelResources() map[string]*pinpoint.APNSSandboxChannel[any]
GetAllPinpointAPNSSandboxChannelResources retrieves all pinpoint.APNSSandboxChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointAPNSVoipChannelResources ¶
func (t *Template) GetAllPinpointAPNSVoipChannelResources() map[string]*pinpoint.APNSVoipChannel[any]
GetAllPinpointAPNSVoipChannelResources retrieves all pinpoint.APNSVoipChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointAPNSVoipSandboxChannelResources ¶
func (t *Template) GetAllPinpointAPNSVoipSandboxChannelResources() map[string]*pinpoint.APNSVoipSandboxChannel[any]
GetAllPinpointAPNSVoipSandboxChannelResources retrieves all pinpoint.APNSVoipSandboxChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointAppResources ¶
GetAllPinpointAppResources retrieves all pinpoint.App items from an AWS CloudFormation template
func (*Template) GetAllPinpointApplicationSettingsResources ¶
func (t *Template) GetAllPinpointApplicationSettingsResources() map[string]*pinpoint.ApplicationSettings[any]
GetAllPinpointApplicationSettingsResources retrieves all pinpoint.ApplicationSettings items from an AWS CloudFormation template
func (*Template) GetAllPinpointBaiduChannelResources ¶
func (t *Template) GetAllPinpointBaiduChannelResources() map[string]*pinpoint.BaiduChannel[any]
GetAllPinpointBaiduChannelResources retrieves all pinpoint.BaiduChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointCampaignResources ¶
GetAllPinpointCampaignResources retrieves all pinpoint.Campaign items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailChannelResources ¶
func (t *Template) GetAllPinpointEmailChannelResources() map[string]*pinpoint.EmailChannel[any]
GetAllPinpointEmailChannelResources retrieves all pinpoint.EmailChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailConfigurationSetEventDestinationResources ¶
func (t *Template) GetAllPinpointEmailConfigurationSetEventDestinationResources() map[string]*pinpointemail.ConfigurationSetEventDestination[any]
GetAllPinpointEmailConfigurationSetEventDestinationResources retrieves all pinpointemail.ConfigurationSetEventDestination items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailConfigurationSetResources ¶
func (t *Template) GetAllPinpointEmailConfigurationSetResources() map[string]*pinpointemail.ConfigurationSet[any]
GetAllPinpointEmailConfigurationSetResources retrieves all pinpointemail.ConfigurationSet items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailDedicatedIpPoolResources ¶
func (t *Template) GetAllPinpointEmailDedicatedIpPoolResources() map[string]*pinpointemail.DedicatedIpPool[any]
GetAllPinpointEmailDedicatedIpPoolResources retrieves all pinpointemail.DedicatedIpPool items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailIdentityResources ¶
func (t *Template) GetAllPinpointEmailIdentityResources() map[string]*pinpointemail.Identity[any]
GetAllPinpointEmailIdentityResources retrieves all pinpointemail.Identity items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailTemplateResources ¶
func (t *Template) GetAllPinpointEmailTemplateResources() map[string]*pinpoint.EmailTemplate[any]
GetAllPinpointEmailTemplateResources retrieves all pinpoint.EmailTemplate items from an AWS CloudFormation template
func (*Template) GetAllPinpointEventStreamResources ¶
func (t *Template) GetAllPinpointEventStreamResources() map[string]*pinpoint.EventStream[any]
GetAllPinpointEventStreamResources retrieves all pinpoint.EventStream items from an AWS CloudFormation template
func (*Template) GetAllPinpointGCMChannelResources ¶
func (t *Template) GetAllPinpointGCMChannelResources() map[string]*pinpoint.GCMChannel[any]
GetAllPinpointGCMChannelResources retrieves all pinpoint.GCMChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointInAppTemplateResources ¶
func (t *Template) GetAllPinpointInAppTemplateResources() map[string]*pinpoint.InAppTemplate[any]
GetAllPinpointInAppTemplateResources retrieves all pinpoint.InAppTemplate items from an AWS CloudFormation template
func (*Template) GetAllPinpointPushTemplateResources ¶
func (t *Template) GetAllPinpointPushTemplateResources() map[string]*pinpoint.PushTemplate[any]
GetAllPinpointPushTemplateResources retrieves all pinpoint.PushTemplate items from an AWS CloudFormation template
func (*Template) GetAllPinpointSMSChannelResources ¶
func (t *Template) GetAllPinpointSMSChannelResources() map[string]*pinpoint.SMSChannel[any]
GetAllPinpointSMSChannelResources retrieves all pinpoint.SMSChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointSegmentResources ¶
GetAllPinpointSegmentResources retrieves all pinpoint.Segment items from an AWS CloudFormation template
func (*Template) GetAllPinpointSmsTemplateResources ¶
func (t *Template) GetAllPinpointSmsTemplateResources() map[string]*pinpoint.SmsTemplate[any]
GetAllPinpointSmsTemplateResources retrieves all pinpoint.SmsTemplate items from an AWS CloudFormation template
func (*Template) GetAllPinpointVoiceChannelResources ¶
func (t *Template) GetAllPinpointVoiceChannelResources() map[string]*pinpoint.VoiceChannel[any]
GetAllPinpointVoiceChannelResources retrieves all pinpoint.VoiceChannel items from an AWS CloudFormation template
func (*Template) GetAllPipesPipeResources ¶
GetAllPipesPipeResources retrieves all pipes.Pipe items from an AWS CloudFormation template
func (*Template) GetAllProtonEnvironmentAccountConnectionResources ¶
func (t *Template) GetAllProtonEnvironmentAccountConnectionResources() map[string]*proton.EnvironmentAccountConnection[any]
GetAllProtonEnvironmentAccountConnectionResources retrieves all proton.EnvironmentAccountConnection items from an AWS CloudFormation template
func (*Template) GetAllProtonEnvironmentTemplateResources ¶
func (t *Template) GetAllProtonEnvironmentTemplateResources() map[string]*proton.EnvironmentTemplate[any]
GetAllProtonEnvironmentTemplateResources retrieves all proton.EnvironmentTemplate items from an AWS CloudFormation template
func (*Template) GetAllProtonServiceTemplateResources ¶
func (t *Template) GetAllProtonServiceTemplateResources() map[string]*proton.ServiceTemplate[any]
GetAllProtonServiceTemplateResources retrieves all proton.ServiceTemplate items from an AWS CloudFormation template
func (*Template) GetAllQLDBLedgerResources ¶
GetAllQLDBLedgerResources retrieves all qldb.Ledger items from an AWS CloudFormation template
func (*Template) GetAllQLDBStreamResources ¶
GetAllQLDBStreamResources retrieves all qldb.Stream items from an AWS CloudFormation template
func (*Template) GetAllQuickSightAnalysisResources ¶
func (t *Template) GetAllQuickSightAnalysisResources() map[string]*quicksight.Analysis[any]
GetAllQuickSightAnalysisResources retrieves all quicksight.Analysis items from an AWS CloudFormation template
func (*Template) GetAllQuickSightDashboardResources ¶
func (t *Template) GetAllQuickSightDashboardResources() map[string]*quicksight.Dashboard[any]
GetAllQuickSightDashboardResources retrieves all quicksight.Dashboard items from an AWS CloudFormation template
func (*Template) GetAllQuickSightDataSetResources ¶
func (t *Template) GetAllQuickSightDataSetResources() map[string]*quicksight.DataSet[any]
GetAllQuickSightDataSetResources retrieves all quicksight.DataSet items from an AWS CloudFormation template
func (*Template) GetAllQuickSightDataSourceResources ¶
func (t *Template) GetAllQuickSightDataSourceResources() map[string]*quicksight.DataSource[any]
GetAllQuickSightDataSourceResources retrieves all quicksight.DataSource items from an AWS CloudFormation template
func (*Template) GetAllQuickSightRefreshScheduleResources ¶
func (t *Template) GetAllQuickSightRefreshScheduleResources() map[string]*quicksight.RefreshSchedule[any]
GetAllQuickSightRefreshScheduleResources retrieves all quicksight.RefreshSchedule items from an AWS CloudFormation template
func (*Template) GetAllQuickSightTemplateResources ¶
func (t *Template) GetAllQuickSightTemplateResources() map[string]*quicksight.Template[any]
GetAllQuickSightTemplateResources retrieves all quicksight.Template items from an AWS CloudFormation template
func (*Template) GetAllQuickSightThemeResources ¶
func (t *Template) GetAllQuickSightThemeResources() map[string]*quicksight.Theme[any]
GetAllQuickSightThemeResources retrieves all quicksight.Theme items from an AWS CloudFormation template
func (*Template) GetAllQuickSightTopicResources ¶
func (t *Template) GetAllQuickSightTopicResources() map[string]*quicksight.Topic[any]
GetAllQuickSightTopicResources retrieves all quicksight.Topic items from an AWS CloudFormation template
func (*Template) GetAllQuickSightVPCConnectionResources ¶
func (t *Template) GetAllQuickSightVPCConnectionResources() map[string]*quicksight.VPCConnection[any]
GetAllQuickSightVPCConnectionResources retrieves all quicksight.VPCConnection items from an AWS CloudFormation template
func (*Template) GetAllRAMPermissionResources ¶
func (t *Template) GetAllRAMPermissionResources() map[string]*ram.Permission[any]
GetAllRAMPermissionResources retrieves all ram.Permission items from an AWS CloudFormation template
func (*Template) GetAllRAMResourceShareResources ¶
func (t *Template) GetAllRAMResourceShareResources() map[string]*ram.ResourceShare[any]
GetAllRAMResourceShareResources retrieves all ram.ResourceShare items from an AWS CloudFormation template
func (*Template) GetAllRDSCustomDBEngineVersionResources ¶
func (t *Template) GetAllRDSCustomDBEngineVersionResources() map[string]*rds.CustomDBEngineVersion[any]
GetAllRDSCustomDBEngineVersionResources retrieves all rds.CustomDBEngineVersion items from an AWS CloudFormation template
func (*Template) GetAllRDSDBClusterParameterGroupResources ¶
func (t *Template) GetAllRDSDBClusterParameterGroupResources() map[string]*rds.DBClusterParameterGroup[any]
GetAllRDSDBClusterParameterGroupResources retrieves all rds.DBClusterParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllRDSDBClusterResources ¶
GetAllRDSDBClusterResources retrieves all rds.DBCluster items from an AWS CloudFormation template
func (*Template) GetAllRDSDBInstanceResources ¶
func (t *Template) GetAllRDSDBInstanceResources() map[string]*rds.DBInstance[any]
GetAllRDSDBInstanceResources retrieves all rds.DBInstance items from an AWS CloudFormation template
func (*Template) GetAllRDSDBParameterGroupResources ¶
func (t *Template) GetAllRDSDBParameterGroupResources() map[string]*rds.DBParameterGroup[any]
GetAllRDSDBParameterGroupResources retrieves all rds.DBParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllRDSDBProxyEndpointResources ¶
func (t *Template) GetAllRDSDBProxyEndpointResources() map[string]*rds.DBProxyEndpoint[any]
GetAllRDSDBProxyEndpointResources retrieves all rds.DBProxyEndpoint items from an AWS CloudFormation template
func (*Template) GetAllRDSDBProxyResources ¶
GetAllRDSDBProxyResources retrieves all rds.DBProxy items from an AWS CloudFormation template
func (*Template) GetAllRDSDBProxyTargetGroupResources ¶
func (t *Template) GetAllRDSDBProxyTargetGroupResources() map[string]*rds.DBProxyTargetGroup[any]
GetAllRDSDBProxyTargetGroupResources retrieves all rds.DBProxyTargetGroup items from an AWS CloudFormation template
func (*Template) GetAllRDSDBSecurityGroupIngressResources ¶
func (t *Template) GetAllRDSDBSecurityGroupIngressResources() map[string]*rds.DBSecurityGroupIngress[any]
GetAllRDSDBSecurityGroupIngressResources retrieves all rds.DBSecurityGroupIngress items from an AWS CloudFormation template
func (*Template) GetAllRDSDBSecurityGroupResources ¶
func (t *Template) GetAllRDSDBSecurityGroupResources() map[string]*rds.DBSecurityGroup[any]
GetAllRDSDBSecurityGroupResources retrieves all rds.DBSecurityGroup items from an AWS CloudFormation template
func (*Template) GetAllRDSDBSubnetGroupResources ¶
func (t *Template) GetAllRDSDBSubnetGroupResources() map[string]*rds.DBSubnetGroup[any]
GetAllRDSDBSubnetGroupResources retrieves all rds.DBSubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllRDSEventSubscriptionResources ¶
func (t *Template) GetAllRDSEventSubscriptionResources() map[string]*rds.EventSubscription[any]
GetAllRDSEventSubscriptionResources retrieves all rds.EventSubscription items from an AWS CloudFormation template
func (*Template) GetAllRDSGlobalClusterResources ¶
func (t *Template) GetAllRDSGlobalClusterResources() map[string]*rds.GlobalCluster[any]
GetAllRDSGlobalClusterResources retrieves all rds.GlobalCluster items from an AWS CloudFormation template
func (*Template) GetAllRDSOptionGroupResources ¶
func (t *Template) GetAllRDSOptionGroupResources() map[string]*rds.OptionGroup[any]
GetAllRDSOptionGroupResources retrieves all rds.OptionGroup items from an AWS CloudFormation template
func (*Template) GetAllRUMAppMonitorResources ¶
func (t *Template) GetAllRUMAppMonitorResources() map[string]*rum.AppMonitor[any]
GetAllRUMAppMonitorResources retrieves all rum.AppMonitor items from an AWS CloudFormation template
func (*Template) GetAllRedshiftClusterParameterGroupResources ¶
func (t *Template) GetAllRedshiftClusterParameterGroupResources() map[string]*redshift.ClusterParameterGroup[any]
GetAllRedshiftClusterParameterGroupResources retrieves all redshift.ClusterParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllRedshiftClusterResources ¶
GetAllRedshiftClusterResources retrieves all redshift.Cluster items from an AWS CloudFormation template
func (*Template) GetAllRedshiftClusterSecurityGroupIngressResources ¶
func (t *Template) GetAllRedshiftClusterSecurityGroupIngressResources() map[string]*redshift.ClusterSecurityGroupIngress[any]
GetAllRedshiftClusterSecurityGroupIngressResources retrieves all redshift.ClusterSecurityGroupIngress items from an AWS CloudFormation template
func (*Template) GetAllRedshiftClusterSecurityGroupResources ¶
func (t *Template) GetAllRedshiftClusterSecurityGroupResources() map[string]*redshift.ClusterSecurityGroup[any]
GetAllRedshiftClusterSecurityGroupResources retrieves all redshift.ClusterSecurityGroup items from an AWS CloudFormation template
func (*Template) GetAllRedshiftClusterSubnetGroupResources ¶
func (t *Template) GetAllRedshiftClusterSubnetGroupResources() map[string]*redshift.ClusterSubnetGroup[any]
GetAllRedshiftClusterSubnetGroupResources retrieves all redshift.ClusterSubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllRedshiftEndpointAccessResources ¶
func (t *Template) GetAllRedshiftEndpointAccessResources() map[string]*redshift.EndpointAccess[any]
GetAllRedshiftEndpointAccessResources retrieves all redshift.EndpointAccess items from an AWS CloudFormation template
func (*Template) GetAllRedshiftEndpointAuthorizationResources ¶
func (t *Template) GetAllRedshiftEndpointAuthorizationResources() map[string]*redshift.EndpointAuthorization[any]
GetAllRedshiftEndpointAuthorizationResources retrieves all redshift.EndpointAuthorization items from an AWS CloudFormation template
func (*Template) GetAllRedshiftEventSubscriptionResources ¶
func (t *Template) GetAllRedshiftEventSubscriptionResources() map[string]*redshift.EventSubscription[any]
GetAllRedshiftEventSubscriptionResources retrieves all redshift.EventSubscription items from an AWS CloudFormation template
func (*Template) GetAllRedshiftScheduledActionResources ¶
func (t *Template) GetAllRedshiftScheduledActionResources() map[string]*redshift.ScheduledAction[any]
GetAllRedshiftScheduledActionResources retrieves all redshift.ScheduledAction items from an AWS CloudFormation template
func (*Template) GetAllRedshiftServerlessNamespaceResources ¶
func (t *Template) GetAllRedshiftServerlessNamespaceResources() map[string]*redshiftserverless.Namespace[any]
GetAllRedshiftServerlessNamespaceResources retrieves all redshiftserverless.Namespace items from an AWS CloudFormation template
func (*Template) GetAllRedshiftServerlessWorkgroupResources ¶
func (t *Template) GetAllRedshiftServerlessWorkgroupResources() map[string]*redshiftserverless.Workgroup[any]
GetAllRedshiftServerlessWorkgroupResources retrieves all redshiftserverless.Workgroup items from an AWS CloudFormation template
func (*Template) GetAllRefactorSpacesApplicationResources ¶
func (t *Template) GetAllRefactorSpacesApplicationResources() map[string]*refactorspaces.Application[any]
GetAllRefactorSpacesApplicationResources retrieves all refactorspaces.Application items from an AWS CloudFormation template
func (*Template) GetAllRefactorSpacesEnvironmentResources ¶
func (t *Template) GetAllRefactorSpacesEnvironmentResources() map[string]*refactorspaces.Environment[any]
GetAllRefactorSpacesEnvironmentResources retrieves all refactorspaces.Environment items from an AWS CloudFormation template
func (*Template) GetAllRefactorSpacesRouteResources ¶
func (t *Template) GetAllRefactorSpacesRouteResources() map[string]*refactorspaces.Route[any]
GetAllRefactorSpacesRouteResources retrieves all refactorspaces.Route items from an AWS CloudFormation template
func (*Template) GetAllRefactorSpacesServiceResources ¶
func (t *Template) GetAllRefactorSpacesServiceResources() map[string]*refactorspaces.Service[any]
GetAllRefactorSpacesServiceResources retrieves all refactorspaces.Service items from an AWS CloudFormation template
func (*Template) GetAllRekognitionCollectionResources ¶
func (t *Template) GetAllRekognitionCollectionResources() map[string]*rekognition.Collection[any]
GetAllRekognitionCollectionResources retrieves all rekognition.Collection items from an AWS CloudFormation template
func (*Template) GetAllRekognitionProjectResources ¶
func (t *Template) GetAllRekognitionProjectResources() map[string]*rekognition.Project[any]
GetAllRekognitionProjectResources retrieves all rekognition.Project items from an AWS CloudFormation template
func (*Template) GetAllRekognitionStreamProcessorResources ¶
func (t *Template) GetAllRekognitionStreamProcessorResources() map[string]*rekognition.StreamProcessor[any]
GetAllRekognitionStreamProcessorResources retrieves all rekognition.StreamProcessor items from an AWS CloudFormation template
func (*Template) GetAllResilienceHubAppResources ¶
func (t *Template) GetAllResilienceHubAppResources() map[string]*resiliencehub.App[any]
GetAllResilienceHubAppResources retrieves all resiliencehub.App items from an AWS CloudFormation template
func (*Template) GetAllResilienceHubResiliencyPolicyResources ¶
func (t *Template) GetAllResilienceHubResiliencyPolicyResources() map[string]*resiliencehub.ResiliencyPolicy[any]
GetAllResilienceHubResiliencyPolicyResources retrieves all resiliencehub.ResiliencyPolicy items from an AWS CloudFormation template
func (*Template) GetAllResourceExplorer2DefaultViewAssociationResources ¶
func (t *Template) GetAllResourceExplorer2DefaultViewAssociationResources() map[string]*resourceexplorer2.DefaultViewAssociation[any]
GetAllResourceExplorer2DefaultViewAssociationResources retrieves all resourceexplorer2.DefaultViewAssociation items from an AWS CloudFormation template
func (*Template) GetAllResourceExplorer2IndexResources ¶
func (t *Template) GetAllResourceExplorer2IndexResources() map[string]*resourceexplorer2.Index[any]
GetAllResourceExplorer2IndexResources retrieves all resourceexplorer2.Index items from an AWS CloudFormation template
func (*Template) GetAllResourceExplorer2ViewResources ¶
func (t *Template) GetAllResourceExplorer2ViewResources() map[string]*resourceexplorer2.View[any]
GetAllResourceExplorer2ViewResources retrieves all resourceexplorer2.View items from an AWS CloudFormation template
func (*Template) GetAllResourceGroupsGroupResources ¶
func (t *Template) GetAllResourceGroupsGroupResources() map[string]*resourcegroups.Group[any]
GetAllResourceGroupsGroupResources retrieves all resourcegroups.Group items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerFleetResources ¶
GetAllRoboMakerFleetResources retrieves all robomaker.Fleet items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerRobotApplicationResources ¶
func (t *Template) GetAllRoboMakerRobotApplicationResources() map[string]*robomaker.RobotApplication[any]
GetAllRoboMakerRobotApplicationResources retrieves all robomaker.RobotApplication items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerRobotApplicationVersionResources ¶
func (t *Template) GetAllRoboMakerRobotApplicationVersionResources() map[string]*robomaker.RobotApplicationVersion[any]
GetAllRoboMakerRobotApplicationVersionResources retrieves all robomaker.RobotApplicationVersion items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerRobotResources ¶
GetAllRoboMakerRobotResources retrieves all robomaker.Robot items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerSimulationApplicationResources ¶
func (t *Template) GetAllRoboMakerSimulationApplicationResources() map[string]*robomaker.SimulationApplication[any]
GetAllRoboMakerSimulationApplicationResources retrieves all robomaker.SimulationApplication items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerSimulationApplicationVersionResources ¶
func (t *Template) GetAllRoboMakerSimulationApplicationVersionResources() map[string]*robomaker.SimulationApplicationVersion[any]
GetAllRoboMakerSimulationApplicationVersionResources retrieves all robomaker.SimulationApplicationVersion items from an AWS CloudFormation template
func (*Template) GetAllRolesAnywhereCRLResources ¶
func (t *Template) GetAllRolesAnywhereCRLResources() map[string]*rolesanywhere.CRL[any]
GetAllRolesAnywhereCRLResources retrieves all rolesanywhere.CRL items from an AWS CloudFormation template
func (*Template) GetAllRolesAnywhereProfileResources ¶
func (t *Template) GetAllRolesAnywhereProfileResources() map[string]*rolesanywhere.Profile[any]
GetAllRolesAnywhereProfileResources retrieves all rolesanywhere.Profile items from an AWS CloudFormation template
func (*Template) GetAllRolesAnywhereTrustAnchorResources ¶
func (t *Template) GetAllRolesAnywhereTrustAnchorResources() map[string]*rolesanywhere.TrustAnchor[any]
GetAllRolesAnywhereTrustAnchorResources retrieves all rolesanywhere.TrustAnchor items from an AWS CloudFormation template
func (*Template) GetAllRoute53CidrCollectionResources ¶
func (t *Template) GetAllRoute53CidrCollectionResources() map[string]*route53.CidrCollection[any]
GetAllRoute53CidrCollectionResources retrieves all route53.CidrCollection items from an AWS CloudFormation template
func (*Template) GetAllRoute53DNSSECResources ¶
GetAllRoute53DNSSECResources retrieves all route53.DNSSEC items from an AWS CloudFormation template
func (*Template) GetAllRoute53HealthCheckResources ¶
func (t *Template) GetAllRoute53HealthCheckResources() map[string]*route53.HealthCheck[any]
GetAllRoute53HealthCheckResources retrieves all route53.HealthCheck items from an AWS CloudFormation template
func (*Template) GetAllRoute53HostedZoneResources ¶
func (t *Template) GetAllRoute53HostedZoneResources() map[string]*route53.HostedZone[any]
GetAllRoute53HostedZoneResources retrieves all route53.HostedZone items from an AWS CloudFormation template
func (*Template) GetAllRoute53KeySigningKeyResources ¶
func (t *Template) GetAllRoute53KeySigningKeyResources() map[string]*route53.KeySigningKey[any]
GetAllRoute53KeySigningKeyResources retrieves all route53.KeySigningKey items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecordSetGroupResources ¶
func (t *Template) GetAllRoute53RecordSetGroupResources() map[string]*route53.RecordSetGroup[any]
GetAllRoute53RecordSetGroupResources retrieves all route53.RecordSetGroup items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecordSetResources ¶
GetAllRoute53RecordSetResources retrieves all route53.RecordSet items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryControlClusterResources ¶
func (t *Template) GetAllRoute53RecoveryControlClusterResources() map[string]*route53recoverycontrol.Cluster[any]
GetAllRoute53RecoveryControlClusterResources retrieves all route53recoverycontrol.Cluster items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryControlControlPanelResources ¶
func (t *Template) GetAllRoute53RecoveryControlControlPanelResources() map[string]*route53recoverycontrol.ControlPanel[any]
GetAllRoute53RecoveryControlControlPanelResources retrieves all route53recoverycontrol.ControlPanel items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryControlRoutingControlResources ¶
func (t *Template) GetAllRoute53RecoveryControlRoutingControlResources() map[string]*route53recoverycontrol.RoutingControl[any]
GetAllRoute53RecoveryControlRoutingControlResources retrieves all route53recoverycontrol.RoutingControl items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryControlSafetyRuleResources ¶
func (t *Template) GetAllRoute53RecoveryControlSafetyRuleResources() map[string]*route53recoverycontrol.SafetyRule[any]
GetAllRoute53RecoveryControlSafetyRuleResources retrieves all route53recoverycontrol.SafetyRule items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryReadinessCellResources ¶
func (t *Template) GetAllRoute53RecoveryReadinessCellResources() map[string]*route53recoveryreadiness.Cell[any]
GetAllRoute53RecoveryReadinessCellResources retrieves all route53recoveryreadiness.Cell items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryReadinessReadinessCheckResources ¶
func (t *Template) GetAllRoute53RecoveryReadinessReadinessCheckResources() map[string]*route53recoveryreadiness.ReadinessCheck[any]
GetAllRoute53RecoveryReadinessReadinessCheckResources retrieves all route53recoveryreadiness.ReadinessCheck items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryReadinessRecoveryGroupResources ¶
func (t *Template) GetAllRoute53RecoveryReadinessRecoveryGroupResources() map[string]*route53recoveryreadiness.RecoveryGroup[any]
GetAllRoute53RecoveryReadinessRecoveryGroupResources retrieves all route53recoveryreadiness.RecoveryGroup items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryReadinessResourceSetResources ¶
func (t *Template) GetAllRoute53RecoveryReadinessResourceSetResources() map[string]*route53recoveryreadiness.ResourceSet[any]
GetAllRoute53RecoveryReadinessResourceSetResources retrieves all route53recoveryreadiness.ResourceSet items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverFirewallDomainListResources ¶
func (t *Template) GetAllRoute53ResolverFirewallDomainListResources() map[string]*route53resolver.FirewallDomainList[any]
GetAllRoute53ResolverFirewallDomainListResources retrieves all route53resolver.FirewallDomainList items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverFirewallRuleGroupAssociationResources ¶
func (t *Template) GetAllRoute53ResolverFirewallRuleGroupAssociationResources() map[string]*route53resolver.FirewallRuleGroupAssociation[any]
GetAllRoute53ResolverFirewallRuleGroupAssociationResources retrieves all route53resolver.FirewallRuleGroupAssociation items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverFirewallRuleGroupResources ¶
func (t *Template) GetAllRoute53ResolverFirewallRuleGroupResources() map[string]*route53resolver.FirewallRuleGroup[any]
GetAllRoute53ResolverFirewallRuleGroupResources retrieves all route53resolver.FirewallRuleGroup items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverOutpostResolverResources ¶
func (t *Template) GetAllRoute53ResolverOutpostResolverResources() map[string]*route53resolver.OutpostResolver[any]
GetAllRoute53ResolverOutpostResolverResources retrieves all route53resolver.OutpostResolver items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverConfigResources ¶
func (t *Template) GetAllRoute53ResolverResolverConfigResources() map[string]*route53resolver.ResolverConfig[any]
GetAllRoute53ResolverResolverConfigResources retrieves all route53resolver.ResolverConfig items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverDNSSECConfigResources ¶
func (t *Template) GetAllRoute53ResolverResolverDNSSECConfigResources() map[string]*route53resolver.ResolverDNSSECConfig[any]
GetAllRoute53ResolverResolverDNSSECConfigResources retrieves all route53resolver.ResolverDNSSECConfig items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverEndpointResources ¶
func (t *Template) GetAllRoute53ResolverResolverEndpointResources() map[string]*route53resolver.ResolverEndpoint[any]
GetAllRoute53ResolverResolverEndpointResources retrieves all route53resolver.ResolverEndpoint items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverQueryLoggingConfigAssociationResources ¶
func (t *Template) GetAllRoute53ResolverResolverQueryLoggingConfigAssociationResources() map[string]*route53resolver.ResolverQueryLoggingConfigAssociation[any]
GetAllRoute53ResolverResolverQueryLoggingConfigAssociationResources retrieves all route53resolver.ResolverQueryLoggingConfigAssociation items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverQueryLoggingConfigResources ¶
func (t *Template) GetAllRoute53ResolverResolverQueryLoggingConfigResources() map[string]*route53resolver.ResolverQueryLoggingConfig[any]
GetAllRoute53ResolverResolverQueryLoggingConfigResources retrieves all route53resolver.ResolverQueryLoggingConfig items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverRuleAssociationResources ¶
func (t *Template) GetAllRoute53ResolverResolverRuleAssociationResources() map[string]*route53resolver.ResolverRuleAssociation[any]
GetAllRoute53ResolverResolverRuleAssociationResources retrieves all route53resolver.ResolverRuleAssociation items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverRuleResources ¶
func (t *Template) GetAllRoute53ResolverResolverRuleResources() map[string]*route53resolver.ResolverRule[any]
GetAllRoute53ResolverResolverRuleResources retrieves all route53resolver.ResolverRule items from an AWS CloudFormation template
func (*Template) GetAllS3AccessPointResources ¶
func (t *Template) GetAllS3AccessPointResources() map[string]*s3.AccessPoint[any]
GetAllS3AccessPointResources retrieves all s3.AccessPoint items from an AWS CloudFormation template
func (*Template) GetAllS3BucketPolicyResources ¶
func (t *Template) GetAllS3BucketPolicyResources() map[string]*s3.BucketPolicy[any]
GetAllS3BucketPolicyResources retrieves all s3.BucketPolicy items from an AWS CloudFormation template
func (*Template) GetAllS3BucketResources ¶
GetAllS3BucketResources retrieves all s3.Bucket items from an AWS CloudFormation template
func (*Template) GetAllS3MultiRegionAccessPointPolicyResources ¶
func (t *Template) GetAllS3MultiRegionAccessPointPolicyResources() map[string]*s3.MultiRegionAccessPointPolicy[any]
GetAllS3MultiRegionAccessPointPolicyResources retrieves all s3.MultiRegionAccessPointPolicy items from an AWS CloudFormation template
func (*Template) GetAllS3MultiRegionAccessPointResources ¶
func (t *Template) GetAllS3MultiRegionAccessPointResources() map[string]*s3.MultiRegionAccessPoint[any]
GetAllS3MultiRegionAccessPointResources retrieves all s3.MultiRegionAccessPoint items from an AWS CloudFormation template
func (*Template) GetAllS3ObjectLambdaAccessPointPolicyResources ¶
func (t *Template) GetAllS3ObjectLambdaAccessPointPolicyResources() map[string]*s3objectlambda.AccessPointPolicy[any]
GetAllS3ObjectLambdaAccessPointPolicyResources retrieves all s3objectlambda.AccessPointPolicy items from an AWS CloudFormation template
func (*Template) GetAllS3ObjectLambdaAccessPointResources ¶
func (t *Template) GetAllS3ObjectLambdaAccessPointResources() map[string]*s3objectlambda.AccessPoint[any]
GetAllS3ObjectLambdaAccessPointResources retrieves all s3objectlambda.AccessPoint items from an AWS CloudFormation template
func (*Template) GetAllS3OutpostsAccessPointResources ¶
func (t *Template) GetAllS3OutpostsAccessPointResources() map[string]*s3outposts.AccessPoint[any]
GetAllS3OutpostsAccessPointResources retrieves all s3outposts.AccessPoint items from an AWS CloudFormation template
func (*Template) GetAllS3OutpostsBucketPolicyResources ¶
func (t *Template) GetAllS3OutpostsBucketPolicyResources() map[string]*s3outposts.BucketPolicy[any]
GetAllS3OutpostsBucketPolicyResources retrieves all s3outposts.BucketPolicy items from an AWS CloudFormation template
func (*Template) GetAllS3OutpostsBucketResources ¶
func (t *Template) GetAllS3OutpostsBucketResources() map[string]*s3outposts.Bucket[any]
GetAllS3OutpostsBucketResources retrieves all s3outposts.Bucket items from an AWS CloudFormation template
func (*Template) GetAllS3OutpostsEndpointResources ¶
func (t *Template) GetAllS3OutpostsEndpointResources() map[string]*s3outposts.Endpoint[any]
GetAllS3OutpostsEndpointResources retrieves all s3outposts.Endpoint items from an AWS CloudFormation template
func (*Template) GetAllS3StorageLensResources ¶
func (t *Template) GetAllS3StorageLensResources() map[string]*s3.StorageLens[any]
GetAllS3StorageLensResources retrieves all s3.StorageLens items from an AWS CloudFormation template
func (*Template) GetAllSDBDomainResources ¶
GetAllSDBDomainResources retrieves all sdb.Domain items from an AWS CloudFormation template
func (*Template) GetAllSESConfigurationSetEventDestinationResources ¶
func (t *Template) GetAllSESConfigurationSetEventDestinationResources() map[string]*ses.ConfigurationSetEventDestination[any]
GetAllSESConfigurationSetEventDestinationResources retrieves all ses.ConfigurationSetEventDestination items from an AWS CloudFormation template
func (*Template) GetAllSESConfigurationSetResources ¶
func (t *Template) GetAllSESConfigurationSetResources() map[string]*ses.ConfigurationSet[any]
GetAllSESConfigurationSetResources retrieves all ses.ConfigurationSet items from an AWS CloudFormation template
func (*Template) GetAllSESContactListResources ¶
func (t *Template) GetAllSESContactListResources() map[string]*ses.ContactList[any]
GetAllSESContactListResources retrieves all ses.ContactList items from an AWS CloudFormation template
func (*Template) GetAllSESDedicatedIpPoolResources ¶
func (t *Template) GetAllSESDedicatedIpPoolResources() map[string]*ses.DedicatedIpPool[any]
GetAllSESDedicatedIpPoolResources retrieves all ses.DedicatedIpPool items from an AWS CloudFormation template
func (*Template) GetAllSESEmailIdentityResources ¶
func (t *Template) GetAllSESEmailIdentityResources() map[string]*ses.EmailIdentity[any]
GetAllSESEmailIdentityResources retrieves all ses.EmailIdentity items from an AWS CloudFormation template
func (*Template) GetAllSESReceiptFilterResources ¶
func (t *Template) GetAllSESReceiptFilterResources() map[string]*ses.ReceiptFilter[any]
GetAllSESReceiptFilterResources retrieves all ses.ReceiptFilter items from an AWS CloudFormation template
func (*Template) GetAllSESReceiptRuleResources ¶
func (t *Template) GetAllSESReceiptRuleResources() map[string]*ses.ReceiptRule[any]
GetAllSESReceiptRuleResources retrieves all ses.ReceiptRule items from an AWS CloudFormation template
func (*Template) GetAllSESReceiptRuleSetResources ¶
func (t *Template) GetAllSESReceiptRuleSetResources() map[string]*ses.ReceiptRuleSet[any]
GetAllSESReceiptRuleSetResources retrieves all ses.ReceiptRuleSet items from an AWS CloudFormation template
func (*Template) GetAllSESTemplateResources ¶
GetAllSESTemplateResources retrieves all ses.Template items from an AWS CloudFormation template
func (*Template) GetAllSESVdmAttributesResources ¶
func (t *Template) GetAllSESVdmAttributesResources() map[string]*ses.VdmAttributes[any]
GetAllSESVdmAttributesResources retrieves all ses.VdmAttributes items from an AWS CloudFormation template
func (*Template) GetAllSNSSubscriptionResources ¶
func (t *Template) GetAllSNSSubscriptionResources() map[string]*sns.Subscription[any]
GetAllSNSSubscriptionResources retrieves all sns.Subscription items from an AWS CloudFormation template
func (*Template) GetAllSNSTopicInlinePolicyResources ¶
func (t *Template) GetAllSNSTopicInlinePolicyResources() map[string]*sns.TopicInlinePolicy[any]
GetAllSNSTopicInlinePolicyResources retrieves all sns.TopicInlinePolicy items from an AWS CloudFormation template
func (*Template) GetAllSNSTopicPolicyResources ¶
func (t *Template) GetAllSNSTopicPolicyResources() map[string]*sns.TopicPolicy[any]
GetAllSNSTopicPolicyResources retrieves all sns.TopicPolicy items from an AWS CloudFormation template
func (*Template) GetAllSNSTopicResources ¶
GetAllSNSTopicResources retrieves all sns.Topic items from an AWS CloudFormation template
func (*Template) GetAllSQSQueueInlinePolicyResources ¶
func (t *Template) GetAllSQSQueueInlinePolicyResources() map[string]*sqs.QueueInlinePolicy[any]
GetAllSQSQueueInlinePolicyResources retrieves all sqs.QueueInlinePolicy items from an AWS CloudFormation template
func (*Template) GetAllSQSQueuePolicyResources ¶
func (t *Template) GetAllSQSQueuePolicyResources() map[string]*sqs.QueuePolicy[any]
GetAllSQSQueuePolicyResources retrieves all sqs.QueuePolicy items from an AWS CloudFormation template
func (*Template) GetAllSQSQueueResources ¶
GetAllSQSQueueResources retrieves all sqs.Queue items from an AWS CloudFormation template
func (*Template) GetAllSSMAssociationResources ¶
func (t *Template) GetAllSSMAssociationResources() map[string]*ssm.Association[any]
GetAllSSMAssociationResources retrieves all ssm.Association items from an AWS CloudFormation template
func (*Template) GetAllSSMContactsContactChannelResources ¶
func (t *Template) GetAllSSMContactsContactChannelResources() map[string]*ssmcontacts.ContactChannel[any]
GetAllSSMContactsContactChannelResources retrieves all ssmcontacts.ContactChannel items from an AWS CloudFormation template
func (*Template) GetAllSSMContactsContactResources ¶
func (t *Template) GetAllSSMContactsContactResources() map[string]*ssmcontacts.Contact[any]
GetAllSSMContactsContactResources retrieves all ssmcontacts.Contact items from an AWS CloudFormation template
func (*Template) GetAllSSMContactsPlanResources ¶
func (t *Template) GetAllSSMContactsPlanResources() map[string]*ssmcontacts.Plan[any]
GetAllSSMContactsPlanResources retrieves all ssmcontacts.Plan items from an AWS CloudFormation template
func (*Template) GetAllSSMContactsRotationResources ¶
func (t *Template) GetAllSSMContactsRotationResources() map[string]*ssmcontacts.Rotation[any]
GetAllSSMContactsRotationResources retrieves all ssmcontacts.Rotation items from an AWS CloudFormation template
func (*Template) GetAllSSMDocumentResources ¶
GetAllSSMDocumentResources retrieves all ssm.Document items from an AWS CloudFormation template
func (*Template) GetAllSSMIncidentsReplicationSetResources ¶
func (t *Template) GetAllSSMIncidentsReplicationSetResources() map[string]*ssmincidents.ReplicationSet[any]
GetAllSSMIncidentsReplicationSetResources retrieves all ssmincidents.ReplicationSet items from an AWS CloudFormation template
func (*Template) GetAllSSMIncidentsResponsePlanResources ¶
func (t *Template) GetAllSSMIncidentsResponsePlanResources() map[string]*ssmincidents.ResponsePlan[any]
GetAllSSMIncidentsResponsePlanResources retrieves all ssmincidents.ResponsePlan items from an AWS CloudFormation template
func (*Template) GetAllSSMMaintenanceWindowResources ¶
func (t *Template) GetAllSSMMaintenanceWindowResources() map[string]*ssm.MaintenanceWindow[any]
GetAllSSMMaintenanceWindowResources retrieves all ssm.MaintenanceWindow items from an AWS CloudFormation template
func (*Template) GetAllSSMMaintenanceWindowTargetResources ¶
func (t *Template) GetAllSSMMaintenanceWindowTargetResources() map[string]*ssm.MaintenanceWindowTarget[any]
GetAllSSMMaintenanceWindowTargetResources retrieves all ssm.MaintenanceWindowTarget items from an AWS CloudFormation template
func (*Template) GetAllSSMMaintenanceWindowTaskResources ¶
func (t *Template) GetAllSSMMaintenanceWindowTaskResources() map[string]*ssm.MaintenanceWindowTask[any]
GetAllSSMMaintenanceWindowTaskResources retrieves all ssm.MaintenanceWindowTask items from an AWS CloudFormation template
func (*Template) GetAllSSMParameterResources ¶
GetAllSSMParameterResources retrieves all ssm.Parameter items from an AWS CloudFormation template
func (*Template) GetAllSSMPatchBaselineResources ¶
func (t *Template) GetAllSSMPatchBaselineResources() map[string]*ssm.PatchBaseline[any]
GetAllSSMPatchBaselineResources retrieves all ssm.PatchBaseline items from an AWS CloudFormation template
func (*Template) GetAllSSMResourceDataSyncResources ¶
func (t *Template) GetAllSSMResourceDataSyncResources() map[string]*ssm.ResourceDataSync[any]
GetAllSSMResourceDataSyncResources retrieves all ssm.ResourceDataSync items from an AWS CloudFormation template
func (*Template) GetAllSSMResourcePolicyResources ¶
func (t *Template) GetAllSSMResourcePolicyResources() map[string]*ssm.ResourcePolicy[any]
GetAllSSMResourcePolicyResources retrieves all ssm.ResourcePolicy items from an AWS CloudFormation template
func (*Template) GetAllSSOAssignmentResources ¶
func (t *Template) GetAllSSOAssignmentResources() map[string]*sso.Assignment[any]
GetAllSSOAssignmentResources retrieves all sso.Assignment items from an AWS CloudFormation template
func (*Template) GetAllSSOInstanceAccessControlAttributeConfigurationResources ¶
func (t *Template) GetAllSSOInstanceAccessControlAttributeConfigurationResources() map[string]*sso.InstanceAccessControlAttributeConfiguration[any]
GetAllSSOInstanceAccessControlAttributeConfigurationResources retrieves all sso.InstanceAccessControlAttributeConfiguration items from an AWS CloudFormation template
func (*Template) GetAllSSOPermissionSetResources ¶
func (t *Template) GetAllSSOPermissionSetResources() map[string]*sso.PermissionSet[any]
GetAllSSOPermissionSetResources retrieves all sso.PermissionSet items from an AWS CloudFormation template
func (*Template) GetAllSageMakerAppImageConfigResources ¶
func (t *Template) GetAllSageMakerAppImageConfigResources() map[string]*sagemaker.AppImageConfig[any]
GetAllSageMakerAppImageConfigResources retrieves all sagemaker.AppImageConfig items from an AWS CloudFormation template
func (*Template) GetAllSageMakerAppResources ¶
GetAllSageMakerAppResources retrieves all sagemaker.App items from an AWS CloudFormation template
func (*Template) GetAllSageMakerCodeRepositoryResources ¶
func (t *Template) GetAllSageMakerCodeRepositoryResources() map[string]*sagemaker.CodeRepository[any]
GetAllSageMakerCodeRepositoryResources retrieves all sagemaker.CodeRepository items from an AWS CloudFormation template
func (*Template) GetAllSageMakerDataQualityJobDefinitionResources ¶
func (t *Template) GetAllSageMakerDataQualityJobDefinitionResources() map[string]*sagemaker.DataQualityJobDefinition[any]
GetAllSageMakerDataQualityJobDefinitionResources retrieves all sagemaker.DataQualityJobDefinition items from an AWS CloudFormation template
func (*Template) GetAllSageMakerDeviceFleetResources ¶
func (t *Template) GetAllSageMakerDeviceFleetResources() map[string]*sagemaker.DeviceFleet[any]
GetAllSageMakerDeviceFleetResources retrieves all sagemaker.DeviceFleet items from an AWS CloudFormation template
func (*Template) GetAllSageMakerDeviceResources ¶
GetAllSageMakerDeviceResources retrieves all sagemaker.Device items from an AWS CloudFormation template
func (*Template) GetAllSageMakerDomainResources ¶
GetAllSageMakerDomainResources retrieves all sagemaker.Domain items from an AWS CloudFormation template
func (*Template) GetAllSageMakerEndpointConfigResources ¶
func (t *Template) GetAllSageMakerEndpointConfigResources() map[string]*sagemaker.EndpointConfig[any]
GetAllSageMakerEndpointConfigResources retrieves all sagemaker.EndpointConfig items from an AWS CloudFormation template
func (*Template) GetAllSageMakerEndpointResources ¶
GetAllSageMakerEndpointResources retrieves all sagemaker.Endpoint items from an AWS CloudFormation template
func (*Template) GetAllSageMakerFeatureGroupResources ¶
func (t *Template) GetAllSageMakerFeatureGroupResources() map[string]*sagemaker.FeatureGroup[any]
GetAllSageMakerFeatureGroupResources retrieves all sagemaker.FeatureGroup items from an AWS CloudFormation template
func (*Template) GetAllSageMakerImageResources ¶
GetAllSageMakerImageResources retrieves all sagemaker.Image items from an AWS CloudFormation template
func (*Template) GetAllSageMakerImageVersionResources ¶
func (t *Template) GetAllSageMakerImageVersionResources() map[string]*sagemaker.ImageVersion[any]
GetAllSageMakerImageVersionResources retrieves all sagemaker.ImageVersion items from an AWS CloudFormation template
func (*Template) GetAllSageMakerInferenceExperimentResources ¶
func (t *Template) GetAllSageMakerInferenceExperimentResources() map[string]*sagemaker.InferenceExperiment[any]
GetAllSageMakerInferenceExperimentResources retrieves all sagemaker.InferenceExperiment items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelBiasJobDefinitionResources ¶
func (t *Template) GetAllSageMakerModelBiasJobDefinitionResources() map[string]*sagemaker.ModelBiasJobDefinition[any]
GetAllSageMakerModelBiasJobDefinitionResources retrieves all sagemaker.ModelBiasJobDefinition items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelCardResources ¶
GetAllSageMakerModelCardResources retrieves all sagemaker.ModelCard items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelExplainabilityJobDefinitionResources ¶
func (t *Template) GetAllSageMakerModelExplainabilityJobDefinitionResources() map[string]*sagemaker.ModelExplainabilityJobDefinition[any]
GetAllSageMakerModelExplainabilityJobDefinitionResources retrieves all sagemaker.ModelExplainabilityJobDefinition items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelPackageGroupResources ¶
func (t *Template) GetAllSageMakerModelPackageGroupResources() map[string]*sagemaker.ModelPackageGroup[any]
GetAllSageMakerModelPackageGroupResources retrieves all sagemaker.ModelPackageGroup items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelPackageResources ¶
func (t *Template) GetAllSageMakerModelPackageResources() map[string]*sagemaker.ModelPackage[any]
GetAllSageMakerModelPackageResources retrieves all sagemaker.ModelPackage items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelQualityJobDefinitionResources ¶
func (t *Template) GetAllSageMakerModelQualityJobDefinitionResources() map[string]*sagemaker.ModelQualityJobDefinition[any]
GetAllSageMakerModelQualityJobDefinitionResources retrieves all sagemaker.ModelQualityJobDefinition items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelResources ¶
GetAllSageMakerModelResources retrieves all sagemaker.Model items from an AWS CloudFormation template
func (*Template) GetAllSageMakerMonitoringScheduleResources ¶
func (t *Template) GetAllSageMakerMonitoringScheduleResources() map[string]*sagemaker.MonitoringSchedule[any]
GetAllSageMakerMonitoringScheduleResources retrieves all sagemaker.MonitoringSchedule items from an AWS CloudFormation template
func (*Template) GetAllSageMakerNotebookInstanceLifecycleConfigResources ¶
func (t *Template) GetAllSageMakerNotebookInstanceLifecycleConfigResources() map[string]*sagemaker.NotebookInstanceLifecycleConfig[any]
GetAllSageMakerNotebookInstanceLifecycleConfigResources retrieves all sagemaker.NotebookInstanceLifecycleConfig items from an AWS CloudFormation template
func (*Template) GetAllSageMakerNotebookInstanceResources ¶
func (t *Template) GetAllSageMakerNotebookInstanceResources() map[string]*sagemaker.NotebookInstance[any]
GetAllSageMakerNotebookInstanceResources retrieves all sagemaker.NotebookInstance items from an AWS CloudFormation template
func (*Template) GetAllSageMakerPipelineResources ¶
GetAllSageMakerPipelineResources retrieves all sagemaker.Pipeline items from an AWS CloudFormation template
func (*Template) GetAllSageMakerProjectResources ¶
GetAllSageMakerProjectResources retrieves all sagemaker.Project items from an AWS CloudFormation template
func (*Template) GetAllSageMakerSpaceResources ¶
GetAllSageMakerSpaceResources retrieves all sagemaker.Space items from an AWS CloudFormation template
func (*Template) GetAllSageMakerUserProfileResources ¶
func (t *Template) GetAllSageMakerUserProfileResources() map[string]*sagemaker.UserProfile[any]
GetAllSageMakerUserProfileResources retrieves all sagemaker.UserProfile items from an AWS CloudFormation template
func (*Template) GetAllSageMakerWorkteamResources ¶
GetAllSageMakerWorkteamResources retrieves all sagemaker.Workteam items from an AWS CloudFormation template
func (*Template) GetAllSchedulerScheduleGroupResources ¶
func (t *Template) GetAllSchedulerScheduleGroupResources() map[string]*scheduler.ScheduleGroup[any]
GetAllSchedulerScheduleGroupResources retrieves all scheduler.ScheduleGroup items from an AWS CloudFormation template
func (*Template) GetAllSchedulerScheduleResources ¶
GetAllSchedulerScheduleResources retrieves all scheduler.Schedule items from an AWS CloudFormation template
func (*Template) GetAllSecretsManagerResourcePolicyResources ¶
func (t *Template) GetAllSecretsManagerResourcePolicyResources() map[string]*secretsmanager.ResourcePolicy[any]
GetAllSecretsManagerResourcePolicyResources retrieves all secretsmanager.ResourcePolicy items from an AWS CloudFormation template
func (*Template) GetAllSecretsManagerRotationScheduleResources ¶
func (t *Template) GetAllSecretsManagerRotationScheduleResources() map[string]*secretsmanager.RotationSchedule[any]
GetAllSecretsManagerRotationScheduleResources retrieves all secretsmanager.RotationSchedule items from an AWS CloudFormation template
func (*Template) GetAllSecretsManagerSecretResources ¶
func (t *Template) GetAllSecretsManagerSecretResources() map[string]*secretsmanager.Secret[any]
GetAllSecretsManagerSecretResources retrieves all secretsmanager.Secret items from an AWS CloudFormation template
func (*Template) GetAllSecretsManagerSecretTargetAttachmentResources ¶
func (t *Template) GetAllSecretsManagerSecretTargetAttachmentResources() map[string]*secretsmanager.SecretTargetAttachment[any]
GetAllSecretsManagerSecretTargetAttachmentResources retrieves all secretsmanager.SecretTargetAttachment items from an AWS CloudFormation template
func (*Template) GetAllSecurityHubAutomationRuleResources ¶
func (t *Template) GetAllSecurityHubAutomationRuleResources() map[string]*securityhub.AutomationRule[any]
GetAllSecurityHubAutomationRuleResources retrieves all securityhub.AutomationRule items from an AWS CloudFormation template
func (*Template) GetAllSecurityHubHubResources ¶
func (t *Template) GetAllSecurityHubHubResources() map[string]*securityhub.Hub[any]
GetAllSecurityHubHubResources retrieves all securityhub.Hub items from an AWS CloudFormation template
func (*Template) GetAllSecurityHubStandardResources ¶
func (t *Template) GetAllSecurityHubStandardResources() map[string]*securityhub.Standard[any]
GetAllSecurityHubStandardResources retrieves all securityhub.Standard items from an AWS CloudFormation template
func (*Template) GetAllServerlessApiResources ¶
func (t *Template) GetAllServerlessApiResources() map[string]*serverless.Api[any]
GetAllServerlessApiResources retrieves all serverless.Api items from an AWS CloudFormation template
func (*Template) GetAllServerlessApplicationResources ¶
func (t *Template) GetAllServerlessApplicationResources() map[string]*serverless.Application[any]
GetAllServerlessApplicationResources retrieves all serverless.Application items from an AWS CloudFormation template
func (*Template) GetAllServerlessFunctionResources ¶
func (t *Template) GetAllServerlessFunctionResources() map[string]*serverless.Function[any]
GetAllServerlessFunctionResources retrieves all serverless.Function items from an AWS CloudFormation template
func (*Template) GetAllServerlessHttpApiResources ¶
func (t *Template) GetAllServerlessHttpApiResources() map[string]*serverless.HttpApi[any]
GetAllServerlessHttpApiResources retrieves all serverless.HttpApi items from an AWS CloudFormation template
func (*Template) GetAllServerlessLayerVersionResources ¶
func (t *Template) GetAllServerlessLayerVersionResources() map[string]*serverless.LayerVersion[any]
GetAllServerlessLayerVersionResources retrieves all serverless.LayerVersion items from an AWS CloudFormation template
func (*Template) GetAllServerlessSimpleTableResources ¶
func (t *Template) GetAllServerlessSimpleTableResources() map[string]*serverless.SimpleTable[any]
GetAllServerlessSimpleTableResources retrieves all serverless.SimpleTable items from an AWS CloudFormation template
func (*Template) GetAllServerlessStateMachineResources ¶
func (t *Template) GetAllServerlessStateMachineResources() map[string]*serverless.StateMachine[any]
GetAllServerlessStateMachineResources retrieves all serverless.StateMachine items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogAcceptedPortfolioShareResources ¶
func (t *Template) GetAllServiceCatalogAcceptedPortfolioShareResources() map[string]*servicecatalog.AcceptedPortfolioShare[any]
GetAllServiceCatalogAcceptedPortfolioShareResources retrieves all servicecatalog.AcceptedPortfolioShare items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogAppRegistryApplicationResources ¶
func (t *Template) GetAllServiceCatalogAppRegistryApplicationResources() map[string]*servicecatalogappregistry.Application[any]
GetAllServiceCatalogAppRegistryApplicationResources retrieves all servicecatalogappregistry.Application items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogAppRegistryAttributeGroupAssociationResources ¶
func (t *Template) GetAllServiceCatalogAppRegistryAttributeGroupAssociationResources() map[string]*servicecatalogappregistry.AttributeGroupAssociation[any]
GetAllServiceCatalogAppRegistryAttributeGroupAssociationResources retrieves all servicecatalogappregistry.AttributeGroupAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogAppRegistryAttributeGroupResources ¶
func (t *Template) GetAllServiceCatalogAppRegistryAttributeGroupResources() map[string]*servicecatalogappregistry.AttributeGroup[any]
GetAllServiceCatalogAppRegistryAttributeGroupResources retrieves all servicecatalogappregistry.AttributeGroup items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogAppRegistryResourceAssociationResources ¶
func (t *Template) GetAllServiceCatalogAppRegistryResourceAssociationResources() map[string]*servicecatalogappregistry.ResourceAssociation[any]
GetAllServiceCatalogAppRegistryResourceAssociationResources retrieves all servicecatalogappregistry.ResourceAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogCloudFormationProductResources ¶
func (t *Template) GetAllServiceCatalogCloudFormationProductResources() map[string]*servicecatalog.CloudFormationProduct[any]
GetAllServiceCatalogCloudFormationProductResources retrieves all servicecatalog.CloudFormationProduct items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogCloudFormationProvisionedProductResources ¶
func (t *Template) GetAllServiceCatalogCloudFormationProvisionedProductResources() map[string]*servicecatalog.CloudFormationProvisionedProduct[any]
GetAllServiceCatalogCloudFormationProvisionedProductResources retrieves all servicecatalog.CloudFormationProvisionedProduct items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogLaunchNotificationConstraintResources ¶
func (t *Template) GetAllServiceCatalogLaunchNotificationConstraintResources() map[string]*servicecatalog.LaunchNotificationConstraint[any]
GetAllServiceCatalogLaunchNotificationConstraintResources retrieves all servicecatalog.LaunchNotificationConstraint items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogLaunchRoleConstraintResources ¶
func (t *Template) GetAllServiceCatalogLaunchRoleConstraintResources() map[string]*servicecatalog.LaunchRoleConstraint[any]
GetAllServiceCatalogLaunchRoleConstraintResources retrieves all servicecatalog.LaunchRoleConstraint items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogLaunchTemplateConstraintResources ¶
func (t *Template) GetAllServiceCatalogLaunchTemplateConstraintResources() map[string]*servicecatalog.LaunchTemplateConstraint[any]
GetAllServiceCatalogLaunchTemplateConstraintResources retrieves all servicecatalog.LaunchTemplateConstraint items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogPortfolioPrincipalAssociationResources ¶
func (t *Template) GetAllServiceCatalogPortfolioPrincipalAssociationResources() map[string]*servicecatalog.PortfolioPrincipalAssociation[any]
GetAllServiceCatalogPortfolioPrincipalAssociationResources retrieves all servicecatalog.PortfolioPrincipalAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogPortfolioProductAssociationResources ¶
func (t *Template) GetAllServiceCatalogPortfolioProductAssociationResources() map[string]*servicecatalog.PortfolioProductAssociation[any]
GetAllServiceCatalogPortfolioProductAssociationResources retrieves all servicecatalog.PortfolioProductAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogPortfolioResources ¶
func (t *Template) GetAllServiceCatalogPortfolioResources() map[string]*servicecatalog.Portfolio[any]
GetAllServiceCatalogPortfolioResources retrieves all servicecatalog.Portfolio items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogPortfolioShareResources ¶
func (t *Template) GetAllServiceCatalogPortfolioShareResources() map[string]*servicecatalog.PortfolioShare[any]
GetAllServiceCatalogPortfolioShareResources retrieves all servicecatalog.PortfolioShare items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogResourceUpdateConstraintResources ¶
func (t *Template) GetAllServiceCatalogResourceUpdateConstraintResources() map[string]*servicecatalog.ResourceUpdateConstraint[any]
GetAllServiceCatalogResourceUpdateConstraintResources retrieves all servicecatalog.ResourceUpdateConstraint items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogServiceActionAssociationResources ¶
func (t *Template) GetAllServiceCatalogServiceActionAssociationResources() map[string]*servicecatalog.ServiceActionAssociation[any]
GetAllServiceCatalogServiceActionAssociationResources retrieves all servicecatalog.ServiceActionAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogServiceActionResources ¶
func (t *Template) GetAllServiceCatalogServiceActionResources() map[string]*servicecatalog.ServiceAction[any]
GetAllServiceCatalogServiceActionResources retrieves all servicecatalog.ServiceAction items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogStackSetConstraintResources ¶
func (t *Template) GetAllServiceCatalogStackSetConstraintResources() map[string]*servicecatalog.StackSetConstraint[any]
GetAllServiceCatalogStackSetConstraintResources retrieves all servicecatalog.StackSetConstraint items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogTagOptionAssociationResources ¶
func (t *Template) GetAllServiceCatalogTagOptionAssociationResources() map[string]*servicecatalog.TagOptionAssociation[any]
GetAllServiceCatalogTagOptionAssociationResources retrieves all servicecatalog.TagOptionAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogTagOptionResources ¶
func (t *Template) GetAllServiceCatalogTagOptionResources() map[string]*servicecatalog.TagOption[any]
GetAllServiceCatalogTagOptionResources retrieves all servicecatalog.TagOption items from an AWS CloudFormation template
func (*Template) GetAllServiceDiscoveryHttpNamespaceResources ¶
func (t *Template) GetAllServiceDiscoveryHttpNamespaceResources() map[string]*servicediscovery.HttpNamespace[any]
GetAllServiceDiscoveryHttpNamespaceResources retrieves all servicediscovery.HttpNamespace items from an AWS CloudFormation template
func (*Template) GetAllServiceDiscoveryInstanceResources ¶
func (t *Template) GetAllServiceDiscoveryInstanceResources() map[string]*servicediscovery.Instance[any]
GetAllServiceDiscoveryInstanceResources retrieves all servicediscovery.Instance items from an AWS CloudFormation template
func (*Template) GetAllServiceDiscoveryPrivateDnsNamespaceResources ¶
func (t *Template) GetAllServiceDiscoveryPrivateDnsNamespaceResources() map[string]*servicediscovery.PrivateDnsNamespace[any]
GetAllServiceDiscoveryPrivateDnsNamespaceResources retrieves all servicediscovery.PrivateDnsNamespace items from an AWS CloudFormation template
func (*Template) GetAllServiceDiscoveryPublicDnsNamespaceResources ¶
func (t *Template) GetAllServiceDiscoveryPublicDnsNamespaceResources() map[string]*servicediscovery.PublicDnsNamespace[any]
GetAllServiceDiscoveryPublicDnsNamespaceResources retrieves all servicediscovery.PublicDnsNamespace items from an AWS CloudFormation template
func (*Template) GetAllServiceDiscoveryServiceResources ¶
func (t *Template) GetAllServiceDiscoveryServiceResources() map[string]*servicediscovery.Service[any]
GetAllServiceDiscoveryServiceResources retrieves all servicediscovery.Service items from an AWS CloudFormation template
func (*Template) GetAllShieldDRTAccessResources ¶
GetAllShieldDRTAccessResources retrieves all shield.DRTAccess items from an AWS CloudFormation template
func (*Template) GetAllShieldProactiveEngagementResources ¶
func (t *Template) GetAllShieldProactiveEngagementResources() map[string]*shield.ProactiveEngagement[any]
GetAllShieldProactiveEngagementResources retrieves all shield.ProactiveEngagement items from an AWS CloudFormation template
func (*Template) GetAllShieldProtectionGroupResources ¶
func (t *Template) GetAllShieldProtectionGroupResources() map[string]*shield.ProtectionGroup[any]
GetAllShieldProtectionGroupResources retrieves all shield.ProtectionGroup items from an AWS CloudFormation template
func (*Template) GetAllShieldProtectionResources ¶
func (t *Template) GetAllShieldProtectionResources() map[string]*shield.Protection[any]
GetAllShieldProtectionResources retrieves all shield.Protection items from an AWS CloudFormation template
func (*Template) GetAllSignerProfilePermissionResources ¶
func (t *Template) GetAllSignerProfilePermissionResources() map[string]*signer.ProfilePermission[any]
GetAllSignerProfilePermissionResources retrieves all signer.ProfilePermission items from an AWS CloudFormation template
func (*Template) GetAllSignerSigningProfileResources ¶
func (t *Template) GetAllSignerSigningProfileResources() map[string]*signer.SigningProfile[any]
GetAllSignerSigningProfileResources retrieves all signer.SigningProfile items from an AWS CloudFormation template
func (*Template) GetAllSimSpaceWeaverSimulationResources ¶
func (t *Template) GetAllSimSpaceWeaverSimulationResources() map[string]*simspaceweaver.Simulation[any]
GetAllSimSpaceWeaverSimulationResources retrieves all simspaceweaver.Simulation items from an AWS CloudFormation template
func (*Template) GetAllStepFunctionsActivityResources ¶
func (t *Template) GetAllStepFunctionsActivityResources() map[string]*stepfunctions.Activity[any]
GetAllStepFunctionsActivityResources retrieves all stepfunctions.Activity items from an AWS CloudFormation template
func (*Template) GetAllStepFunctionsStateMachineAliasResources ¶
func (t *Template) GetAllStepFunctionsStateMachineAliasResources() map[string]*stepfunctions.StateMachineAlias[any]
GetAllStepFunctionsStateMachineAliasResources retrieves all stepfunctions.StateMachineAlias items from an AWS CloudFormation template
func (*Template) GetAllStepFunctionsStateMachineResources ¶
func (t *Template) GetAllStepFunctionsStateMachineResources() map[string]*stepfunctions.StateMachine[any]
GetAllStepFunctionsStateMachineResources retrieves all stepfunctions.StateMachine items from an AWS CloudFormation template
func (*Template) GetAllStepFunctionsStateMachineVersionResources ¶
func (t *Template) GetAllStepFunctionsStateMachineVersionResources() map[string]*stepfunctions.StateMachineVersion[any]
GetAllStepFunctionsStateMachineVersionResources retrieves all stepfunctions.StateMachineVersion items from an AWS CloudFormation template
func (*Template) GetAllSupportAppAccountAliasResources ¶
func (t *Template) GetAllSupportAppAccountAliasResources() map[string]*supportapp.AccountAlias[any]
GetAllSupportAppAccountAliasResources retrieves all supportapp.AccountAlias items from an AWS CloudFormation template
func (*Template) GetAllSupportAppSlackChannelConfigurationResources ¶
func (t *Template) GetAllSupportAppSlackChannelConfigurationResources() map[string]*supportapp.SlackChannelConfiguration[any]
GetAllSupportAppSlackChannelConfigurationResources retrieves all supportapp.SlackChannelConfiguration items from an AWS CloudFormation template
func (*Template) GetAllSupportAppSlackWorkspaceConfigurationResources ¶
func (t *Template) GetAllSupportAppSlackWorkspaceConfigurationResources() map[string]*supportapp.SlackWorkspaceConfiguration[any]
GetAllSupportAppSlackWorkspaceConfigurationResources retrieves all supportapp.SlackWorkspaceConfiguration items from an AWS CloudFormation template
func (*Template) GetAllSyntheticsCanaryResources ¶
func (t *Template) GetAllSyntheticsCanaryResources() map[string]*synthetics.Canary[any]
GetAllSyntheticsCanaryResources retrieves all synthetics.Canary items from an AWS CloudFormation template
func (*Template) GetAllSyntheticsGroupResources ¶
func (t *Template) GetAllSyntheticsGroupResources() map[string]*synthetics.Group[any]
GetAllSyntheticsGroupResources retrieves all synthetics.Group items from an AWS CloudFormation template
func (*Template) GetAllSystemsManagerSAPApplicationResources ¶
func (t *Template) GetAllSystemsManagerSAPApplicationResources() map[string]*systemsmanagersap.Application[any]
GetAllSystemsManagerSAPApplicationResources retrieves all systemsmanagersap.Application items from an AWS CloudFormation template
func (*Template) GetAllTimestreamDatabaseResources ¶
func (t *Template) GetAllTimestreamDatabaseResources() map[string]*timestream.Database[any]
GetAllTimestreamDatabaseResources retrieves all timestream.Database items from an AWS CloudFormation template
func (*Template) GetAllTimestreamScheduledQueryResources ¶
func (t *Template) GetAllTimestreamScheduledQueryResources() map[string]*timestream.ScheduledQuery[any]
GetAllTimestreamScheduledQueryResources retrieves all timestream.ScheduledQuery items from an AWS CloudFormation template
func (*Template) GetAllTimestreamTableResources ¶
func (t *Template) GetAllTimestreamTableResources() map[string]*timestream.Table[any]
GetAllTimestreamTableResources retrieves all timestream.Table items from an AWS CloudFormation template
func (*Template) GetAllTransferAgreementResources ¶
GetAllTransferAgreementResources retrieves all transfer.Agreement items from an AWS CloudFormation template
func (*Template) GetAllTransferCertificateResources ¶
func (t *Template) GetAllTransferCertificateResources() map[string]*transfer.Certificate[any]
GetAllTransferCertificateResources retrieves all transfer.Certificate items from an AWS CloudFormation template
func (*Template) GetAllTransferConnectorResources ¶
GetAllTransferConnectorResources retrieves all transfer.Connector items from an AWS CloudFormation template
func (*Template) GetAllTransferProfileResources ¶
GetAllTransferProfileResources retrieves all transfer.Profile items from an AWS CloudFormation template
func (*Template) GetAllTransferServerResources ¶
GetAllTransferServerResources retrieves all transfer.Server items from an AWS CloudFormation template
func (*Template) GetAllTransferUserResources ¶
GetAllTransferUserResources retrieves all transfer.User items from an AWS CloudFormation template
func (*Template) GetAllTransferWorkflowResources ¶
GetAllTransferWorkflowResources retrieves all transfer.Workflow items from an AWS CloudFormation template
func (*Template) GetAllVerifiedPermissionsIdentitySourceResources ¶
func (t *Template) GetAllVerifiedPermissionsIdentitySourceResources() map[string]*verifiedpermissions.IdentitySource[any]
GetAllVerifiedPermissionsIdentitySourceResources retrieves all verifiedpermissions.IdentitySource items from an AWS CloudFormation template
func (*Template) GetAllVerifiedPermissionsPolicyResources ¶
func (t *Template) GetAllVerifiedPermissionsPolicyResources() map[string]*verifiedpermissions.Policy[any]
GetAllVerifiedPermissionsPolicyResources retrieves all verifiedpermissions.Policy items from an AWS CloudFormation template
func (*Template) GetAllVerifiedPermissionsPolicyStoreResources ¶
func (t *Template) GetAllVerifiedPermissionsPolicyStoreResources() map[string]*verifiedpermissions.PolicyStore[any]
GetAllVerifiedPermissionsPolicyStoreResources retrieves all verifiedpermissions.PolicyStore items from an AWS CloudFormation template
func (*Template) GetAllVerifiedPermissionsPolicyTemplateResources ¶
func (t *Template) GetAllVerifiedPermissionsPolicyTemplateResources() map[string]*verifiedpermissions.PolicyTemplate[any]
GetAllVerifiedPermissionsPolicyTemplateResources retrieves all verifiedpermissions.PolicyTemplate items from an AWS CloudFormation template
func (*Template) GetAllVoiceIDDomainResources ¶
GetAllVoiceIDDomainResources retrieves all voiceid.Domain items from an AWS CloudFormation template
func (*Template) GetAllVpcLatticeAccessLogSubscriptionResources ¶
func (t *Template) GetAllVpcLatticeAccessLogSubscriptionResources() map[string]*vpclattice.AccessLogSubscription[any]
GetAllVpcLatticeAccessLogSubscriptionResources retrieves all vpclattice.AccessLogSubscription items from an AWS CloudFormation template
func (*Template) GetAllVpcLatticeAuthPolicyResources ¶
func (t *Template) GetAllVpcLatticeAuthPolicyResources() map[string]*vpclattice.AuthPolicy[any]
GetAllVpcLatticeAuthPolicyResources retrieves all vpclattice.AuthPolicy items from an AWS CloudFormation template
func (*Template) GetAllVpcLatticeListenerResources ¶
func (t *Template) GetAllVpcLatticeListenerResources() map[string]*vpclattice.Listener[any]
GetAllVpcLatticeListenerResources retrieves all vpclattice.Listener items from an AWS CloudFormation template
func (*Template) GetAllVpcLatticeResourcePolicyResources ¶
func (t *Template) GetAllVpcLatticeResourcePolicyResources() map[string]*vpclattice.ResourcePolicy[any]
GetAllVpcLatticeResourcePolicyResources retrieves all vpclattice.ResourcePolicy items from an AWS CloudFormation template
func (*Template) GetAllVpcLatticeRuleResources ¶
func (t *Template) GetAllVpcLatticeRuleResources() map[string]*vpclattice.Rule[any]
GetAllVpcLatticeRuleResources retrieves all vpclattice.Rule items from an AWS CloudFormation template
func (*Template) GetAllVpcLatticeServiceNetworkResources ¶
func (t *Template) GetAllVpcLatticeServiceNetworkResources() map[string]*vpclattice.ServiceNetwork[any]
GetAllVpcLatticeServiceNetworkResources retrieves all vpclattice.ServiceNetwork items from an AWS CloudFormation template
func (*Template) GetAllVpcLatticeServiceNetworkServiceAssociationResources ¶
func (t *Template) GetAllVpcLatticeServiceNetworkServiceAssociationResources() map[string]*vpclattice.ServiceNetworkServiceAssociation[any]
GetAllVpcLatticeServiceNetworkServiceAssociationResources retrieves all vpclattice.ServiceNetworkServiceAssociation items from an AWS CloudFormation template
func (*Template) GetAllVpcLatticeServiceNetworkVpcAssociationResources ¶
func (t *Template) GetAllVpcLatticeServiceNetworkVpcAssociationResources() map[string]*vpclattice.ServiceNetworkVpcAssociation[any]
GetAllVpcLatticeServiceNetworkVpcAssociationResources retrieves all vpclattice.ServiceNetworkVpcAssociation items from an AWS CloudFormation template
func (*Template) GetAllVpcLatticeServiceResources ¶
func (t *Template) GetAllVpcLatticeServiceResources() map[string]*vpclattice.Service[any]
GetAllVpcLatticeServiceResources retrieves all vpclattice.Service items from an AWS CloudFormation template
func (*Template) GetAllVpcLatticeTargetGroupResources ¶
func (t *Template) GetAllVpcLatticeTargetGroupResources() map[string]*vpclattice.TargetGroup[any]
GetAllVpcLatticeTargetGroupResources retrieves all vpclattice.TargetGroup items from an AWS CloudFormation template
func (*Template) GetAllWAFByteMatchSetResources ¶
func (t *Template) GetAllWAFByteMatchSetResources() map[string]*waf.ByteMatchSet[any]
GetAllWAFByteMatchSetResources retrieves all waf.ByteMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFIPSetResources ¶
GetAllWAFIPSetResources retrieves all waf.IPSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalByteMatchSetResources ¶
func (t *Template) GetAllWAFRegionalByteMatchSetResources() map[string]*wafregional.ByteMatchSet[any]
GetAllWAFRegionalByteMatchSetResources retrieves all wafregional.ByteMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalGeoMatchSetResources ¶
func (t *Template) GetAllWAFRegionalGeoMatchSetResources() map[string]*wafregional.GeoMatchSet[any]
GetAllWAFRegionalGeoMatchSetResources retrieves all wafregional.GeoMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalIPSetResources ¶
func (t *Template) GetAllWAFRegionalIPSetResources() map[string]*wafregional.IPSet[any]
GetAllWAFRegionalIPSetResources retrieves all wafregional.IPSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalRateBasedRuleResources ¶
func (t *Template) GetAllWAFRegionalRateBasedRuleResources() map[string]*wafregional.RateBasedRule[any]
GetAllWAFRegionalRateBasedRuleResources retrieves all wafregional.RateBasedRule items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalRegexPatternSetResources ¶
func (t *Template) GetAllWAFRegionalRegexPatternSetResources() map[string]*wafregional.RegexPatternSet[any]
GetAllWAFRegionalRegexPatternSetResources retrieves all wafregional.RegexPatternSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalRuleResources ¶
func (t *Template) GetAllWAFRegionalRuleResources() map[string]*wafregional.Rule[any]
GetAllWAFRegionalRuleResources retrieves all wafregional.Rule items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalSizeConstraintSetResources ¶
func (t *Template) GetAllWAFRegionalSizeConstraintSetResources() map[string]*wafregional.SizeConstraintSet[any]
GetAllWAFRegionalSizeConstraintSetResources retrieves all wafregional.SizeConstraintSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalSqlInjectionMatchSetResources ¶
func (t *Template) GetAllWAFRegionalSqlInjectionMatchSetResources() map[string]*wafregional.SqlInjectionMatchSet[any]
GetAllWAFRegionalSqlInjectionMatchSetResources retrieves all wafregional.SqlInjectionMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalWebACLAssociationResources ¶
func (t *Template) GetAllWAFRegionalWebACLAssociationResources() map[string]*wafregional.WebACLAssociation[any]
GetAllWAFRegionalWebACLAssociationResources retrieves all wafregional.WebACLAssociation items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalWebACLResources ¶
func (t *Template) GetAllWAFRegionalWebACLResources() map[string]*wafregional.WebACL[any]
GetAllWAFRegionalWebACLResources retrieves all wafregional.WebACL items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalXssMatchSetResources ¶
func (t *Template) GetAllWAFRegionalXssMatchSetResources() map[string]*wafregional.XssMatchSet[any]
GetAllWAFRegionalXssMatchSetResources retrieves all wafregional.XssMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRuleResources ¶
GetAllWAFRuleResources retrieves all waf.Rule items from an AWS CloudFormation template
func (*Template) GetAllWAFSizeConstraintSetResources ¶
func (t *Template) GetAllWAFSizeConstraintSetResources() map[string]*waf.SizeConstraintSet[any]
GetAllWAFSizeConstraintSetResources retrieves all waf.SizeConstraintSet items from an AWS CloudFormation template
func (*Template) GetAllWAFSqlInjectionMatchSetResources ¶
func (t *Template) GetAllWAFSqlInjectionMatchSetResources() map[string]*waf.SqlInjectionMatchSet[any]
GetAllWAFSqlInjectionMatchSetResources retrieves all waf.SqlInjectionMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFWebACLResources ¶
GetAllWAFWebACLResources retrieves all waf.WebACL items from an AWS CloudFormation template
func (*Template) GetAllWAFXssMatchSetResources ¶
func (t *Template) GetAllWAFXssMatchSetResources() map[string]*waf.XssMatchSet[any]
GetAllWAFXssMatchSetResources retrieves all waf.XssMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFv2IPSetResources ¶
GetAllWAFv2IPSetResources retrieves all wafv2.IPSet items from an AWS CloudFormation template
func (*Template) GetAllWAFv2LoggingConfigurationResources ¶
func (t *Template) GetAllWAFv2LoggingConfigurationResources() map[string]*wafv2.LoggingConfiguration[any]
GetAllWAFv2LoggingConfigurationResources retrieves all wafv2.LoggingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllWAFv2RegexPatternSetResources ¶
func (t *Template) GetAllWAFv2RegexPatternSetResources() map[string]*wafv2.RegexPatternSet[any]
GetAllWAFv2RegexPatternSetResources retrieves all wafv2.RegexPatternSet items from an AWS CloudFormation template
func (*Template) GetAllWAFv2RuleGroupResources ¶
GetAllWAFv2RuleGroupResources retrieves all wafv2.RuleGroup items from an AWS CloudFormation template
func (*Template) GetAllWAFv2WebACLAssociationResources ¶
func (t *Template) GetAllWAFv2WebACLAssociationResources() map[string]*wafv2.WebACLAssociation[any]
GetAllWAFv2WebACLAssociationResources retrieves all wafv2.WebACLAssociation items from an AWS CloudFormation template
func (*Template) GetAllWAFv2WebACLResources ¶
GetAllWAFv2WebACLResources retrieves all wafv2.WebACL items from an AWS CloudFormation template
func (*Template) GetAllWisdomAssistantAssociationResources ¶
func (t *Template) GetAllWisdomAssistantAssociationResources() map[string]*wisdom.AssistantAssociation[any]
GetAllWisdomAssistantAssociationResources retrieves all wisdom.AssistantAssociation items from an AWS CloudFormation template
func (*Template) GetAllWisdomAssistantResources ¶
GetAllWisdomAssistantResources retrieves all wisdom.Assistant items from an AWS CloudFormation template
func (*Template) GetAllWisdomKnowledgeBaseResources ¶
func (t *Template) GetAllWisdomKnowledgeBaseResources() map[string]*wisdom.KnowledgeBase[any]
GetAllWisdomKnowledgeBaseResources retrieves all wisdom.KnowledgeBase items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesConnectionAliasResources ¶
func (t *Template) GetAllWorkSpacesConnectionAliasResources() map[string]*workspaces.ConnectionAlias[any]
GetAllWorkSpacesConnectionAliasResources retrieves all workspaces.ConnectionAlias items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesWebBrowserSettingsResources ¶
func (t *Template) GetAllWorkSpacesWebBrowserSettingsResources() map[string]*workspacesweb.BrowserSettings[any]
GetAllWorkSpacesWebBrowserSettingsResources retrieves all workspacesweb.BrowserSettings items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesWebIdentityProviderResources ¶
func (t *Template) GetAllWorkSpacesWebIdentityProviderResources() map[string]*workspacesweb.IdentityProvider[any]
GetAllWorkSpacesWebIdentityProviderResources retrieves all workspacesweb.IdentityProvider items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesWebIpAccessSettingsResources ¶
func (t *Template) GetAllWorkSpacesWebIpAccessSettingsResources() map[string]*workspacesweb.IpAccessSettings[any]
GetAllWorkSpacesWebIpAccessSettingsResources retrieves all workspacesweb.IpAccessSettings items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesWebNetworkSettingsResources ¶
func (t *Template) GetAllWorkSpacesWebNetworkSettingsResources() map[string]*workspacesweb.NetworkSettings[any]
GetAllWorkSpacesWebNetworkSettingsResources retrieves all workspacesweb.NetworkSettings items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesWebPortalResources ¶
func (t *Template) GetAllWorkSpacesWebPortalResources() map[string]*workspacesweb.Portal[any]
GetAllWorkSpacesWebPortalResources retrieves all workspacesweb.Portal items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesWebTrustStoreResources ¶
func (t *Template) GetAllWorkSpacesWebTrustStoreResources() map[string]*workspacesweb.TrustStore[any]
GetAllWorkSpacesWebTrustStoreResources retrieves all workspacesweb.TrustStore items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesWebUserAccessLoggingSettingsResources ¶
func (t *Template) GetAllWorkSpacesWebUserAccessLoggingSettingsResources() map[string]*workspacesweb.UserAccessLoggingSettings[any]
GetAllWorkSpacesWebUserAccessLoggingSettingsResources retrieves all workspacesweb.UserAccessLoggingSettings items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesWebUserSettingsResources ¶
func (t *Template) GetAllWorkSpacesWebUserSettingsResources() map[string]*workspacesweb.UserSettings[any]
GetAllWorkSpacesWebUserSettingsResources retrieves all workspacesweb.UserSettings items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesWorkspaceResources ¶
func (t *Template) GetAllWorkSpacesWorkspaceResources() map[string]*workspaces.Workspace[any]
GetAllWorkSpacesWorkspaceResources retrieves all workspaces.Workspace items from an AWS CloudFormation template
func (*Template) GetAllXRayGroupResources ¶
GetAllXRayGroupResources retrieves all xray.Group items from an AWS CloudFormation template
func (*Template) GetAllXRayResourcePolicyResources ¶
func (t *Template) GetAllXRayResourcePolicyResources() map[string]*xray.ResourcePolicy[any]
GetAllXRayResourcePolicyResources retrieves all xray.ResourcePolicy items from an AWS CloudFormation template
func (*Template) GetAllXRaySamplingRuleResources ¶
func (t *Template) GetAllXRaySamplingRuleResources() map[string]*xray.SamplingRule[any]
GetAllXRaySamplingRuleResources retrieves all xray.SamplingRule items from an AWS CloudFormation template
func (*Template) GetAmazonMQBrokerWithName ¶
GetAmazonMQBrokerWithName retrieves all amazonmq.Broker items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmazonMQConfigurationAssociationWithName ¶
func (t *Template) GetAmazonMQConfigurationAssociationWithName(name string) (*amazonmq.ConfigurationAssociation[any], error)
GetAmazonMQConfigurationAssociationWithName retrieves all amazonmq.ConfigurationAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmazonMQConfigurationWithName ¶
func (t *Template) GetAmazonMQConfigurationWithName(name string) (*amazonmq.Configuration[any], error)
GetAmazonMQConfigurationWithName retrieves all amazonmq.Configuration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyAppWithName ¶
GetAmplifyAppWithName retrieves all amplify.App items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyBranchWithName ¶
GetAmplifyBranchWithName retrieves all amplify.Branch items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyDomainWithName ¶
GetAmplifyDomainWithName retrieves all amplify.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyUIBuilderComponentWithName ¶
func (t *Template) GetAmplifyUIBuilderComponentWithName(name string) (*amplifyuibuilder.Component[any], error)
GetAmplifyUIBuilderComponentWithName retrieves all amplifyuibuilder.Component items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyUIBuilderFormWithName ¶
func (t *Template) GetAmplifyUIBuilderFormWithName(name string) (*amplifyuibuilder.Form[any], error)
GetAmplifyUIBuilderFormWithName retrieves all amplifyuibuilder.Form items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyUIBuilderThemeWithName ¶
func (t *Template) GetAmplifyUIBuilderThemeWithName(name string) (*amplifyuibuilder.Theme[any], error)
GetAmplifyUIBuilderThemeWithName retrieves all amplifyuibuilder.Theme items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayAccountWithName ¶
GetApiGatewayAccountWithName retrieves all apigateway.Account items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayApiKeyWithName ¶
GetApiGatewayApiKeyWithName retrieves all apigateway.ApiKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayAuthorizerWithName ¶
func (t *Template) GetApiGatewayAuthorizerWithName(name string) (*apigateway.Authorizer[any], error)
GetApiGatewayAuthorizerWithName retrieves all apigateway.Authorizer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayBasePathMappingWithName ¶
func (t *Template) GetApiGatewayBasePathMappingWithName(name string) (*apigateway.BasePathMapping[any], error)
GetApiGatewayBasePathMappingWithName retrieves all apigateway.BasePathMapping items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayClientCertificateWithName ¶
func (t *Template) GetApiGatewayClientCertificateWithName(name string) (*apigateway.ClientCertificate[any], error)
GetApiGatewayClientCertificateWithName retrieves all apigateway.ClientCertificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayDeploymentWithName ¶
func (t *Template) GetApiGatewayDeploymentWithName(name string) (*apigateway.Deployment[any], error)
GetApiGatewayDeploymentWithName retrieves all apigateway.Deployment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayDocumentationPartWithName ¶
func (t *Template) GetApiGatewayDocumentationPartWithName(name string) (*apigateway.DocumentationPart[any], error)
GetApiGatewayDocumentationPartWithName retrieves all apigateway.DocumentationPart items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayDocumentationVersionWithName ¶
func (t *Template) GetApiGatewayDocumentationVersionWithName(name string) (*apigateway.DocumentationVersion[any], error)
GetApiGatewayDocumentationVersionWithName retrieves all apigateway.DocumentationVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayDomainNameWithName ¶
func (t *Template) GetApiGatewayDomainNameWithName(name string) (*apigateway.DomainName[any], error)
GetApiGatewayDomainNameWithName retrieves all apigateway.DomainName items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayGatewayResponseWithName ¶
func (t *Template) GetApiGatewayGatewayResponseWithName(name string) (*apigateway.GatewayResponse[any], error)
GetApiGatewayGatewayResponseWithName retrieves all apigateway.GatewayResponse items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayMethodWithName ¶
GetApiGatewayMethodWithName retrieves all apigateway.Method items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayModelWithName ¶
GetApiGatewayModelWithName retrieves all apigateway.Model items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayRequestValidatorWithName ¶
func (t *Template) GetApiGatewayRequestValidatorWithName(name string) (*apigateway.RequestValidator[any], error)
GetApiGatewayRequestValidatorWithName retrieves all apigateway.RequestValidator items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayResourceWithName ¶
GetApiGatewayResourceWithName retrieves all apigateway.Resource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayRestApiWithName ¶
GetApiGatewayRestApiWithName retrieves all apigateway.RestApi items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayStageWithName ¶
GetApiGatewayStageWithName retrieves all apigateway.Stage items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayUsagePlanKeyWithName ¶
func (t *Template) GetApiGatewayUsagePlanKeyWithName(name string) (*apigateway.UsagePlanKey[any], error)
GetApiGatewayUsagePlanKeyWithName retrieves all apigateway.UsagePlanKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayUsagePlanWithName ¶
GetApiGatewayUsagePlanWithName retrieves all apigateway.UsagePlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2ApiGatewayManagedOverridesWithName ¶
func (t *Template) GetApiGatewayV2ApiGatewayManagedOverridesWithName(name string) (*apigatewayv2.ApiGatewayManagedOverrides[any], error)
GetApiGatewayV2ApiGatewayManagedOverridesWithName retrieves all apigatewayv2.ApiGatewayManagedOverrides items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2ApiMappingWithName ¶
func (t *Template) GetApiGatewayV2ApiMappingWithName(name string) (*apigatewayv2.ApiMapping[any], error)
GetApiGatewayV2ApiMappingWithName retrieves all apigatewayv2.ApiMapping items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2ApiWithName ¶
GetApiGatewayV2ApiWithName retrieves all apigatewayv2.Api items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2AuthorizerWithName ¶
func (t *Template) GetApiGatewayV2AuthorizerWithName(name string) (*apigatewayv2.Authorizer[any], error)
GetApiGatewayV2AuthorizerWithName retrieves all apigatewayv2.Authorizer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2DeploymentWithName ¶
func (t *Template) GetApiGatewayV2DeploymentWithName(name string) (*apigatewayv2.Deployment[any], error)
GetApiGatewayV2DeploymentWithName retrieves all apigatewayv2.Deployment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2DomainNameWithName ¶
func (t *Template) GetApiGatewayV2DomainNameWithName(name string) (*apigatewayv2.DomainName[any], error)
GetApiGatewayV2DomainNameWithName retrieves all apigatewayv2.DomainName items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2IntegrationResponseWithName ¶
func (t *Template) GetApiGatewayV2IntegrationResponseWithName(name string) (*apigatewayv2.IntegrationResponse[any], error)
GetApiGatewayV2IntegrationResponseWithName retrieves all apigatewayv2.IntegrationResponse items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2IntegrationWithName ¶
func (t *Template) GetApiGatewayV2IntegrationWithName(name string) (*apigatewayv2.Integration[any], error)
GetApiGatewayV2IntegrationWithName retrieves all apigatewayv2.Integration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2ModelWithName ¶
GetApiGatewayV2ModelWithName retrieves all apigatewayv2.Model items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2RouteResponseWithName ¶
func (t *Template) GetApiGatewayV2RouteResponseWithName(name string) (*apigatewayv2.RouteResponse[any], error)
GetApiGatewayV2RouteResponseWithName retrieves all apigatewayv2.RouteResponse items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2RouteWithName ¶
GetApiGatewayV2RouteWithName retrieves all apigatewayv2.Route items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2StageWithName ¶
GetApiGatewayV2StageWithName retrieves all apigatewayv2.Stage items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2VpcLinkWithName ¶
GetApiGatewayV2VpcLinkWithName retrieves all apigatewayv2.VpcLink items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayVpcLinkWithName ¶
GetApiGatewayVpcLinkWithName retrieves all apigateway.VpcLink items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigApplicationWithName ¶
func (t *Template) GetAppConfigApplicationWithName(name string) (*appconfig.Application[any], error)
GetAppConfigApplicationWithName retrieves all appconfig.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigConfigurationProfileWithName ¶
func (t *Template) GetAppConfigConfigurationProfileWithName(name string) (*appconfig.ConfigurationProfile[any], error)
GetAppConfigConfigurationProfileWithName retrieves all appconfig.ConfigurationProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigDeploymentStrategyWithName ¶
func (t *Template) GetAppConfigDeploymentStrategyWithName(name string) (*appconfig.DeploymentStrategy[any], error)
GetAppConfigDeploymentStrategyWithName retrieves all appconfig.DeploymentStrategy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigDeploymentWithName ¶
GetAppConfigDeploymentWithName retrieves all appconfig.Deployment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigEnvironmentWithName ¶
func (t *Template) GetAppConfigEnvironmentWithName(name string) (*appconfig.Environment[any], error)
GetAppConfigEnvironmentWithName retrieves all appconfig.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigExtensionAssociationWithName ¶
func (t *Template) GetAppConfigExtensionAssociationWithName(name string) (*appconfig.ExtensionAssociation[any], error)
GetAppConfigExtensionAssociationWithName retrieves all appconfig.ExtensionAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigExtensionWithName ¶
GetAppConfigExtensionWithName retrieves all appconfig.Extension items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigHostedConfigurationVersionWithName ¶
func (t *Template) GetAppConfigHostedConfigurationVersionWithName(name string) (*appconfig.HostedConfigurationVersion[any], error)
GetAppConfigHostedConfigurationVersionWithName retrieves all appconfig.HostedConfigurationVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppFlowConnectorProfileWithName ¶
func (t *Template) GetAppFlowConnectorProfileWithName(name string) (*appflow.ConnectorProfile[any], error)
GetAppFlowConnectorProfileWithName retrieves all appflow.ConnectorProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppFlowConnectorWithName ¶
GetAppFlowConnectorWithName retrieves all appflow.Connector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppFlowFlowWithName ¶
GetAppFlowFlowWithName retrieves all appflow.Flow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppIntegrationsDataIntegrationWithName ¶
func (t *Template) GetAppIntegrationsDataIntegrationWithName(name string) (*appintegrations.DataIntegration[any], error)
GetAppIntegrationsDataIntegrationWithName retrieves all appintegrations.DataIntegration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppIntegrationsEventIntegrationWithName ¶
func (t *Template) GetAppIntegrationsEventIntegrationWithName(name string) (*appintegrations.EventIntegration[any], error)
GetAppIntegrationsEventIntegrationWithName retrieves all appintegrations.EventIntegration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshGatewayRouteWithName ¶
GetAppMeshGatewayRouteWithName retrieves all appmesh.GatewayRoute items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshMeshWithName ¶
GetAppMeshMeshWithName retrieves all appmesh.Mesh items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshRouteWithName ¶
GetAppMeshRouteWithName retrieves all appmesh.Route items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshVirtualGatewayWithName ¶
func (t *Template) GetAppMeshVirtualGatewayWithName(name string) (*appmesh.VirtualGateway[any], error)
GetAppMeshVirtualGatewayWithName retrieves all appmesh.VirtualGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshVirtualNodeWithName ¶
GetAppMeshVirtualNodeWithName retrieves all appmesh.VirtualNode items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshVirtualRouterWithName ¶
func (t *Template) GetAppMeshVirtualRouterWithName(name string) (*appmesh.VirtualRouter[any], error)
GetAppMeshVirtualRouterWithName retrieves all appmesh.VirtualRouter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshVirtualServiceWithName ¶
func (t *Template) GetAppMeshVirtualServiceWithName(name string) (*appmesh.VirtualService[any], error)
GetAppMeshVirtualServiceWithName retrieves all appmesh.VirtualService items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppRunnerAutoScalingConfigurationWithName ¶
func (t *Template) GetAppRunnerAutoScalingConfigurationWithName(name string) (*apprunner.AutoScalingConfiguration[any], error)
GetAppRunnerAutoScalingConfigurationWithName retrieves all apprunner.AutoScalingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppRunnerObservabilityConfigurationWithName ¶
func (t *Template) GetAppRunnerObservabilityConfigurationWithName(name string) (*apprunner.ObservabilityConfiguration[any], error)
GetAppRunnerObservabilityConfigurationWithName retrieves all apprunner.ObservabilityConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppRunnerServiceWithName ¶
GetAppRunnerServiceWithName retrieves all apprunner.Service items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppRunnerVpcConnectorWithName ¶
func (t *Template) GetAppRunnerVpcConnectorWithName(name string) (*apprunner.VpcConnector[any], error)
GetAppRunnerVpcConnectorWithName retrieves all apprunner.VpcConnector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppRunnerVpcIngressConnectionWithName ¶
func (t *Template) GetAppRunnerVpcIngressConnectionWithName(name string) (*apprunner.VpcIngressConnection[any], error)
GetAppRunnerVpcIngressConnectionWithName retrieves all apprunner.VpcIngressConnection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamAppBlockBuilderWithName ¶
func (t *Template) GetAppStreamAppBlockBuilderWithName(name string) (*appstream.AppBlockBuilder[any], error)
GetAppStreamAppBlockBuilderWithName retrieves all appstream.AppBlockBuilder items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamAppBlockWithName ¶
GetAppStreamAppBlockWithName retrieves all appstream.AppBlock items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamApplicationEntitlementAssociationWithName ¶
func (t *Template) GetAppStreamApplicationEntitlementAssociationWithName(name string) (*appstream.ApplicationEntitlementAssociation[any], error)
GetAppStreamApplicationEntitlementAssociationWithName retrieves all appstream.ApplicationEntitlementAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamApplicationFleetAssociationWithName ¶
func (t *Template) GetAppStreamApplicationFleetAssociationWithName(name string) (*appstream.ApplicationFleetAssociation[any], error)
GetAppStreamApplicationFleetAssociationWithName retrieves all appstream.ApplicationFleetAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamApplicationWithName ¶
func (t *Template) GetAppStreamApplicationWithName(name string) (*appstream.Application[any], error)
GetAppStreamApplicationWithName retrieves all appstream.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamDirectoryConfigWithName ¶
func (t *Template) GetAppStreamDirectoryConfigWithName(name string) (*appstream.DirectoryConfig[any], error)
GetAppStreamDirectoryConfigWithName retrieves all appstream.DirectoryConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamEntitlementWithName ¶
func (t *Template) GetAppStreamEntitlementWithName(name string) (*appstream.Entitlement[any], error)
GetAppStreamEntitlementWithName retrieves all appstream.Entitlement items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamFleetWithName ¶
GetAppStreamFleetWithName retrieves all appstream.Fleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamImageBuilderWithName ¶
func (t *Template) GetAppStreamImageBuilderWithName(name string) (*appstream.ImageBuilder[any], error)
GetAppStreamImageBuilderWithName retrieves all appstream.ImageBuilder items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamStackFleetAssociationWithName ¶
func (t *Template) GetAppStreamStackFleetAssociationWithName(name string) (*appstream.StackFleetAssociation[any], error)
GetAppStreamStackFleetAssociationWithName retrieves all appstream.StackFleetAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamStackUserAssociationWithName ¶
func (t *Template) GetAppStreamStackUserAssociationWithName(name string) (*appstream.StackUserAssociation[any], error)
GetAppStreamStackUserAssociationWithName retrieves all appstream.StackUserAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamStackWithName ¶
GetAppStreamStackWithName retrieves all appstream.Stack items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamUserWithName ¶
GetAppStreamUserWithName retrieves all appstream.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncApiCacheWithName ¶
GetAppSyncApiCacheWithName retrieves all appsync.ApiCache items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncApiKeyWithName ¶
GetAppSyncApiKeyWithName retrieves all appsync.ApiKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncDataSourceWithName ¶
GetAppSyncDataSourceWithName retrieves all appsync.DataSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncDomainNameApiAssociationWithName ¶
func (t *Template) GetAppSyncDomainNameApiAssociationWithName(name string) (*appsync.DomainNameApiAssociation[any], error)
GetAppSyncDomainNameApiAssociationWithName retrieves all appsync.DomainNameApiAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncDomainNameWithName ¶
GetAppSyncDomainNameWithName retrieves all appsync.DomainName items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncFunctionConfigurationWithName ¶
func (t *Template) GetAppSyncFunctionConfigurationWithName(name string) (*appsync.FunctionConfiguration[any], error)
GetAppSyncFunctionConfigurationWithName retrieves all appsync.FunctionConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncGraphQLApiWithName ¶
GetAppSyncGraphQLApiWithName retrieves all appsync.GraphQLApi items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncGraphQLSchemaWithName ¶
func (t *Template) GetAppSyncGraphQLSchemaWithName(name string) (*appsync.GraphQLSchema[any], error)
GetAppSyncGraphQLSchemaWithName retrieves all appsync.GraphQLSchema items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncResolverWithName ¶
GetAppSyncResolverWithName retrieves all appsync.Resolver items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncSourceApiAssociationWithName ¶
func (t *Template) GetAppSyncSourceApiAssociationWithName(name string) (*appsync.SourceApiAssociation[any], error)
GetAppSyncSourceApiAssociationWithName retrieves all appsync.SourceApiAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApplicationAutoScalingScalableTargetWithName ¶
func (t *Template) GetApplicationAutoScalingScalableTargetWithName(name string) (*applicationautoscaling.ScalableTarget[any], error)
GetApplicationAutoScalingScalableTargetWithName retrieves all applicationautoscaling.ScalableTarget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApplicationAutoScalingScalingPolicyWithName ¶
func (t *Template) GetApplicationAutoScalingScalingPolicyWithName(name string) (*applicationautoscaling.ScalingPolicy[any], error)
GetApplicationAutoScalingScalingPolicyWithName retrieves all applicationautoscaling.ScalingPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApplicationInsightsApplicationWithName ¶
func (t *Template) GetApplicationInsightsApplicationWithName(name string) (*applicationinsights.Application[any], error)
GetApplicationInsightsApplicationWithName retrieves all applicationinsights.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAthenaCapacityReservationWithName ¶
func (t *Template) GetAthenaCapacityReservationWithName(name string) (*athena.CapacityReservation[any], error)
GetAthenaCapacityReservationWithName retrieves all athena.CapacityReservation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAthenaDataCatalogWithName ¶
GetAthenaDataCatalogWithName retrieves all athena.DataCatalog items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAthenaNamedQueryWithName ¶
GetAthenaNamedQueryWithName retrieves all athena.NamedQuery items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAthenaPreparedStatementWithName ¶
func (t *Template) GetAthenaPreparedStatementWithName(name string) (*athena.PreparedStatement[any], error)
GetAthenaPreparedStatementWithName retrieves all athena.PreparedStatement items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAthenaWorkGroupWithName ¶
GetAthenaWorkGroupWithName retrieves all athena.WorkGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAuditManagerAssessmentWithName ¶
func (t *Template) GetAuditManagerAssessmentWithName(name string) (*auditmanager.Assessment[any], error)
GetAuditManagerAssessmentWithName retrieves all auditmanager.Assessment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingAutoScalingGroupWithName ¶
func (t *Template) GetAutoScalingAutoScalingGroupWithName(name string) (*autoscaling.AutoScalingGroup[any], error)
GetAutoScalingAutoScalingGroupWithName retrieves all autoscaling.AutoScalingGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingLaunchConfigurationWithName ¶
func (t *Template) GetAutoScalingLaunchConfigurationWithName(name string) (*autoscaling.LaunchConfiguration[any], error)
GetAutoScalingLaunchConfigurationWithName retrieves all autoscaling.LaunchConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingLifecycleHookWithName ¶
func (t *Template) GetAutoScalingLifecycleHookWithName(name string) (*autoscaling.LifecycleHook[any], error)
GetAutoScalingLifecycleHookWithName retrieves all autoscaling.LifecycleHook items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingPlansScalingPlanWithName ¶
func (t *Template) GetAutoScalingPlansScalingPlanWithName(name string) (*autoscalingplans.ScalingPlan[any], error)
GetAutoScalingPlansScalingPlanWithName retrieves all autoscalingplans.ScalingPlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingScalingPolicyWithName ¶
func (t *Template) GetAutoScalingScalingPolicyWithName(name string) (*autoscaling.ScalingPolicy[any], error)
GetAutoScalingScalingPolicyWithName retrieves all autoscaling.ScalingPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingScheduledActionWithName ¶
func (t *Template) GetAutoScalingScheduledActionWithName(name string) (*autoscaling.ScheduledAction[any], error)
GetAutoScalingScheduledActionWithName retrieves all autoscaling.ScheduledAction items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingWarmPoolWithName ¶
GetAutoScalingWarmPoolWithName retrieves all autoscaling.WarmPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupBackupPlanWithName ¶
GetBackupBackupPlanWithName retrieves all backup.BackupPlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupBackupSelectionWithName ¶
func (t *Template) GetBackupBackupSelectionWithName(name string) (*backup.BackupSelection[any], error)
GetBackupBackupSelectionWithName retrieves all backup.BackupSelection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupBackupVaultWithName ¶
GetBackupBackupVaultWithName retrieves all backup.BackupVault items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupFrameworkWithName ¶
GetBackupFrameworkWithName retrieves all backup.Framework items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupGatewayHypervisorWithName ¶
func (t *Template) GetBackupGatewayHypervisorWithName(name string) (*backupgateway.Hypervisor[any], error)
GetBackupGatewayHypervisorWithName retrieves all backupgateway.Hypervisor items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupReportPlanWithName ¶
GetBackupReportPlanWithName retrieves all backup.ReportPlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBatchComputeEnvironmentWithName ¶
func (t *Template) GetBatchComputeEnvironmentWithName(name string) (*batch.ComputeEnvironment[any], error)
GetBatchComputeEnvironmentWithName retrieves all batch.ComputeEnvironment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBatchJobDefinitionWithName ¶
GetBatchJobDefinitionWithName retrieves all batch.JobDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBatchJobQueueWithName ¶
GetBatchJobQueueWithName retrieves all batch.JobQueue items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBatchSchedulingPolicyWithName ¶
func (t *Template) GetBatchSchedulingPolicyWithName(name string) (*batch.SchedulingPolicy[any], error)
GetBatchSchedulingPolicyWithName retrieves all batch.SchedulingPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBillingConductorBillingGroupWithName ¶
func (t *Template) GetBillingConductorBillingGroupWithName(name string) (*billingconductor.BillingGroup[any], error)
GetBillingConductorBillingGroupWithName retrieves all billingconductor.BillingGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBillingConductorCustomLineItemWithName ¶
func (t *Template) GetBillingConductorCustomLineItemWithName(name string) (*billingconductor.CustomLineItem[any], error)
GetBillingConductorCustomLineItemWithName retrieves all billingconductor.CustomLineItem items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBillingConductorPricingPlanWithName ¶
func (t *Template) GetBillingConductorPricingPlanWithName(name string) (*billingconductor.PricingPlan[any], error)
GetBillingConductorPricingPlanWithName retrieves all billingconductor.PricingPlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBillingConductorPricingRuleWithName ¶
func (t *Template) GetBillingConductorPricingRuleWithName(name string) (*billingconductor.PricingRule[any], error)
GetBillingConductorPricingRuleWithName retrieves all billingconductor.PricingRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBudgetsBudgetWithName ¶
GetBudgetsBudgetWithName retrieves all budgets.Budget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBudgetsBudgetsActionWithName ¶
func (t *Template) GetBudgetsBudgetsActionWithName(name string) (*budgets.BudgetsAction[any], error)
GetBudgetsBudgetsActionWithName retrieves all budgets.BudgetsAction items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCDKMetadataWithName ¶
GetCDKMetadataWithName retrieves all cdk.Metadata items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCEAnomalyMonitorWithName ¶
GetCEAnomalyMonitorWithName retrieves all ce.AnomalyMonitor items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCEAnomalySubscriptionWithName ¶
func (t *Template) GetCEAnomalySubscriptionWithName(name string) (*ce.AnomalySubscription[any], error)
GetCEAnomalySubscriptionWithName retrieves all ce.AnomalySubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCECostCategoryWithName ¶
GetCECostCategoryWithName retrieves all ce.CostCategory items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCURReportDefinitionWithName ¶
GetCURReportDefinitionWithName retrieves all cur.ReportDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCassandraKeyspaceWithName ¶
GetCassandraKeyspaceWithName retrieves all cassandra.Keyspace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCassandraTableWithName ¶
GetCassandraTableWithName retrieves all cassandra.Table items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCertificateManagerAccountWithName ¶
func (t *Template) GetCertificateManagerAccountWithName(name string) (*certificatemanager.Account[any], error)
GetCertificateManagerAccountWithName retrieves all certificatemanager.Account items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCertificateManagerCertificateWithName ¶
func (t *Template) GetCertificateManagerCertificateWithName(name string) (*certificatemanager.Certificate[any], error)
GetCertificateManagerCertificateWithName retrieves all certificatemanager.Certificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetChatbotMicrosoftTeamsChannelConfigurationWithName ¶
func (t *Template) GetChatbotMicrosoftTeamsChannelConfigurationWithName(name string) (*chatbot.MicrosoftTeamsChannelConfiguration[any], error)
GetChatbotMicrosoftTeamsChannelConfigurationWithName retrieves all chatbot.MicrosoftTeamsChannelConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetChatbotSlackChannelConfigurationWithName ¶
func (t *Template) GetChatbotSlackChannelConfigurationWithName(name string) (*chatbot.SlackChannelConfiguration[any], error)
GetChatbotSlackChannelConfigurationWithName retrieves all chatbot.SlackChannelConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCleanRoomsAnalysisTemplateWithName ¶
func (t *Template) GetCleanRoomsAnalysisTemplateWithName(name string) (*cleanrooms.AnalysisTemplate[any], error)
GetCleanRoomsAnalysisTemplateWithName retrieves all cleanrooms.AnalysisTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCleanRoomsCollaborationWithName ¶
func (t *Template) GetCleanRoomsCollaborationWithName(name string) (*cleanrooms.Collaboration[any], error)
GetCleanRoomsCollaborationWithName retrieves all cleanrooms.Collaboration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCleanRoomsConfiguredTableAssociationWithName ¶
func (t *Template) GetCleanRoomsConfiguredTableAssociationWithName(name string) (*cleanrooms.ConfiguredTableAssociation[any], error)
GetCleanRoomsConfiguredTableAssociationWithName retrieves all cleanrooms.ConfiguredTableAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCleanRoomsConfiguredTableWithName ¶
func (t *Template) GetCleanRoomsConfiguredTableWithName(name string) (*cleanrooms.ConfiguredTable[any], error)
GetCleanRoomsConfiguredTableWithName retrieves all cleanrooms.ConfiguredTable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCleanRoomsMembershipWithName ¶
func (t *Template) GetCleanRoomsMembershipWithName(name string) (*cleanrooms.Membership[any], error)
GetCleanRoomsMembershipWithName retrieves all cleanrooms.Membership items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloud9EnvironmentEC2WithName ¶
func (t *Template) GetCloud9EnvironmentEC2WithName(name string) (*cloud9.EnvironmentEC2[any], error)
GetCloud9EnvironmentEC2WithName retrieves all cloud9.EnvironmentEC2 items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationCustomResourceWithName ¶
func (t *Template) GetCloudFormationCustomResourceWithName(name string) (*cloudformation.CustomResource[any], error)
GetCloudFormationCustomResourceWithName retrieves all cloudformation.CustomResource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationHookDefaultVersionWithName ¶
func (t *Template) GetCloudFormationHookDefaultVersionWithName(name string) (*cloudformation.HookDefaultVersion[any], error)
GetCloudFormationHookDefaultVersionWithName retrieves all cloudformation.HookDefaultVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationHookTypeConfigWithName ¶
func (t *Template) GetCloudFormationHookTypeConfigWithName(name string) (*cloudformation.HookTypeConfig[any], error)
GetCloudFormationHookTypeConfigWithName retrieves all cloudformation.HookTypeConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationHookVersionWithName ¶
func (t *Template) GetCloudFormationHookVersionWithName(name string) (*cloudformation.HookVersion[any], error)
GetCloudFormationHookVersionWithName retrieves all cloudformation.HookVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationMacroWithName ¶
GetCloudFormationMacroWithName retrieves all cloudformation.Macro items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationModuleDefaultVersionWithName ¶
func (t *Template) GetCloudFormationModuleDefaultVersionWithName(name string) (*cloudformation.ModuleDefaultVersion[any], error)
GetCloudFormationModuleDefaultVersionWithName retrieves all cloudformation.ModuleDefaultVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationModuleVersionWithName ¶
func (t *Template) GetCloudFormationModuleVersionWithName(name string) (*cloudformation.ModuleVersion[any], error)
GetCloudFormationModuleVersionWithName retrieves all cloudformation.ModuleVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationPublicTypeVersionWithName ¶
func (t *Template) GetCloudFormationPublicTypeVersionWithName(name string) (*cloudformation.PublicTypeVersion[any], error)
GetCloudFormationPublicTypeVersionWithName retrieves all cloudformation.PublicTypeVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationPublisherWithName ¶
func (t *Template) GetCloudFormationPublisherWithName(name string) (*cloudformation.Publisher[any], error)
GetCloudFormationPublisherWithName retrieves all cloudformation.Publisher items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationResourceDefaultVersionWithName ¶
func (t *Template) GetCloudFormationResourceDefaultVersionWithName(name string) (*cloudformation.ResourceDefaultVersion[any], error)
GetCloudFormationResourceDefaultVersionWithName retrieves all cloudformation.ResourceDefaultVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationResourceVersionWithName ¶
func (t *Template) GetCloudFormationResourceVersionWithName(name string) (*cloudformation.ResourceVersion[any], error)
GetCloudFormationResourceVersionWithName retrieves all cloudformation.ResourceVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationStackSetWithName ¶
func (t *Template) GetCloudFormationStackSetWithName(name string) (*cloudformation.StackSet[any], error)
GetCloudFormationStackSetWithName retrieves all cloudformation.StackSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationStackWithName ¶
GetCloudFormationStackWithName retrieves all cloudformation.Stack items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationTypeActivationWithName ¶
func (t *Template) GetCloudFormationTypeActivationWithName(name string) (*cloudformation.TypeActivation[any], error)
GetCloudFormationTypeActivationWithName retrieves all cloudformation.TypeActivation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationWaitConditionHandleWithName ¶
func (t *Template) GetCloudFormationWaitConditionHandleWithName(name string) (*cloudformation.WaitConditionHandle[any], error)
GetCloudFormationWaitConditionHandleWithName retrieves all cloudformation.WaitConditionHandle items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationWaitConditionWithName ¶
func (t *Template) GetCloudFormationWaitConditionWithName(name string) (*cloudformation.WaitCondition[any], error)
GetCloudFormationWaitConditionWithName retrieves all cloudformation.WaitCondition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontCachePolicyWithName ¶
func (t *Template) GetCloudFrontCachePolicyWithName(name string) (*cloudfront.CachePolicy[any], error)
GetCloudFrontCachePolicyWithName retrieves all cloudfront.CachePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontCloudFrontOriginAccessIdentityWithName ¶
func (t *Template) GetCloudFrontCloudFrontOriginAccessIdentityWithName(name string) (*cloudfront.CloudFrontOriginAccessIdentity[any], error)
GetCloudFrontCloudFrontOriginAccessIdentityWithName retrieves all cloudfront.CloudFrontOriginAccessIdentity items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontContinuousDeploymentPolicyWithName ¶
func (t *Template) GetCloudFrontContinuousDeploymentPolicyWithName(name string) (*cloudfront.ContinuousDeploymentPolicy[any], error)
GetCloudFrontContinuousDeploymentPolicyWithName retrieves all cloudfront.ContinuousDeploymentPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontDistributionWithName ¶
func (t *Template) GetCloudFrontDistributionWithName(name string) (*cloudfront.Distribution[any], error)
GetCloudFrontDistributionWithName retrieves all cloudfront.Distribution items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontFunctionWithName ¶
GetCloudFrontFunctionWithName retrieves all cloudfront.Function items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontKeyGroupWithName ¶
GetCloudFrontKeyGroupWithName retrieves all cloudfront.KeyGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontMonitoringSubscriptionWithName ¶
func (t *Template) GetCloudFrontMonitoringSubscriptionWithName(name string) (*cloudfront.MonitoringSubscription[any], error)
GetCloudFrontMonitoringSubscriptionWithName retrieves all cloudfront.MonitoringSubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontOriginAccessControlWithName ¶
func (t *Template) GetCloudFrontOriginAccessControlWithName(name string) (*cloudfront.OriginAccessControl[any], error)
GetCloudFrontOriginAccessControlWithName retrieves all cloudfront.OriginAccessControl items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontOriginRequestPolicyWithName ¶
func (t *Template) GetCloudFrontOriginRequestPolicyWithName(name string) (*cloudfront.OriginRequestPolicy[any], error)
GetCloudFrontOriginRequestPolicyWithName retrieves all cloudfront.OriginRequestPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontPublicKeyWithName ¶
GetCloudFrontPublicKeyWithName retrieves all cloudfront.PublicKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontRealtimeLogConfigWithName ¶
func (t *Template) GetCloudFrontRealtimeLogConfigWithName(name string) (*cloudfront.RealtimeLogConfig[any], error)
GetCloudFrontRealtimeLogConfigWithName retrieves all cloudfront.RealtimeLogConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontResponseHeadersPolicyWithName ¶
func (t *Template) GetCloudFrontResponseHeadersPolicyWithName(name string) (*cloudfront.ResponseHeadersPolicy[any], error)
GetCloudFrontResponseHeadersPolicyWithName retrieves all cloudfront.ResponseHeadersPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontStreamingDistributionWithName ¶
func (t *Template) GetCloudFrontStreamingDistributionWithName(name string) (*cloudfront.StreamingDistribution[any], error)
GetCloudFrontStreamingDistributionWithName retrieves all cloudfront.StreamingDistribution items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudTrailChannelWithName ¶
GetCloudTrailChannelWithName retrieves all cloudtrail.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudTrailEventDataStoreWithName ¶
func (t *Template) GetCloudTrailEventDataStoreWithName(name string) (*cloudtrail.EventDataStore[any], error)
GetCloudTrailEventDataStoreWithName retrieves all cloudtrail.EventDataStore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudTrailResourcePolicyWithName ¶
func (t *Template) GetCloudTrailResourcePolicyWithName(name string) (*cloudtrail.ResourcePolicy[any], error)
GetCloudTrailResourcePolicyWithName retrieves all cloudtrail.ResourcePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudTrailTrailWithName ¶
GetCloudTrailTrailWithName retrieves all cloudtrail.Trail items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchAlarmWithName ¶
GetCloudWatchAlarmWithName retrieves all cloudwatch.Alarm items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchAnomalyDetectorWithName ¶
func (t *Template) GetCloudWatchAnomalyDetectorWithName(name string) (*cloudwatch.AnomalyDetector[any], error)
GetCloudWatchAnomalyDetectorWithName retrieves all cloudwatch.AnomalyDetector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchCompositeAlarmWithName ¶
func (t *Template) GetCloudWatchCompositeAlarmWithName(name string) (*cloudwatch.CompositeAlarm[any], error)
GetCloudWatchCompositeAlarmWithName retrieves all cloudwatch.CompositeAlarm items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchDashboardWithName ¶
GetCloudWatchDashboardWithName retrieves all cloudwatch.Dashboard items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchInsightRuleWithName ¶
func (t *Template) GetCloudWatchInsightRuleWithName(name string) (*cloudwatch.InsightRule[any], error)
GetCloudWatchInsightRuleWithName retrieves all cloudwatch.InsightRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchMetricStreamWithName ¶
func (t *Template) GetCloudWatchMetricStreamWithName(name string) (*cloudwatch.MetricStream[any], error)
GetCloudWatchMetricStreamWithName retrieves all cloudwatch.MetricStream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeArtifactDomainWithName ¶
GetCodeArtifactDomainWithName retrieves all codeartifact.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeArtifactRepositoryWithName ¶
func (t *Template) GetCodeArtifactRepositoryWithName(name string) (*codeartifact.Repository[any], error)
GetCodeArtifactRepositoryWithName retrieves all codeartifact.Repository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeBuildProjectWithName ¶
GetCodeBuildProjectWithName retrieves all codebuild.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeBuildReportGroupWithName ¶
func (t *Template) GetCodeBuildReportGroupWithName(name string) (*codebuild.ReportGroup[any], error)
GetCodeBuildReportGroupWithName retrieves all codebuild.ReportGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeBuildSourceCredentialWithName ¶
func (t *Template) GetCodeBuildSourceCredentialWithName(name string) (*codebuild.SourceCredential[any], error)
GetCodeBuildSourceCredentialWithName retrieves all codebuild.SourceCredential items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeCommitRepositoryWithName ¶
func (t *Template) GetCodeCommitRepositoryWithName(name string) (*codecommit.Repository[any], error)
GetCodeCommitRepositoryWithName retrieves all codecommit.Repository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeDeployApplicationWithName ¶
func (t *Template) GetCodeDeployApplicationWithName(name string) (*codedeploy.Application[any], error)
GetCodeDeployApplicationWithName retrieves all codedeploy.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeDeployDeploymentConfigWithName ¶
func (t *Template) GetCodeDeployDeploymentConfigWithName(name string) (*codedeploy.DeploymentConfig[any], error)
GetCodeDeployDeploymentConfigWithName retrieves all codedeploy.DeploymentConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeDeployDeploymentGroupWithName ¶
func (t *Template) GetCodeDeployDeploymentGroupWithName(name string) (*codedeploy.DeploymentGroup[any], error)
GetCodeDeployDeploymentGroupWithName retrieves all codedeploy.DeploymentGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeGuruProfilerProfilingGroupWithName ¶
func (t *Template) GetCodeGuruProfilerProfilingGroupWithName(name string) (*codeguruprofiler.ProfilingGroup[any], error)
GetCodeGuruProfilerProfilingGroupWithName retrieves all codeguruprofiler.ProfilingGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeGuruReviewerRepositoryAssociationWithName ¶
func (t *Template) GetCodeGuruReviewerRepositoryAssociationWithName(name string) (*codegurureviewer.RepositoryAssociation[any], error)
GetCodeGuruReviewerRepositoryAssociationWithName retrieves all codegurureviewer.RepositoryAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodePipelineCustomActionTypeWithName ¶
func (t *Template) GetCodePipelineCustomActionTypeWithName(name string) (*codepipeline.CustomActionType[any], error)
GetCodePipelineCustomActionTypeWithName retrieves all codepipeline.CustomActionType items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodePipelinePipelineWithName ¶
func (t *Template) GetCodePipelinePipelineWithName(name string) (*codepipeline.Pipeline[any], error)
GetCodePipelinePipelineWithName retrieves all codepipeline.Pipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodePipelineWebhookWithName ¶
GetCodePipelineWebhookWithName retrieves all codepipeline.Webhook items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeStarConnectionsConnectionWithName ¶
func (t *Template) GetCodeStarConnectionsConnectionWithName(name string) (*codestarconnections.Connection[any], error)
GetCodeStarConnectionsConnectionWithName retrieves all codestarconnections.Connection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeStarGitHubRepositoryWithName ¶
func (t *Template) GetCodeStarGitHubRepositoryWithName(name string) (*codestar.GitHubRepository[any], error)
GetCodeStarGitHubRepositoryWithName retrieves all codestar.GitHubRepository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeStarNotificationsNotificationRuleWithName ¶
func (t *Template) GetCodeStarNotificationsNotificationRuleWithName(name string) (*codestarnotifications.NotificationRule[any], error)
GetCodeStarNotificationsNotificationRuleWithName retrieves all codestarnotifications.NotificationRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoIdentityPoolPrincipalTagWithName ¶
func (t *Template) GetCognitoIdentityPoolPrincipalTagWithName(name string) (*cognito.IdentityPoolPrincipalTag[any], error)
GetCognitoIdentityPoolPrincipalTagWithName retrieves all cognito.IdentityPoolPrincipalTag items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoIdentityPoolRoleAttachmentWithName ¶
func (t *Template) GetCognitoIdentityPoolRoleAttachmentWithName(name string) (*cognito.IdentityPoolRoleAttachment[any], error)
GetCognitoIdentityPoolRoleAttachmentWithName retrieves all cognito.IdentityPoolRoleAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoIdentityPoolWithName ¶
GetCognitoIdentityPoolWithName retrieves all cognito.IdentityPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoLogDeliveryConfigurationWithName ¶
func (t *Template) GetCognitoLogDeliveryConfigurationWithName(name string) (*cognito.LogDeliveryConfiguration[any], error)
GetCognitoLogDeliveryConfigurationWithName retrieves all cognito.LogDeliveryConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolClientWithName ¶
func (t *Template) GetCognitoUserPoolClientWithName(name string) (*cognito.UserPoolClient[any], error)
GetCognitoUserPoolClientWithName retrieves all cognito.UserPoolClient items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolDomainWithName ¶
func (t *Template) GetCognitoUserPoolDomainWithName(name string) (*cognito.UserPoolDomain[any], error)
GetCognitoUserPoolDomainWithName retrieves all cognito.UserPoolDomain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolGroupWithName ¶
func (t *Template) GetCognitoUserPoolGroupWithName(name string) (*cognito.UserPoolGroup[any], error)
GetCognitoUserPoolGroupWithName retrieves all cognito.UserPoolGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolIdentityProviderWithName ¶
func (t *Template) GetCognitoUserPoolIdentityProviderWithName(name string) (*cognito.UserPoolIdentityProvider[any], error)
GetCognitoUserPoolIdentityProviderWithName retrieves all cognito.UserPoolIdentityProvider items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolResourceServerWithName ¶
func (t *Template) GetCognitoUserPoolResourceServerWithName(name string) (*cognito.UserPoolResourceServer[any], error)
GetCognitoUserPoolResourceServerWithName retrieves all cognito.UserPoolResourceServer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolRiskConfigurationAttachmentWithName ¶
func (t *Template) GetCognitoUserPoolRiskConfigurationAttachmentWithName(name string) (*cognito.UserPoolRiskConfigurationAttachment[any], error)
GetCognitoUserPoolRiskConfigurationAttachmentWithName retrieves all cognito.UserPoolRiskConfigurationAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolUICustomizationAttachmentWithName ¶
func (t *Template) GetCognitoUserPoolUICustomizationAttachmentWithName(name string) (*cognito.UserPoolUICustomizationAttachment[any], error)
GetCognitoUserPoolUICustomizationAttachmentWithName retrieves all cognito.UserPoolUICustomizationAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolUserToGroupAttachmentWithName ¶
func (t *Template) GetCognitoUserPoolUserToGroupAttachmentWithName(name string) (*cognito.UserPoolUserToGroupAttachment[any], error)
GetCognitoUserPoolUserToGroupAttachmentWithName retrieves all cognito.UserPoolUserToGroupAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolUserWithName ¶
GetCognitoUserPoolUserWithName retrieves all cognito.UserPoolUser items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolWithName ¶
GetCognitoUserPoolWithName retrieves all cognito.UserPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetComprehendDocumentClassifierWithName ¶
func (t *Template) GetComprehendDocumentClassifierWithName(name string) (*comprehend.DocumentClassifier[any], error)
GetComprehendDocumentClassifierWithName retrieves all comprehend.DocumentClassifier items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetComprehendFlywheelWithName ¶
GetComprehendFlywheelWithName retrieves all comprehend.Flywheel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigAggregationAuthorizationWithName ¶
func (t *Template) GetConfigAggregationAuthorizationWithName(name string) (*config.AggregationAuthorization[any], error)
GetConfigAggregationAuthorizationWithName retrieves all config.AggregationAuthorization items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigConfigRuleWithName ¶
GetConfigConfigRuleWithName retrieves all config.ConfigRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigConfigurationAggregatorWithName ¶
func (t *Template) GetConfigConfigurationAggregatorWithName(name string) (*config.ConfigurationAggregator[any], error)
GetConfigConfigurationAggregatorWithName retrieves all config.ConfigurationAggregator items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigConfigurationRecorderWithName ¶
func (t *Template) GetConfigConfigurationRecorderWithName(name string) (*config.ConfigurationRecorder[any], error)
GetConfigConfigurationRecorderWithName retrieves all config.ConfigurationRecorder items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigConformancePackWithName ¶
func (t *Template) GetConfigConformancePackWithName(name string) (*config.ConformancePack[any], error)
GetConfigConformancePackWithName retrieves all config.ConformancePack items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigDeliveryChannelWithName ¶
func (t *Template) GetConfigDeliveryChannelWithName(name string) (*config.DeliveryChannel[any], error)
GetConfigDeliveryChannelWithName retrieves all config.DeliveryChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigOrganizationConfigRuleWithName ¶
func (t *Template) GetConfigOrganizationConfigRuleWithName(name string) (*config.OrganizationConfigRule[any], error)
GetConfigOrganizationConfigRuleWithName retrieves all config.OrganizationConfigRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigOrganizationConformancePackWithName ¶
func (t *Template) GetConfigOrganizationConformancePackWithName(name string) (*config.OrganizationConformancePack[any], error)
GetConfigOrganizationConformancePackWithName retrieves all config.OrganizationConformancePack items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigRemediationConfigurationWithName ¶
func (t *Template) GetConfigRemediationConfigurationWithName(name string) (*config.RemediationConfiguration[any], error)
GetConfigRemediationConfigurationWithName retrieves all config.RemediationConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigStoredQueryWithName ¶
GetConfigStoredQueryWithName retrieves all config.StoredQuery items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectApprovedOriginWithName ¶
func (t *Template) GetConnectApprovedOriginWithName(name string) (*connect.ApprovedOrigin[any], error)
GetConnectApprovedOriginWithName retrieves all connect.ApprovedOrigin items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectCampaignsCampaignWithName ¶
func (t *Template) GetConnectCampaignsCampaignWithName(name string) (*connectcampaigns.Campaign[any], error)
GetConnectCampaignsCampaignWithName retrieves all connectcampaigns.Campaign items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectContactFlowModuleWithName ¶
func (t *Template) GetConnectContactFlowModuleWithName(name string) (*connect.ContactFlowModule[any], error)
GetConnectContactFlowModuleWithName retrieves all connect.ContactFlowModule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectContactFlowWithName ¶
GetConnectContactFlowWithName retrieves all connect.ContactFlow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectEvaluationFormWithName ¶
func (t *Template) GetConnectEvaluationFormWithName(name string) (*connect.EvaluationForm[any], error)
GetConnectEvaluationFormWithName retrieves all connect.EvaluationForm items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectHoursOfOperationWithName ¶
func (t *Template) GetConnectHoursOfOperationWithName(name string) (*connect.HoursOfOperation[any], error)
GetConnectHoursOfOperationWithName retrieves all connect.HoursOfOperation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectInstanceStorageConfigWithName ¶
func (t *Template) GetConnectInstanceStorageConfigWithName(name string) (*connect.InstanceStorageConfig[any], error)
GetConnectInstanceStorageConfigWithName retrieves all connect.InstanceStorageConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectInstanceWithName ¶
GetConnectInstanceWithName retrieves all connect.Instance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectIntegrationAssociationWithName ¶
func (t *Template) GetConnectIntegrationAssociationWithName(name string) (*connect.IntegrationAssociation[any], error)
GetConnectIntegrationAssociationWithName retrieves all connect.IntegrationAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectPhoneNumberWithName ¶
GetConnectPhoneNumberWithName retrieves all connect.PhoneNumber items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectPromptWithName ¶
GetConnectPromptWithName retrieves all connect.Prompt items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectQueueWithName ¶
GetConnectQueueWithName retrieves all connect.Queue items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectQuickConnectWithName ¶
GetConnectQuickConnectWithName retrieves all connect.QuickConnect items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectRoutingProfileWithName ¶
func (t *Template) GetConnectRoutingProfileWithName(name string) (*connect.RoutingProfile[any], error)
GetConnectRoutingProfileWithName retrieves all connect.RoutingProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectRuleWithName ¶
GetConnectRuleWithName retrieves all connect.Rule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectSecurityKeyWithName ¶
GetConnectSecurityKeyWithName retrieves all connect.SecurityKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectSecurityProfileWithName ¶
func (t *Template) GetConnectSecurityProfileWithName(name string) (*connect.SecurityProfile[any], error)
GetConnectSecurityProfileWithName retrieves all connect.SecurityProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectTaskTemplateWithName ¶
GetConnectTaskTemplateWithName retrieves all connect.TaskTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectTrafficDistributionGroupWithName ¶
func (t *Template) GetConnectTrafficDistributionGroupWithName(name string) (*connect.TrafficDistributionGroup[any], error)
GetConnectTrafficDistributionGroupWithName retrieves all connect.TrafficDistributionGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectUserHierarchyGroupWithName ¶
func (t *Template) GetConnectUserHierarchyGroupWithName(name string) (*connect.UserHierarchyGroup[any], error)
GetConnectUserHierarchyGroupWithName retrieves all connect.UserHierarchyGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectUserWithName ¶
GetConnectUserWithName retrieves all connect.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectViewVersionWithName ¶
GetConnectViewVersionWithName retrieves all connect.ViewVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectViewWithName ¶
GetConnectViewWithName retrieves all connect.View items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetControlTowerEnabledControlWithName ¶
func (t *Template) GetControlTowerEnabledControlWithName(name string) (*controltower.EnabledControl[any], error)
GetControlTowerEnabledControlWithName retrieves all controltower.EnabledControl items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCustomerProfilesCalculatedAttributeDefinitionWithName ¶
func (t *Template) GetCustomerProfilesCalculatedAttributeDefinitionWithName(name string) (*customerprofiles.CalculatedAttributeDefinition[any], error)
GetCustomerProfilesCalculatedAttributeDefinitionWithName retrieves all customerprofiles.CalculatedAttributeDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCustomerProfilesDomainWithName ¶
func (t *Template) GetCustomerProfilesDomainWithName(name string) (*customerprofiles.Domain[any], error)
GetCustomerProfilesDomainWithName retrieves all customerprofiles.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCustomerProfilesEventStreamWithName ¶
func (t *Template) GetCustomerProfilesEventStreamWithName(name string) (*customerprofiles.EventStream[any], error)
GetCustomerProfilesEventStreamWithName retrieves all customerprofiles.EventStream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCustomerProfilesIntegrationWithName ¶
func (t *Template) GetCustomerProfilesIntegrationWithName(name string) (*customerprofiles.Integration[any], error)
GetCustomerProfilesIntegrationWithName retrieves all customerprofiles.Integration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCustomerProfilesObjectTypeWithName ¶
func (t *Template) GetCustomerProfilesObjectTypeWithName(name string) (*customerprofiles.ObjectType[any], error)
GetCustomerProfilesObjectTypeWithName retrieves all customerprofiles.ObjectType items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDAXClusterWithName ¶
GetDAXClusterWithName retrieves all dax.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDAXParameterGroupWithName ¶
GetDAXParameterGroupWithName retrieves all dax.ParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDAXSubnetGroupWithName ¶
GetDAXSubnetGroupWithName retrieves all dax.SubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDLMLifecyclePolicyWithName ¶
GetDLMLifecyclePolicyWithName retrieves all dlm.LifecyclePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSCertificateWithName ¶
GetDMSCertificateWithName retrieves all dms.Certificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSEndpointWithName ¶
GetDMSEndpointWithName retrieves all dms.Endpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSEventSubscriptionWithName ¶
func (t *Template) GetDMSEventSubscriptionWithName(name string) (*dms.EventSubscription[any], error)
GetDMSEventSubscriptionWithName retrieves all dms.EventSubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSReplicationConfigWithName ¶
func (t *Template) GetDMSReplicationConfigWithName(name string) (*dms.ReplicationConfig[any], error)
GetDMSReplicationConfigWithName retrieves all dms.ReplicationConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSReplicationInstanceWithName ¶
func (t *Template) GetDMSReplicationInstanceWithName(name string) (*dms.ReplicationInstance[any], error)
GetDMSReplicationInstanceWithName retrieves all dms.ReplicationInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSReplicationSubnetGroupWithName ¶
func (t *Template) GetDMSReplicationSubnetGroupWithName(name string) (*dms.ReplicationSubnetGroup[any], error)
GetDMSReplicationSubnetGroupWithName retrieves all dms.ReplicationSubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSReplicationTaskWithName ¶
GetDMSReplicationTaskWithName retrieves all dms.ReplicationTask items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewDatasetWithName ¶
GetDataBrewDatasetWithName retrieves all databrew.Dataset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewJobWithName ¶
GetDataBrewJobWithName retrieves all databrew.Job items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewProjectWithName ¶
GetDataBrewProjectWithName retrieves all databrew.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewRecipeWithName ¶
GetDataBrewRecipeWithName retrieves all databrew.Recipe items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewRulesetWithName ¶
GetDataBrewRulesetWithName retrieves all databrew.Ruleset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewScheduleWithName ¶
GetDataBrewScheduleWithName retrieves all databrew.Schedule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataPipelinePipelineWithName ¶
func (t *Template) GetDataPipelinePipelineWithName(name string) (*datapipeline.Pipeline[any], error)
GetDataPipelinePipelineWithName retrieves all datapipeline.Pipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncAgentWithName ¶
GetDataSyncAgentWithName retrieves all datasync.Agent items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationAzureBlobWithName ¶
func (t *Template) GetDataSyncLocationAzureBlobWithName(name string) (*datasync.LocationAzureBlob[any], error)
GetDataSyncLocationAzureBlobWithName retrieves all datasync.LocationAzureBlob items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationEFSWithName ¶
GetDataSyncLocationEFSWithName retrieves all datasync.LocationEFS items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationFSxLustreWithName ¶
func (t *Template) GetDataSyncLocationFSxLustreWithName(name string) (*datasync.LocationFSxLustre[any], error)
GetDataSyncLocationFSxLustreWithName retrieves all datasync.LocationFSxLustre items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationFSxONTAPWithName ¶
func (t *Template) GetDataSyncLocationFSxONTAPWithName(name string) (*datasync.LocationFSxONTAP[any], error)
GetDataSyncLocationFSxONTAPWithName retrieves all datasync.LocationFSxONTAP items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationFSxOpenZFSWithName ¶
func (t *Template) GetDataSyncLocationFSxOpenZFSWithName(name string) (*datasync.LocationFSxOpenZFS[any], error)
GetDataSyncLocationFSxOpenZFSWithName retrieves all datasync.LocationFSxOpenZFS items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationFSxWindowsWithName ¶
func (t *Template) GetDataSyncLocationFSxWindowsWithName(name string) (*datasync.LocationFSxWindows[any], error)
GetDataSyncLocationFSxWindowsWithName retrieves all datasync.LocationFSxWindows items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationHDFSWithName ¶
func (t *Template) GetDataSyncLocationHDFSWithName(name string) (*datasync.LocationHDFS[any], error)
GetDataSyncLocationHDFSWithName retrieves all datasync.LocationHDFS items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationNFSWithName ¶
GetDataSyncLocationNFSWithName retrieves all datasync.LocationNFS items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationObjectStorageWithName ¶
func (t *Template) GetDataSyncLocationObjectStorageWithName(name string) (*datasync.LocationObjectStorage[any], error)
GetDataSyncLocationObjectStorageWithName retrieves all datasync.LocationObjectStorage items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationS3WithName ¶
GetDataSyncLocationS3WithName retrieves all datasync.LocationS3 items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationSMBWithName ¶
GetDataSyncLocationSMBWithName retrieves all datasync.LocationSMB items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncStorageSystemWithName ¶
func (t *Template) GetDataSyncStorageSystemWithName(name string) (*datasync.StorageSystem[any], error)
GetDataSyncStorageSystemWithName retrieves all datasync.StorageSystem items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncTaskWithName ¶
GetDataSyncTaskWithName retrieves all datasync.Task items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDetectiveGraphWithName ¶
GetDetectiveGraphWithName retrieves all detective.Graph items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDetectiveMemberInvitationWithName ¶
func (t *Template) GetDetectiveMemberInvitationWithName(name string) (*detective.MemberInvitation[any], error)
GetDetectiveMemberInvitationWithName retrieves all detective.MemberInvitation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDetectiveOrganizationAdminWithName ¶
func (t *Template) GetDetectiveOrganizationAdminWithName(name string) (*detective.OrganizationAdmin[any], error)
GetDetectiveOrganizationAdminWithName retrieves all detective.OrganizationAdmin items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDevOpsGuruLogAnomalyDetectionIntegrationWithName ¶
func (t *Template) GetDevOpsGuruLogAnomalyDetectionIntegrationWithName(name string) (*devopsguru.LogAnomalyDetectionIntegration[any], error)
GetDevOpsGuruLogAnomalyDetectionIntegrationWithName retrieves all devopsguru.LogAnomalyDetectionIntegration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDevOpsGuruNotificationChannelWithName ¶
func (t *Template) GetDevOpsGuruNotificationChannelWithName(name string) (*devopsguru.NotificationChannel[any], error)
GetDevOpsGuruNotificationChannelWithName retrieves all devopsguru.NotificationChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDevOpsGuruResourceCollectionWithName ¶
func (t *Template) GetDevOpsGuruResourceCollectionWithName(name string) (*devopsguru.ResourceCollection[any], error)
GetDevOpsGuruResourceCollectionWithName retrieves all devopsguru.ResourceCollection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDirectoryServiceMicrosoftADWithName ¶
func (t *Template) GetDirectoryServiceMicrosoftADWithName(name string) (*directoryservice.MicrosoftAD[any], error)
GetDirectoryServiceMicrosoftADWithName retrieves all directoryservice.MicrosoftAD items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDirectoryServiceSimpleADWithName ¶
func (t *Template) GetDirectoryServiceSimpleADWithName(name string) (*directoryservice.SimpleAD[any], error)
GetDirectoryServiceSimpleADWithName retrieves all directoryservice.SimpleAD items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDocDBDBClusterParameterGroupWithName ¶
func (t *Template) GetDocDBDBClusterParameterGroupWithName(name string) (*docdb.DBClusterParameterGroup[any], error)
GetDocDBDBClusterParameterGroupWithName retrieves all docdb.DBClusterParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDocDBDBClusterWithName ¶
GetDocDBDBClusterWithName retrieves all docdb.DBCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDocDBDBInstanceWithName ¶
GetDocDBDBInstanceWithName retrieves all docdb.DBInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDocDBDBSubnetGroupWithName ¶
GetDocDBDBSubnetGroupWithName retrieves all docdb.DBSubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDocDBElasticClusterWithName ¶
GetDocDBElasticClusterWithName retrieves all docdbelastic.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDynamoDBGlobalTableWithName ¶
GetDynamoDBGlobalTableWithName retrieves all dynamodb.GlobalTable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDynamoDBTableWithName ¶
GetDynamoDBTableWithName retrieves all dynamodb.Table items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2CapacityReservationFleetWithName ¶
func (t *Template) GetEC2CapacityReservationFleetWithName(name string) (*ec2.CapacityReservationFleet[any], error)
GetEC2CapacityReservationFleetWithName retrieves all ec2.CapacityReservationFleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2CapacityReservationWithName ¶
func (t *Template) GetEC2CapacityReservationWithName(name string) (*ec2.CapacityReservation[any], error)
GetEC2CapacityReservationWithName retrieves all ec2.CapacityReservation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2CarrierGatewayWithName ¶
GetEC2CarrierGatewayWithName retrieves all ec2.CarrierGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2ClientVpnAuthorizationRuleWithName ¶
func (t *Template) GetEC2ClientVpnAuthorizationRuleWithName(name string) (*ec2.ClientVpnAuthorizationRule[any], error)
GetEC2ClientVpnAuthorizationRuleWithName retrieves all ec2.ClientVpnAuthorizationRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2ClientVpnEndpointWithName ¶
func (t *Template) GetEC2ClientVpnEndpointWithName(name string) (*ec2.ClientVpnEndpoint[any], error)
GetEC2ClientVpnEndpointWithName retrieves all ec2.ClientVpnEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2ClientVpnRouteWithName ¶
GetEC2ClientVpnRouteWithName retrieves all ec2.ClientVpnRoute items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2ClientVpnTargetNetworkAssociationWithName ¶
func (t *Template) GetEC2ClientVpnTargetNetworkAssociationWithName(name string) (*ec2.ClientVpnTargetNetworkAssociation[any], error)
GetEC2ClientVpnTargetNetworkAssociationWithName retrieves all ec2.ClientVpnTargetNetworkAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2CustomerGatewayWithName ¶
GetEC2CustomerGatewayWithName retrieves all ec2.CustomerGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2DHCPOptionsWithName ¶
GetEC2DHCPOptionsWithName retrieves all ec2.DHCPOptions items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2EC2FleetWithName ¶
GetEC2EC2FleetWithName retrieves all ec2.EC2Fleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2EIPAssociationWithName ¶
GetEC2EIPAssociationWithName retrieves all ec2.EIPAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2EIPWithName ¶
GetEC2EIPWithName retrieves all ec2.EIP items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2EgressOnlyInternetGatewayWithName ¶
func (t *Template) GetEC2EgressOnlyInternetGatewayWithName(name string) (*ec2.EgressOnlyInternetGateway[any], error)
GetEC2EgressOnlyInternetGatewayWithName retrieves all ec2.EgressOnlyInternetGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2EnclaveCertificateIamRoleAssociationWithName ¶
func (t *Template) GetEC2EnclaveCertificateIamRoleAssociationWithName(name string) (*ec2.EnclaveCertificateIamRoleAssociation[any], error)
GetEC2EnclaveCertificateIamRoleAssociationWithName retrieves all ec2.EnclaveCertificateIamRoleAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2FlowLogWithName ¶
GetEC2FlowLogWithName retrieves all ec2.FlowLog items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2GatewayRouteTableAssociationWithName ¶
func (t *Template) GetEC2GatewayRouteTableAssociationWithName(name string) (*ec2.GatewayRouteTableAssociation[any], error)
GetEC2GatewayRouteTableAssociationWithName retrieves all ec2.GatewayRouteTableAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2HostWithName ¶
GetEC2HostWithName retrieves all ec2.Host items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMAllocationWithName ¶
GetEC2IPAMAllocationWithName retrieves all ec2.IPAMAllocation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMPoolCidrWithName ¶
GetEC2IPAMPoolCidrWithName retrieves all ec2.IPAMPoolCidr items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMPoolWithName ¶
GetEC2IPAMPoolWithName retrieves all ec2.IPAMPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMResourceDiscoveryAssociationWithName ¶
func (t *Template) GetEC2IPAMResourceDiscoveryAssociationWithName(name string) (*ec2.IPAMResourceDiscoveryAssociation[any], error)
GetEC2IPAMResourceDiscoveryAssociationWithName retrieves all ec2.IPAMResourceDiscoveryAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMResourceDiscoveryWithName ¶
func (t *Template) GetEC2IPAMResourceDiscoveryWithName(name string) (*ec2.IPAMResourceDiscovery[any], error)
GetEC2IPAMResourceDiscoveryWithName retrieves all ec2.IPAMResourceDiscovery items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMScopeWithName ¶
GetEC2IPAMScopeWithName retrieves all ec2.IPAMScope items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMWithName ¶
GetEC2IPAMWithName retrieves all ec2.IPAM items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2InstanceConnectEndpointWithName ¶
func (t *Template) GetEC2InstanceConnectEndpointWithName(name string) (*ec2.InstanceConnectEndpoint[any], error)
GetEC2InstanceConnectEndpointWithName retrieves all ec2.InstanceConnectEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2InstanceWithName ¶
GetEC2InstanceWithName retrieves all ec2.Instance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2InternetGatewayWithName ¶
GetEC2InternetGatewayWithName retrieves all ec2.InternetGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2KeyPairWithName ¶
GetEC2KeyPairWithName retrieves all ec2.KeyPair items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2LaunchTemplateWithName ¶
GetEC2LaunchTemplateWithName retrieves all ec2.LaunchTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2LocalGatewayRouteTableVPCAssociationWithName ¶
func (t *Template) GetEC2LocalGatewayRouteTableVPCAssociationWithName(name string) (*ec2.LocalGatewayRouteTableVPCAssociation[any], error)
GetEC2LocalGatewayRouteTableVPCAssociationWithName retrieves all ec2.LocalGatewayRouteTableVPCAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationWithName ¶
func (t *Template) GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationWithName(name string) (*ec2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation[any], error)
GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationWithName retrieves all ec2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2LocalGatewayRouteTableWithName ¶
func (t *Template) GetEC2LocalGatewayRouteTableWithName(name string) (*ec2.LocalGatewayRouteTable[any], error)
GetEC2LocalGatewayRouteTableWithName retrieves all ec2.LocalGatewayRouteTable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2LocalGatewayRouteWithName ¶
func (t *Template) GetEC2LocalGatewayRouteWithName(name string) (*ec2.LocalGatewayRoute[any], error)
GetEC2LocalGatewayRouteWithName retrieves all ec2.LocalGatewayRoute items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NatGatewayWithName ¶
GetEC2NatGatewayWithName retrieves all ec2.NatGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkAclEntryWithName ¶
GetEC2NetworkAclEntryWithName retrieves all ec2.NetworkAclEntry items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkAclWithName ¶
GetEC2NetworkAclWithName retrieves all ec2.NetworkAcl items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInsightsAccessScopeAnalysisWithName ¶
func (t *Template) GetEC2NetworkInsightsAccessScopeAnalysisWithName(name string) (*ec2.NetworkInsightsAccessScopeAnalysis[any], error)
GetEC2NetworkInsightsAccessScopeAnalysisWithName retrieves all ec2.NetworkInsightsAccessScopeAnalysis items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInsightsAccessScopeWithName ¶
func (t *Template) GetEC2NetworkInsightsAccessScopeWithName(name string) (*ec2.NetworkInsightsAccessScope[any], error)
GetEC2NetworkInsightsAccessScopeWithName retrieves all ec2.NetworkInsightsAccessScope items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInsightsAnalysisWithName ¶
func (t *Template) GetEC2NetworkInsightsAnalysisWithName(name string) (*ec2.NetworkInsightsAnalysis[any], error)
GetEC2NetworkInsightsAnalysisWithName retrieves all ec2.NetworkInsightsAnalysis items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInsightsPathWithName ¶
func (t *Template) GetEC2NetworkInsightsPathWithName(name string) (*ec2.NetworkInsightsPath[any], error)
GetEC2NetworkInsightsPathWithName retrieves all ec2.NetworkInsightsPath items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInterfaceAttachmentWithName ¶
func (t *Template) GetEC2NetworkInterfaceAttachmentWithName(name string) (*ec2.NetworkInterfaceAttachment[any], error)
GetEC2NetworkInterfaceAttachmentWithName retrieves all ec2.NetworkInterfaceAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInterfacePermissionWithName ¶
func (t *Template) GetEC2NetworkInterfacePermissionWithName(name string) (*ec2.NetworkInterfacePermission[any], error)
GetEC2NetworkInterfacePermissionWithName retrieves all ec2.NetworkInterfacePermission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInterfaceWithName ¶
GetEC2NetworkInterfaceWithName retrieves all ec2.NetworkInterface items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkPerformanceMetricSubscriptionWithName ¶
func (t *Template) GetEC2NetworkPerformanceMetricSubscriptionWithName(name string) (*ec2.NetworkPerformanceMetricSubscription[any], error)
GetEC2NetworkPerformanceMetricSubscriptionWithName retrieves all ec2.NetworkPerformanceMetricSubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2PlacementGroupWithName ¶
GetEC2PlacementGroupWithName retrieves all ec2.PlacementGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2PrefixListWithName ¶
GetEC2PrefixListWithName retrieves all ec2.PrefixList items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2RouteTableWithName ¶
GetEC2RouteTableWithName retrieves all ec2.RouteTable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2RouteWithName ¶
GetEC2RouteWithName retrieves all ec2.Route items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SecurityGroupEgressWithName ¶
func (t *Template) GetEC2SecurityGroupEgressWithName(name string) (*ec2.SecurityGroupEgress[any], error)
GetEC2SecurityGroupEgressWithName retrieves all ec2.SecurityGroupEgress items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SecurityGroupIngressWithName ¶
func (t *Template) GetEC2SecurityGroupIngressWithName(name string) (*ec2.SecurityGroupIngress[any], error)
GetEC2SecurityGroupIngressWithName retrieves all ec2.SecurityGroupIngress items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SecurityGroupWithName ¶
GetEC2SecurityGroupWithName retrieves all ec2.SecurityGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SpotFleetWithName ¶
GetEC2SpotFleetWithName retrieves all ec2.SpotFleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SubnetCidrBlockWithName ¶
GetEC2SubnetCidrBlockWithName retrieves all ec2.SubnetCidrBlock items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SubnetNetworkAclAssociationWithName ¶
func (t *Template) GetEC2SubnetNetworkAclAssociationWithName(name string) (*ec2.SubnetNetworkAclAssociation[any], error)
GetEC2SubnetNetworkAclAssociationWithName retrieves all ec2.SubnetNetworkAclAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SubnetRouteTableAssociationWithName ¶
func (t *Template) GetEC2SubnetRouteTableAssociationWithName(name string) (*ec2.SubnetRouteTableAssociation[any], error)
GetEC2SubnetRouteTableAssociationWithName retrieves all ec2.SubnetRouteTableAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SubnetWithName ¶
GetEC2SubnetWithName retrieves all ec2.Subnet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TrafficMirrorFilterRuleWithName ¶
func (t *Template) GetEC2TrafficMirrorFilterRuleWithName(name string) (*ec2.TrafficMirrorFilterRule[any], error)
GetEC2TrafficMirrorFilterRuleWithName retrieves all ec2.TrafficMirrorFilterRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TrafficMirrorFilterWithName ¶
func (t *Template) GetEC2TrafficMirrorFilterWithName(name string) (*ec2.TrafficMirrorFilter[any], error)
GetEC2TrafficMirrorFilterWithName retrieves all ec2.TrafficMirrorFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TrafficMirrorSessionWithName ¶
func (t *Template) GetEC2TrafficMirrorSessionWithName(name string) (*ec2.TrafficMirrorSession[any], error)
GetEC2TrafficMirrorSessionWithName retrieves all ec2.TrafficMirrorSession items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TrafficMirrorTargetWithName ¶
func (t *Template) GetEC2TrafficMirrorTargetWithName(name string) (*ec2.TrafficMirrorTarget[any], error)
GetEC2TrafficMirrorTargetWithName retrieves all ec2.TrafficMirrorTarget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayAttachmentWithName ¶
func (t *Template) GetEC2TransitGatewayAttachmentWithName(name string) (*ec2.TransitGatewayAttachment[any], error)
GetEC2TransitGatewayAttachmentWithName retrieves all ec2.TransitGatewayAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayConnectWithName ¶
func (t *Template) GetEC2TransitGatewayConnectWithName(name string) (*ec2.TransitGatewayConnect[any], error)
GetEC2TransitGatewayConnectWithName retrieves all ec2.TransitGatewayConnect items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayMulticastDomainAssociationWithName ¶
func (t *Template) GetEC2TransitGatewayMulticastDomainAssociationWithName(name string) (*ec2.TransitGatewayMulticastDomainAssociation[any], error)
GetEC2TransitGatewayMulticastDomainAssociationWithName retrieves all ec2.TransitGatewayMulticastDomainAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayMulticastDomainWithName ¶
func (t *Template) GetEC2TransitGatewayMulticastDomainWithName(name string) (*ec2.TransitGatewayMulticastDomain[any], error)
GetEC2TransitGatewayMulticastDomainWithName retrieves all ec2.TransitGatewayMulticastDomain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayMulticastGroupMemberWithName ¶
func (t *Template) GetEC2TransitGatewayMulticastGroupMemberWithName(name string) (*ec2.TransitGatewayMulticastGroupMember[any], error)
GetEC2TransitGatewayMulticastGroupMemberWithName retrieves all ec2.TransitGatewayMulticastGroupMember items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayMulticastGroupSourceWithName ¶
func (t *Template) GetEC2TransitGatewayMulticastGroupSourceWithName(name string) (*ec2.TransitGatewayMulticastGroupSource[any], error)
GetEC2TransitGatewayMulticastGroupSourceWithName retrieves all ec2.TransitGatewayMulticastGroupSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayPeeringAttachmentWithName ¶
func (t *Template) GetEC2TransitGatewayPeeringAttachmentWithName(name string) (*ec2.TransitGatewayPeeringAttachment[any], error)
GetEC2TransitGatewayPeeringAttachmentWithName retrieves all ec2.TransitGatewayPeeringAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayRouteTableAssociationWithName ¶
func (t *Template) GetEC2TransitGatewayRouteTableAssociationWithName(name string) (*ec2.TransitGatewayRouteTableAssociation[any], error)
GetEC2TransitGatewayRouteTableAssociationWithName retrieves all ec2.TransitGatewayRouteTableAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayRouteTablePropagationWithName ¶
func (t *Template) GetEC2TransitGatewayRouteTablePropagationWithName(name string) (*ec2.TransitGatewayRouteTablePropagation[any], error)
GetEC2TransitGatewayRouteTablePropagationWithName retrieves all ec2.TransitGatewayRouteTablePropagation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayRouteTableWithName ¶
func (t *Template) GetEC2TransitGatewayRouteTableWithName(name string) (*ec2.TransitGatewayRouteTable[any], error)
GetEC2TransitGatewayRouteTableWithName retrieves all ec2.TransitGatewayRouteTable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayRouteWithName ¶
func (t *Template) GetEC2TransitGatewayRouteWithName(name string) (*ec2.TransitGatewayRoute[any], error)
GetEC2TransitGatewayRouteWithName retrieves all ec2.TransitGatewayRoute items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayVpcAttachmentWithName ¶
func (t *Template) GetEC2TransitGatewayVpcAttachmentWithName(name string) (*ec2.TransitGatewayVpcAttachment[any], error)
GetEC2TransitGatewayVpcAttachmentWithName retrieves all ec2.TransitGatewayVpcAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayWithName ¶
GetEC2TransitGatewayWithName retrieves all ec2.TransitGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCCidrBlockWithName ¶
GetEC2VPCCidrBlockWithName retrieves all ec2.VPCCidrBlock items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCDHCPOptionsAssociationWithName ¶
func (t *Template) GetEC2VPCDHCPOptionsAssociationWithName(name string) (*ec2.VPCDHCPOptionsAssociation[any], error)
GetEC2VPCDHCPOptionsAssociationWithName retrieves all ec2.VPCDHCPOptionsAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCEndpointConnectionNotificationWithName ¶
func (t *Template) GetEC2VPCEndpointConnectionNotificationWithName(name string) (*ec2.VPCEndpointConnectionNotification[any], error)
GetEC2VPCEndpointConnectionNotificationWithName retrieves all ec2.VPCEndpointConnectionNotification items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCEndpointServicePermissionsWithName ¶
func (t *Template) GetEC2VPCEndpointServicePermissionsWithName(name string) (*ec2.VPCEndpointServicePermissions[any], error)
GetEC2VPCEndpointServicePermissionsWithName retrieves all ec2.VPCEndpointServicePermissions items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCEndpointServiceWithName ¶
func (t *Template) GetEC2VPCEndpointServiceWithName(name string) (*ec2.VPCEndpointService[any], error)
GetEC2VPCEndpointServiceWithName retrieves all ec2.VPCEndpointService items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCEndpointWithName ¶
GetEC2VPCEndpointWithName retrieves all ec2.VPCEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCGatewayAttachmentWithName ¶
func (t *Template) GetEC2VPCGatewayAttachmentWithName(name string) (*ec2.VPCGatewayAttachment[any], error)
GetEC2VPCGatewayAttachmentWithName retrieves all ec2.VPCGatewayAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCPeeringConnectionWithName ¶
func (t *Template) GetEC2VPCPeeringConnectionWithName(name string) (*ec2.VPCPeeringConnection[any], error)
GetEC2VPCPeeringConnectionWithName retrieves all ec2.VPCPeeringConnection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCWithName ¶
GetEC2VPCWithName retrieves all ec2.VPC items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPNConnectionRouteWithName ¶
func (t *Template) GetEC2VPNConnectionRouteWithName(name string) (*ec2.VPNConnectionRoute[any], error)
GetEC2VPNConnectionRouteWithName retrieves all ec2.VPNConnectionRoute items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPNConnectionWithName ¶
GetEC2VPNConnectionWithName retrieves all ec2.VPNConnection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPNGatewayRoutePropagationWithName ¶
func (t *Template) GetEC2VPNGatewayRoutePropagationWithName(name string) (*ec2.VPNGatewayRoutePropagation[any], error)
GetEC2VPNGatewayRoutePropagationWithName retrieves all ec2.VPNGatewayRoutePropagation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPNGatewayWithName ¶
GetEC2VPNGatewayWithName retrieves all ec2.VPNGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VerifiedAccessEndpointWithName ¶
func (t *Template) GetEC2VerifiedAccessEndpointWithName(name string) (*ec2.VerifiedAccessEndpoint[any], error)
GetEC2VerifiedAccessEndpointWithName retrieves all ec2.VerifiedAccessEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VerifiedAccessGroupWithName ¶
func (t *Template) GetEC2VerifiedAccessGroupWithName(name string) (*ec2.VerifiedAccessGroup[any], error)
GetEC2VerifiedAccessGroupWithName retrieves all ec2.VerifiedAccessGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VerifiedAccessInstanceWithName ¶
func (t *Template) GetEC2VerifiedAccessInstanceWithName(name string) (*ec2.VerifiedAccessInstance[any], error)
GetEC2VerifiedAccessInstanceWithName retrieves all ec2.VerifiedAccessInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VerifiedAccessTrustProviderWithName ¶
func (t *Template) GetEC2VerifiedAccessTrustProviderWithName(name string) (*ec2.VerifiedAccessTrustProvider[any], error)
GetEC2VerifiedAccessTrustProviderWithName retrieves all ec2.VerifiedAccessTrustProvider items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VolumeAttachmentWithName ¶
GetEC2VolumeAttachmentWithName retrieves all ec2.VolumeAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VolumeWithName ¶
GetEC2VolumeWithName retrieves all ec2.Volume items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECRPublicRepositoryWithName ¶
GetECRPublicRepositoryWithName retrieves all ecr.PublicRepository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECRPullThroughCacheRuleWithName ¶
func (t *Template) GetECRPullThroughCacheRuleWithName(name string) (*ecr.PullThroughCacheRule[any], error)
GetECRPullThroughCacheRuleWithName retrieves all ecr.PullThroughCacheRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECRRegistryPolicyWithName ¶
GetECRRegistryPolicyWithName retrieves all ecr.RegistryPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECRReplicationConfigurationWithName ¶
func (t *Template) GetECRReplicationConfigurationWithName(name string) (*ecr.ReplicationConfiguration[any], error)
GetECRReplicationConfigurationWithName retrieves all ecr.ReplicationConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECRRepositoryWithName ¶
GetECRRepositoryWithName retrieves all ecr.Repository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSCapacityProviderWithName ¶
GetECSCapacityProviderWithName retrieves all ecs.CapacityProvider items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSClusterCapacityProviderAssociationsWithName ¶
func (t *Template) GetECSClusterCapacityProviderAssociationsWithName(name string) (*ecs.ClusterCapacityProviderAssociations[any], error)
GetECSClusterCapacityProviderAssociationsWithName retrieves all ecs.ClusterCapacityProviderAssociations items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSClusterWithName ¶
GetECSClusterWithName retrieves all ecs.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSPrimaryTaskSetWithName ¶
GetECSPrimaryTaskSetWithName retrieves all ecs.PrimaryTaskSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSServiceWithName ¶
GetECSServiceWithName retrieves all ecs.Service items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSTaskDefinitionWithName ¶
GetECSTaskDefinitionWithName retrieves all ecs.TaskDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSTaskSetWithName ¶
GetECSTaskSetWithName retrieves all ecs.TaskSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEFSAccessPointWithName ¶
GetEFSAccessPointWithName retrieves all efs.AccessPoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEFSFileSystemWithName ¶
GetEFSFileSystemWithName retrieves all efs.FileSystem items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEFSMountTargetWithName ¶
GetEFSMountTargetWithName retrieves all efs.MountTarget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEKSAddonWithName ¶
GetEKSAddonWithName retrieves all eks.Addon items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEKSClusterWithName ¶
GetEKSClusterWithName retrieves all eks.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEKSFargateProfileWithName ¶
GetEKSFargateProfileWithName retrieves all eks.FargateProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEKSIdentityProviderConfigWithName ¶
func (t *Template) GetEKSIdentityProviderConfigWithName(name string) (*eks.IdentityProviderConfig[any], error)
GetEKSIdentityProviderConfigWithName retrieves all eks.IdentityProviderConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEKSNodegroupWithName ¶
GetEKSNodegroupWithName retrieves all eks.Nodegroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRClusterWithName ¶
GetEMRClusterWithName retrieves all emr.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRContainersVirtualClusterWithName ¶
func (t *Template) GetEMRContainersVirtualClusterWithName(name string) (*emrcontainers.VirtualCluster[any], error)
GetEMRContainersVirtualClusterWithName retrieves all emrcontainers.VirtualCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRInstanceFleetConfigWithName ¶
func (t *Template) GetEMRInstanceFleetConfigWithName(name string) (*emr.InstanceFleetConfig[any], error)
GetEMRInstanceFleetConfigWithName retrieves all emr.InstanceFleetConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRInstanceGroupConfigWithName ¶
func (t *Template) GetEMRInstanceGroupConfigWithName(name string) (*emr.InstanceGroupConfig[any], error)
GetEMRInstanceGroupConfigWithName retrieves all emr.InstanceGroupConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRSecurityConfigurationWithName ¶
func (t *Template) GetEMRSecurityConfigurationWithName(name string) (*emr.SecurityConfiguration[any], error)
GetEMRSecurityConfigurationWithName retrieves all emr.SecurityConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRServerlessApplicationWithName ¶
func (t *Template) GetEMRServerlessApplicationWithName(name string) (*emrserverless.Application[any], error)
GetEMRServerlessApplicationWithName retrieves all emrserverless.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRStepWithName ¶
GetEMRStepWithName retrieves all emr.Step items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRStudioSessionMappingWithName ¶
func (t *Template) GetEMRStudioSessionMappingWithName(name string) (*emr.StudioSessionMapping[any], error)
GetEMRStudioSessionMappingWithName retrieves all emr.StudioSessionMapping items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRStudioWithName ¶
GetEMRStudioWithName retrieves all emr.Studio items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRWALWorkspaceWithName ¶
GetEMRWALWorkspaceWithName retrieves all emr.WALWorkspace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheCacheClusterWithName ¶
func (t *Template) GetElastiCacheCacheClusterWithName(name string) (*elasticache.CacheCluster[any], error)
GetElastiCacheCacheClusterWithName retrieves all elasticache.CacheCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheGlobalReplicationGroupWithName ¶
func (t *Template) GetElastiCacheGlobalReplicationGroupWithName(name string) (*elasticache.GlobalReplicationGroup[any], error)
GetElastiCacheGlobalReplicationGroupWithName retrieves all elasticache.GlobalReplicationGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheParameterGroupWithName ¶
func (t *Template) GetElastiCacheParameterGroupWithName(name string) (*elasticache.ParameterGroup[any], error)
GetElastiCacheParameterGroupWithName retrieves all elasticache.ParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheReplicationGroupWithName ¶
func (t *Template) GetElastiCacheReplicationGroupWithName(name string) (*elasticache.ReplicationGroup[any], error)
GetElastiCacheReplicationGroupWithName retrieves all elasticache.ReplicationGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheSecurityGroupIngressWithName ¶
func (t *Template) GetElastiCacheSecurityGroupIngressWithName(name string) (*elasticache.SecurityGroupIngress[any], error)
GetElastiCacheSecurityGroupIngressWithName retrieves all elasticache.SecurityGroupIngress items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheSecurityGroupWithName ¶
func (t *Template) GetElastiCacheSecurityGroupWithName(name string) (*elasticache.SecurityGroup[any], error)
GetElastiCacheSecurityGroupWithName retrieves all elasticache.SecurityGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheSubnetGroupWithName ¶
func (t *Template) GetElastiCacheSubnetGroupWithName(name string) (*elasticache.SubnetGroup[any], error)
GetElastiCacheSubnetGroupWithName retrieves all elasticache.SubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheUserGroupWithName ¶
func (t *Template) GetElastiCacheUserGroupWithName(name string) (*elasticache.UserGroup[any], error)
GetElastiCacheUserGroupWithName retrieves all elasticache.UserGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheUserWithName ¶
GetElastiCacheUserWithName retrieves all elasticache.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticBeanstalkApplicationVersionWithName ¶
func (t *Template) GetElasticBeanstalkApplicationVersionWithName(name string) (*elasticbeanstalk.ApplicationVersion[any], error)
GetElasticBeanstalkApplicationVersionWithName retrieves all elasticbeanstalk.ApplicationVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticBeanstalkApplicationWithName ¶
func (t *Template) GetElasticBeanstalkApplicationWithName(name string) (*elasticbeanstalk.Application[any], error)
GetElasticBeanstalkApplicationWithName retrieves all elasticbeanstalk.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticBeanstalkConfigurationTemplateWithName ¶
func (t *Template) GetElasticBeanstalkConfigurationTemplateWithName(name string) (*elasticbeanstalk.ConfigurationTemplate[any], error)
GetElasticBeanstalkConfigurationTemplateWithName retrieves all elasticbeanstalk.ConfigurationTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticBeanstalkEnvironmentWithName ¶
func (t *Template) GetElasticBeanstalkEnvironmentWithName(name string) (*elasticbeanstalk.Environment[any], error)
GetElasticBeanstalkEnvironmentWithName retrieves all elasticbeanstalk.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingLoadBalancerWithName ¶
func (t *Template) GetElasticLoadBalancingLoadBalancerWithName(name string) (*elasticloadbalancing.LoadBalancer[any], error)
GetElasticLoadBalancingLoadBalancerWithName retrieves all elasticloadbalancing.LoadBalancer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingV2ListenerCertificateWithName ¶
func (t *Template) GetElasticLoadBalancingV2ListenerCertificateWithName(name string) (*elasticloadbalancingv2.ListenerCertificate[any], error)
GetElasticLoadBalancingV2ListenerCertificateWithName retrieves all elasticloadbalancingv2.ListenerCertificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingV2ListenerRuleWithName ¶
func (t *Template) GetElasticLoadBalancingV2ListenerRuleWithName(name string) (*elasticloadbalancingv2.ListenerRule[any], error)
GetElasticLoadBalancingV2ListenerRuleWithName retrieves all elasticloadbalancingv2.ListenerRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingV2ListenerWithName ¶
func (t *Template) GetElasticLoadBalancingV2ListenerWithName(name string) (*elasticloadbalancingv2.Listener[any], error)
GetElasticLoadBalancingV2ListenerWithName retrieves all elasticloadbalancingv2.Listener items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingV2LoadBalancerWithName ¶
func (t *Template) GetElasticLoadBalancingV2LoadBalancerWithName(name string) (*elasticloadbalancingv2.LoadBalancer[any], error)
GetElasticLoadBalancingV2LoadBalancerWithName retrieves all elasticloadbalancingv2.LoadBalancer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingV2TargetGroupWithName ¶
func (t *Template) GetElasticLoadBalancingV2TargetGroupWithName(name string) (*elasticloadbalancingv2.TargetGroup[any], error)
GetElasticLoadBalancingV2TargetGroupWithName retrieves all elasticloadbalancingv2.TargetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticsearchDomainWithName ¶
GetElasticsearchDomainWithName retrieves all elasticsearch.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEntityResolutionIdMappingWorkflowWithName ¶
func (t *Template) GetEntityResolutionIdMappingWorkflowWithName(name string) (*entityresolution.IdMappingWorkflow[any], error)
GetEntityResolutionIdMappingWorkflowWithName retrieves all entityresolution.IdMappingWorkflow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEntityResolutionMatchingWorkflowWithName ¶
func (t *Template) GetEntityResolutionMatchingWorkflowWithName(name string) (*entityresolution.MatchingWorkflow[any], error)
GetEntityResolutionMatchingWorkflowWithName retrieves all entityresolution.MatchingWorkflow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEntityResolutionSchemaMappingWithName ¶
func (t *Template) GetEntityResolutionSchemaMappingWithName(name string) (*entityresolution.SchemaMapping[any], error)
GetEntityResolutionSchemaMappingWithName retrieves all entityresolution.SchemaMapping items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventSchemasDiscovererWithName ¶
func (t *Template) GetEventSchemasDiscovererWithName(name string) (*eventschemas.Discoverer[any], error)
GetEventSchemasDiscovererWithName retrieves all eventschemas.Discoverer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventSchemasRegistryPolicyWithName ¶
func (t *Template) GetEventSchemasRegistryPolicyWithName(name string) (*eventschemas.RegistryPolicy[any], error)
GetEventSchemasRegistryPolicyWithName retrieves all eventschemas.RegistryPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventSchemasRegistryWithName ¶
func (t *Template) GetEventSchemasRegistryWithName(name string) (*eventschemas.Registry[any], error)
GetEventSchemasRegistryWithName retrieves all eventschemas.Registry items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventSchemasSchemaWithName ¶
GetEventSchemasSchemaWithName retrieves all eventschemas.Schema items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsApiDestinationWithName ¶
func (t *Template) GetEventsApiDestinationWithName(name string) (*events.ApiDestination[any], error)
GetEventsApiDestinationWithName retrieves all events.ApiDestination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsArchiveWithName ¶
GetEventsArchiveWithName retrieves all events.Archive items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsConnectionWithName ¶
GetEventsConnectionWithName retrieves all events.Connection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsEndpointWithName ¶
GetEventsEndpointWithName retrieves all events.Endpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsEventBusPolicyWithName ¶
func (t *Template) GetEventsEventBusPolicyWithName(name string) (*events.EventBusPolicy[any], error)
GetEventsEventBusPolicyWithName retrieves all events.EventBusPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsEventBusWithName ¶
GetEventsEventBusWithName retrieves all events.EventBus items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsRuleWithName ¶
GetEventsRuleWithName retrieves all events.Rule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEvidentlyExperimentWithName ¶
GetEvidentlyExperimentWithName retrieves all evidently.Experiment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEvidentlyFeatureWithName ¶
GetEvidentlyFeatureWithName retrieves all evidently.Feature items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEvidentlyLaunchWithName ¶
GetEvidentlyLaunchWithName retrieves all evidently.Launch items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEvidentlyProjectWithName ¶
GetEvidentlyProjectWithName retrieves all evidently.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEvidentlySegmentWithName ¶
GetEvidentlySegmentWithName retrieves all evidently.Segment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFISExperimentTemplateWithName ¶
func (t *Template) GetFISExperimentTemplateWithName(name string) (*fis.ExperimentTemplate[any], error)
GetFISExperimentTemplateWithName retrieves all fis.ExperimentTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFMSNotificationChannelWithName ¶
func (t *Template) GetFMSNotificationChannelWithName(name string) (*fms.NotificationChannel[any], error)
GetFMSNotificationChannelWithName retrieves all fms.NotificationChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFMSPolicyWithName ¶
GetFMSPolicyWithName retrieves all fms.Policy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFMSResourceSetWithName ¶
GetFMSResourceSetWithName retrieves all fms.ResourceSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFSxDataRepositoryAssociationWithName ¶
func (t *Template) GetFSxDataRepositoryAssociationWithName(name string) (*fsx.DataRepositoryAssociation[any], error)
GetFSxDataRepositoryAssociationWithName retrieves all fsx.DataRepositoryAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFSxFileSystemWithName ¶
GetFSxFileSystemWithName retrieves all fsx.FileSystem items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFSxSnapshotWithName ¶
GetFSxSnapshotWithName retrieves all fsx.Snapshot items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFSxStorageVirtualMachineWithName ¶
func (t *Template) GetFSxStorageVirtualMachineWithName(name string) (*fsx.StorageVirtualMachine[any], error)
GetFSxStorageVirtualMachineWithName retrieves all fsx.StorageVirtualMachine items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFSxVolumeWithName ¶
GetFSxVolumeWithName retrieves all fsx.Volume items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFinSpaceEnvironmentWithName ¶
GetFinSpaceEnvironmentWithName retrieves all finspace.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetForecastDatasetGroupWithName ¶
func (t *Template) GetForecastDatasetGroupWithName(name string) (*forecast.DatasetGroup[any], error)
GetForecastDatasetGroupWithName retrieves all forecast.DatasetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetForecastDatasetWithName ¶
GetForecastDatasetWithName retrieves all forecast.Dataset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorDetectorWithName ¶
func (t *Template) GetFraudDetectorDetectorWithName(name string) (*frauddetector.Detector[any], error)
GetFraudDetectorDetectorWithName retrieves all frauddetector.Detector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorEntityTypeWithName ¶
func (t *Template) GetFraudDetectorEntityTypeWithName(name string) (*frauddetector.EntityType[any], error)
GetFraudDetectorEntityTypeWithName retrieves all frauddetector.EntityType items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorEventTypeWithName ¶
func (t *Template) GetFraudDetectorEventTypeWithName(name string) (*frauddetector.EventType[any], error)
GetFraudDetectorEventTypeWithName retrieves all frauddetector.EventType items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorLabelWithName ¶
GetFraudDetectorLabelWithName retrieves all frauddetector.Label items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorListWithName ¶
GetFraudDetectorListWithName retrieves all frauddetector.List items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorOutcomeWithName ¶
func (t *Template) GetFraudDetectorOutcomeWithName(name string) (*frauddetector.Outcome[any], error)
GetFraudDetectorOutcomeWithName retrieves all frauddetector.Outcome items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorVariableWithName ¶
func (t *Template) GetFraudDetectorVariableWithName(name string) (*frauddetector.Variable[any], error)
GetFraudDetectorVariableWithName retrieves all frauddetector.Variable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftAliasWithName ¶
GetGameLiftAliasWithName retrieves all gamelift.Alias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftBuildWithName ¶
GetGameLiftBuildWithName retrieves all gamelift.Build items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftFleetWithName ¶
GetGameLiftFleetWithName retrieves all gamelift.Fleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftGameServerGroupWithName ¶
func (t *Template) GetGameLiftGameServerGroupWithName(name string) (*gamelift.GameServerGroup[any], error)
GetGameLiftGameServerGroupWithName retrieves all gamelift.GameServerGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftGameSessionQueueWithName ¶
func (t *Template) GetGameLiftGameSessionQueueWithName(name string) (*gamelift.GameSessionQueue[any], error)
GetGameLiftGameSessionQueueWithName retrieves all gamelift.GameSessionQueue items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftLocationWithName ¶
GetGameLiftLocationWithName retrieves all gamelift.Location items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftMatchmakingConfigurationWithName ¶
func (t *Template) GetGameLiftMatchmakingConfigurationWithName(name string) (*gamelift.MatchmakingConfiguration[any], error)
GetGameLiftMatchmakingConfigurationWithName retrieves all gamelift.MatchmakingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftMatchmakingRuleSetWithName ¶
func (t *Template) GetGameLiftMatchmakingRuleSetWithName(name string) (*gamelift.MatchmakingRuleSet[any], error)
GetGameLiftMatchmakingRuleSetWithName retrieves all gamelift.MatchmakingRuleSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftScriptWithName ¶
GetGameLiftScriptWithName retrieves all gamelift.Script items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlobalAcceleratorAcceleratorWithName ¶
func (t *Template) GetGlobalAcceleratorAcceleratorWithName(name string) (*globalaccelerator.Accelerator[any], error)
GetGlobalAcceleratorAcceleratorWithName retrieves all globalaccelerator.Accelerator items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlobalAcceleratorEndpointGroupWithName ¶
func (t *Template) GetGlobalAcceleratorEndpointGroupWithName(name string) (*globalaccelerator.EndpointGroup[any], error)
GetGlobalAcceleratorEndpointGroupWithName retrieves all globalaccelerator.EndpointGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlobalAcceleratorListenerWithName ¶
func (t *Template) GetGlobalAcceleratorListenerWithName(name string) (*globalaccelerator.Listener[any], error)
GetGlobalAcceleratorListenerWithName retrieves all globalaccelerator.Listener items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueClassifierWithName ¶
GetGlueClassifierWithName retrieves all glue.Classifier items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueConnectionWithName ¶
GetGlueConnectionWithName retrieves all glue.Connection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueCrawlerWithName ¶
GetGlueCrawlerWithName retrieves all glue.Crawler items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueDataCatalogEncryptionSettingsWithName ¶
func (t *Template) GetGlueDataCatalogEncryptionSettingsWithName(name string) (*glue.DataCatalogEncryptionSettings[any], error)
GetGlueDataCatalogEncryptionSettingsWithName retrieves all glue.DataCatalogEncryptionSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueDataQualityRulesetWithName ¶
func (t *Template) GetGlueDataQualityRulesetWithName(name string) (*glue.DataQualityRuleset[any], error)
GetGlueDataQualityRulesetWithName retrieves all glue.DataQualityRuleset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueDatabaseWithName ¶
GetGlueDatabaseWithName retrieves all glue.Database items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueDevEndpointWithName ¶
GetGlueDevEndpointWithName retrieves all glue.DevEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueJobWithName ¶
GetGlueJobWithName retrieves all glue.Job items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueMLTransformWithName ¶
GetGlueMLTransformWithName retrieves all glue.MLTransform items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGluePartitionWithName ¶
GetGluePartitionWithName retrieves all glue.Partition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueRegistryWithName ¶
GetGlueRegistryWithName retrieves all glue.Registry items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueSchemaVersionMetadataWithName ¶
func (t *Template) GetGlueSchemaVersionMetadataWithName(name string) (*glue.SchemaVersionMetadata[any], error)
GetGlueSchemaVersionMetadataWithName retrieves all glue.SchemaVersionMetadata items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueSchemaVersionWithName ¶
GetGlueSchemaVersionWithName retrieves all glue.SchemaVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueSchemaWithName ¶
GetGlueSchemaWithName retrieves all glue.Schema items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueSecurityConfigurationWithName ¶
func (t *Template) GetGlueSecurityConfigurationWithName(name string) (*glue.SecurityConfiguration[any], error)
GetGlueSecurityConfigurationWithName retrieves all glue.SecurityConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueTableWithName ¶
GetGlueTableWithName retrieves all glue.Table items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueTriggerWithName ¶
GetGlueTriggerWithName retrieves all glue.Trigger items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueWorkflowWithName ¶
GetGlueWorkflowWithName retrieves all glue.Workflow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGrafanaWorkspaceWithName ¶
GetGrafanaWorkspaceWithName retrieves all grafana.Workspace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassConnectorDefinitionVersionWithName ¶
func (t *Template) GetGreengrassConnectorDefinitionVersionWithName(name string) (*greengrass.ConnectorDefinitionVersion[any], error)
GetGreengrassConnectorDefinitionVersionWithName retrieves all greengrass.ConnectorDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassConnectorDefinitionWithName ¶
func (t *Template) GetGreengrassConnectorDefinitionWithName(name string) (*greengrass.ConnectorDefinition[any], error)
GetGreengrassConnectorDefinitionWithName retrieves all greengrass.ConnectorDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassCoreDefinitionVersionWithName ¶
func (t *Template) GetGreengrassCoreDefinitionVersionWithName(name string) (*greengrass.CoreDefinitionVersion[any], error)
GetGreengrassCoreDefinitionVersionWithName retrieves all greengrass.CoreDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassCoreDefinitionWithName ¶
func (t *Template) GetGreengrassCoreDefinitionWithName(name string) (*greengrass.CoreDefinition[any], error)
GetGreengrassCoreDefinitionWithName retrieves all greengrass.CoreDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassDeviceDefinitionVersionWithName ¶
func (t *Template) GetGreengrassDeviceDefinitionVersionWithName(name string) (*greengrass.DeviceDefinitionVersion[any], error)
GetGreengrassDeviceDefinitionVersionWithName retrieves all greengrass.DeviceDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassDeviceDefinitionWithName ¶
func (t *Template) GetGreengrassDeviceDefinitionWithName(name string) (*greengrass.DeviceDefinition[any], error)
GetGreengrassDeviceDefinitionWithName retrieves all greengrass.DeviceDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassFunctionDefinitionVersionWithName ¶
func (t *Template) GetGreengrassFunctionDefinitionVersionWithName(name string) (*greengrass.FunctionDefinitionVersion[any], error)
GetGreengrassFunctionDefinitionVersionWithName retrieves all greengrass.FunctionDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassFunctionDefinitionWithName ¶
func (t *Template) GetGreengrassFunctionDefinitionWithName(name string) (*greengrass.FunctionDefinition[any], error)
GetGreengrassFunctionDefinitionWithName retrieves all greengrass.FunctionDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassGroupVersionWithName ¶
func (t *Template) GetGreengrassGroupVersionWithName(name string) (*greengrass.GroupVersion[any], error)
GetGreengrassGroupVersionWithName retrieves all greengrass.GroupVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassGroupWithName ¶
GetGreengrassGroupWithName retrieves all greengrass.Group items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassLoggerDefinitionVersionWithName ¶
func (t *Template) GetGreengrassLoggerDefinitionVersionWithName(name string) (*greengrass.LoggerDefinitionVersion[any], error)
GetGreengrassLoggerDefinitionVersionWithName retrieves all greengrass.LoggerDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassLoggerDefinitionWithName ¶
func (t *Template) GetGreengrassLoggerDefinitionWithName(name string) (*greengrass.LoggerDefinition[any], error)
GetGreengrassLoggerDefinitionWithName retrieves all greengrass.LoggerDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassResourceDefinitionVersionWithName ¶
func (t *Template) GetGreengrassResourceDefinitionVersionWithName(name string) (*greengrass.ResourceDefinitionVersion[any], error)
GetGreengrassResourceDefinitionVersionWithName retrieves all greengrass.ResourceDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassResourceDefinitionWithName ¶
func (t *Template) GetGreengrassResourceDefinitionWithName(name string) (*greengrass.ResourceDefinition[any], error)
GetGreengrassResourceDefinitionWithName retrieves all greengrass.ResourceDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassSubscriptionDefinitionVersionWithName ¶
func (t *Template) GetGreengrassSubscriptionDefinitionVersionWithName(name string) (*greengrass.SubscriptionDefinitionVersion[any], error)
GetGreengrassSubscriptionDefinitionVersionWithName retrieves all greengrass.SubscriptionDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassSubscriptionDefinitionWithName ¶
func (t *Template) GetGreengrassSubscriptionDefinitionWithName(name string) (*greengrass.SubscriptionDefinition[any], error)
GetGreengrassSubscriptionDefinitionWithName retrieves all greengrass.SubscriptionDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassV2ComponentVersionWithName ¶
func (t *Template) GetGreengrassV2ComponentVersionWithName(name string) (*greengrassv2.ComponentVersion[any], error)
GetGreengrassV2ComponentVersionWithName retrieves all greengrassv2.ComponentVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassV2DeploymentWithName ¶
func (t *Template) GetGreengrassV2DeploymentWithName(name string) (*greengrassv2.Deployment[any], error)
GetGreengrassV2DeploymentWithName retrieves all greengrassv2.Deployment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGroundStationConfigWithName ¶
GetGroundStationConfigWithName retrieves all groundstation.Config items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGroundStationDataflowEndpointGroupWithName ¶
func (t *Template) GetGroundStationDataflowEndpointGroupWithName(name string) (*groundstation.DataflowEndpointGroup[any], error)
GetGroundStationDataflowEndpointGroupWithName retrieves all groundstation.DataflowEndpointGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGroundStationMissionProfileWithName ¶
func (t *Template) GetGroundStationMissionProfileWithName(name string) (*groundstation.MissionProfile[any], error)
GetGroundStationMissionProfileWithName retrieves all groundstation.MissionProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyDetectorWithName ¶
GetGuardDutyDetectorWithName retrieves all guardduty.Detector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyFilterWithName ¶
GetGuardDutyFilterWithName retrieves all guardduty.Filter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyIPSetWithName ¶
GetGuardDutyIPSetWithName retrieves all guardduty.IPSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyMasterWithName ¶
GetGuardDutyMasterWithName retrieves all guardduty.Master items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyMemberWithName ¶
GetGuardDutyMemberWithName retrieves all guardduty.Member items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyThreatIntelSetWithName ¶
func (t *Template) GetGuardDutyThreatIntelSetWithName(name string) (*guardduty.ThreatIntelSet[any], error)
GetGuardDutyThreatIntelSetWithName retrieves all guardduty.ThreatIntelSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetHealthImagingDatastoreWithName ¶
func (t *Template) GetHealthImagingDatastoreWithName(name string) (*healthimaging.Datastore[any], error)
GetHealthImagingDatastoreWithName retrieves all healthimaging.Datastore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetHealthLakeFHIRDatastoreWithName ¶
func (t *Template) GetHealthLakeFHIRDatastoreWithName(name string) (*healthlake.FHIRDatastore[any], error)
GetHealthLakeFHIRDatastoreWithName retrieves all healthlake.FHIRDatastore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMAccessKeyWithName ¶
GetIAMAccessKeyWithName retrieves all iam.AccessKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMGroupPolicyWithName ¶
GetIAMGroupPolicyWithName retrieves all iam.GroupPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMGroupWithName ¶
GetIAMGroupWithName retrieves all iam.Group items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMInstanceProfileWithName ¶
GetIAMInstanceProfileWithName retrieves all iam.InstanceProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMManagedPolicyWithName ¶
GetIAMManagedPolicyWithName retrieves all iam.ManagedPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMOIDCProviderWithName ¶
GetIAMOIDCProviderWithName retrieves all iam.OIDCProvider items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMPolicyWithName ¶
GetIAMPolicyWithName retrieves all iam.Policy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMRolePolicyWithName ¶
GetIAMRolePolicyWithName retrieves all iam.RolePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMRoleWithName ¶
GetIAMRoleWithName retrieves all iam.Role items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMSAMLProviderWithName ¶
GetIAMSAMLProviderWithName retrieves all iam.SAMLProvider items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMServerCertificateWithName ¶
func (t *Template) GetIAMServerCertificateWithName(name string) (*iam.ServerCertificate[any], error)
GetIAMServerCertificateWithName retrieves all iam.ServerCertificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMServiceLinkedRoleWithName ¶
func (t *Template) GetIAMServiceLinkedRoleWithName(name string) (*iam.ServiceLinkedRole[any], error)
GetIAMServiceLinkedRoleWithName retrieves all iam.ServiceLinkedRole items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMUserPolicyWithName ¶
GetIAMUserPolicyWithName retrieves all iam.UserPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMUserToGroupAdditionWithName ¶
func (t *Template) GetIAMUserToGroupAdditionWithName(name string) (*iam.UserToGroupAddition[any], error)
GetIAMUserToGroupAdditionWithName retrieves all iam.UserToGroupAddition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMUserWithName ¶
GetIAMUserWithName retrieves all iam.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMVirtualMFADeviceWithName ¶
GetIAMVirtualMFADeviceWithName retrieves all iam.VirtualMFADevice items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIVSChannelWithName ¶
GetIVSChannelWithName retrieves all ivs.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIVSChatLoggingConfigurationWithName ¶
func (t *Template) GetIVSChatLoggingConfigurationWithName(name string) (*ivschat.LoggingConfiguration[any], error)
GetIVSChatLoggingConfigurationWithName retrieves all ivschat.LoggingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIVSChatRoomWithName ¶
GetIVSChatRoomWithName retrieves all ivschat.Room items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIVSPlaybackKeyPairWithName ¶
GetIVSPlaybackKeyPairWithName retrieves all ivs.PlaybackKeyPair items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIVSRecordingConfigurationWithName ¶
func (t *Template) GetIVSRecordingConfigurationWithName(name string) (*ivs.RecordingConfiguration[any], error)
GetIVSRecordingConfigurationWithName retrieves all ivs.RecordingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIVSStreamKeyWithName ¶
GetIVSStreamKeyWithName retrieves all ivs.StreamKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIdentityStoreGroupMembershipWithName ¶
func (t *Template) GetIdentityStoreGroupMembershipWithName(name string) (*identitystore.GroupMembership[any], error)
GetIdentityStoreGroupMembershipWithName retrieves all identitystore.GroupMembership items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIdentityStoreGroupWithName ¶
GetIdentityStoreGroupWithName retrieves all identitystore.Group items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderComponentWithName ¶
func (t *Template) GetImageBuilderComponentWithName(name string) (*imagebuilder.Component[any], error)
GetImageBuilderComponentWithName retrieves all imagebuilder.Component items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderContainerRecipeWithName ¶
func (t *Template) GetImageBuilderContainerRecipeWithName(name string) (*imagebuilder.ContainerRecipe[any], error)
GetImageBuilderContainerRecipeWithName retrieves all imagebuilder.ContainerRecipe items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderDistributionConfigurationWithName ¶
func (t *Template) GetImageBuilderDistributionConfigurationWithName(name string) (*imagebuilder.DistributionConfiguration[any], error)
GetImageBuilderDistributionConfigurationWithName retrieves all imagebuilder.DistributionConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderImagePipelineWithName ¶
func (t *Template) GetImageBuilderImagePipelineWithName(name string) (*imagebuilder.ImagePipeline[any], error)
GetImageBuilderImagePipelineWithName retrieves all imagebuilder.ImagePipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderImageRecipeWithName ¶
func (t *Template) GetImageBuilderImageRecipeWithName(name string) (*imagebuilder.ImageRecipe[any], error)
GetImageBuilderImageRecipeWithName retrieves all imagebuilder.ImageRecipe items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderImageWithName ¶
GetImageBuilderImageWithName retrieves all imagebuilder.Image items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderInfrastructureConfigurationWithName ¶
func (t *Template) GetImageBuilderInfrastructureConfigurationWithName(name string) (*imagebuilder.InfrastructureConfiguration[any], error)
GetImageBuilderInfrastructureConfigurationWithName retrieves all imagebuilder.InfrastructureConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetInspectorAssessmentTargetWithName ¶
func (t *Template) GetInspectorAssessmentTargetWithName(name string) (*inspector.AssessmentTarget[any], error)
GetInspectorAssessmentTargetWithName retrieves all inspector.AssessmentTarget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetInspectorAssessmentTemplateWithName ¶
func (t *Template) GetInspectorAssessmentTemplateWithName(name string) (*inspector.AssessmentTemplate[any], error)
GetInspectorAssessmentTemplateWithName retrieves all inspector.AssessmentTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetInspectorResourceGroupWithName ¶
func (t *Template) GetInspectorResourceGroupWithName(name string) (*inspector.ResourceGroup[any], error)
GetInspectorResourceGroupWithName retrieves all inspector.ResourceGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetInspectorV2FilterWithName ¶
GetInspectorV2FilterWithName retrieves all inspectorv2.Filter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetInternetMonitorMonitorWithName ¶
func (t *Template) GetInternetMonitorMonitorWithName(name string) (*internetmonitor.Monitor[any], error)
GetInternetMonitorMonitorWithName retrieves all internetmonitor.Monitor items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoT1ClickDeviceWithName ¶
GetIoT1ClickDeviceWithName retrieves all iot1click.Device items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoT1ClickPlacementWithName ¶
GetIoT1ClickPlacementWithName retrieves all iot1click.Placement items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoT1ClickProjectWithName ¶
GetIoT1ClickProjectWithName retrieves all iot1click.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAccountAuditConfigurationWithName ¶
func (t *Template) GetIoTAccountAuditConfigurationWithName(name string) (*iot.AccountAuditConfiguration[any], error)
GetIoTAccountAuditConfigurationWithName retrieves all iot.AccountAuditConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAnalyticsChannelWithName ¶
GetIoTAnalyticsChannelWithName retrieves all iotanalytics.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAnalyticsDatasetWithName ¶
GetIoTAnalyticsDatasetWithName retrieves all iotanalytics.Dataset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAnalyticsDatastoreWithName ¶
func (t *Template) GetIoTAnalyticsDatastoreWithName(name string) (*iotanalytics.Datastore[any], error)
GetIoTAnalyticsDatastoreWithName retrieves all iotanalytics.Datastore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAnalyticsPipelineWithName ¶
func (t *Template) GetIoTAnalyticsPipelineWithName(name string) (*iotanalytics.Pipeline[any], error)
GetIoTAnalyticsPipelineWithName retrieves all iotanalytics.Pipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAuthorizerWithName ¶
GetIoTAuthorizerWithName retrieves all iot.Authorizer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTBillingGroupWithName ¶
GetIoTBillingGroupWithName retrieves all iot.BillingGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTCACertificateWithName ¶
GetIoTCACertificateWithName retrieves all iot.CACertificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTCertificateWithName ¶
GetIoTCertificateWithName retrieves all iot.Certificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTCoreDeviceAdvisorSuiteDefinitionWithName ¶
func (t *Template) GetIoTCoreDeviceAdvisorSuiteDefinitionWithName(name string) (*iotcoredeviceadvisor.SuiteDefinition[any], error)
GetIoTCoreDeviceAdvisorSuiteDefinitionWithName retrieves all iotcoredeviceadvisor.SuiteDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTCustomMetricWithName ¶
GetIoTCustomMetricWithName retrieves all iot.CustomMetric items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTDimensionWithName ¶
GetIoTDimensionWithName retrieves all iot.Dimension items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTDomainConfigurationWithName ¶
func (t *Template) GetIoTDomainConfigurationWithName(name string) (*iot.DomainConfiguration[any], error)
GetIoTDomainConfigurationWithName retrieves all iot.DomainConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTEventsAlarmModelWithName ¶
GetIoTEventsAlarmModelWithName retrieves all iotevents.AlarmModel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTEventsDetectorModelWithName ¶
func (t *Template) GetIoTEventsDetectorModelWithName(name string) (*iotevents.DetectorModel[any], error)
GetIoTEventsDetectorModelWithName retrieves all iotevents.DetectorModel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTEventsInputWithName ¶
GetIoTEventsInputWithName retrieves all iotevents.Input items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTFleetHubApplicationWithName ¶
func (t *Template) GetIoTFleetHubApplicationWithName(name string) (*iotfleethub.Application[any], error)
GetIoTFleetHubApplicationWithName retrieves all iotfleethub.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTFleetMetricWithName ¶
GetIoTFleetMetricWithName retrieves all iot.FleetMetric items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTFleetWiseCampaignWithName ¶
func (t *Template) GetIoTFleetWiseCampaignWithName(name string) (*iotfleetwise.Campaign[any], error)
GetIoTFleetWiseCampaignWithName retrieves all iotfleetwise.Campaign items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTFleetWiseDecoderManifestWithName ¶
func (t *Template) GetIoTFleetWiseDecoderManifestWithName(name string) (*iotfleetwise.DecoderManifest[any], error)
GetIoTFleetWiseDecoderManifestWithName retrieves all iotfleetwise.DecoderManifest items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTFleetWiseFleetWithName ¶
GetIoTFleetWiseFleetWithName retrieves all iotfleetwise.Fleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTFleetWiseModelManifestWithName ¶
func (t *Template) GetIoTFleetWiseModelManifestWithName(name string) (*iotfleetwise.ModelManifest[any], error)
GetIoTFleetWiseModelManifestWithName retrieves all iotfleetwise.ModelManifest items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTFleetWiseSignalCatalogWithName ¶
func (t *Template) GetIoTFleetWiseSignalCatalogWithName(name string) (*iotfleetwise.SignalCatalog[any], error)
GetIoTFleetWiseSignalCatalogWithName retrieves all iotfleetwise.SignalCatalog items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTFleetWiseVehicleWithName ¶
GetIoTFleetWiseVehicleWithName retrieves all iotfleetwise.Vehicle items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTJobTemplateWithName ¶
GetIoTJobTemplateWithName retrieves all iot.JobTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTLoggingWithName ¶
GetIoTLoggingWithName retrieves all iot.Logging items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTMitigationActionWithName ¶
GetIoTMitigationActionWithName retrieves all iot.MitigationAction items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTPolicyPrincipalAttachmentWithName ¶
func (t *Template) GetIoTPolicyPrincipalAttachmentWithName(name string) (*iot.PolicyPrincipalAttachment[any], error)
GetIoTPolicyPrincipalAttachmentWithName retrieves all iot.PolicyPrincipalAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTPolicyWithName ¶
GetIoTPolicyWithName retrieves all iot.Policy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTProvisioningTemplateWithName ¶
func (t *Template) GetIoTProvisioningTemplateWithName(name string) (*iot.ProvisioningTemplate[any], error)
GetIoTProvisioningTemplateWithName retrieves all iot.ProvisioningTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTResourceSpecificLoggingWithName ¶
func (t *Template) GetIoTResourceSpecificLoggingWithName(name string) (*iot.ResourceSpecificLogging[any], error)
GetIoTResourceSpecificLoggingWithName retrieves all iot.ResourceSpecificLogging items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTRoleAliasWithName ¶
GetIoTRoleAliasWithName retrieves all iot.RoleAlias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTScheduledAuditWithName ¶
GetIoTScheduledAuditWithName retrieves all iot.ScheduledAudit items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSecurityProfileWithName ¶
GetIoTSecurityProfileWithName retrieves all iot.SecurityProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseAccessPolicyWithName ¶
func (t *Template) GetIoTSiteWiseAccessPolicyWithName(name string) (*iotsitewise.AccessPolicy[any], error)
GetIoTSiteWiseAccessPolicyWithName retrieves all iotsitewise.AccessPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseAssetModelWithName ¶
func (t *Template) GetIoTSiteWiseAssetModelWithName(name string) (*iotsitewise.AssetModel[any], error)
GetIoTSiteWiseAssetModelWithName retrieves all iotsitewise.AssetModel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseAssetWithName ¶
GetIoTSiteWiseAssetWithName retrieves all iotsitewise.Asset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseDashboardWithName ¶
func (t *Template) GetIoTSiteWiseDashboardWithName(name string) (*iotsitewise.Dashboard[any], error)
GetIoTSiteWiseDashboardWithName retrieves all iotsitewise.Dashboard items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseGatewayWithName ¶
GetIoTSiteWiseGatewayWithName retrieves all iotsitewise.Gateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWisePortalWithName ¶
GetIoTSiteWisePortalWithName retrieves all iotsitewise.Portal items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseProjectWithName ¶
GetIoTSiteWiseProjectWithName retrieves all iotsitewise.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSoftwarePackageVersionWithName ¶
func (t *Template) GetIoTSoftwarePackageVersionWithName(name string) (*iot.SoftwarePackageVersion[any], error)
GetIoTSoftwarePackageVersionWithName retrieves all iot.SoftwarePackageVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSoftwarePackageWithName ¶
GetIoTSoftwarePackageWithName retrieves all iot.SoftwarePackage items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTThingGroupWithName ¶
GetIoTThingGroupWithName retrieves all iot.ThingGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTThingPrincipalAttachmentWithName ¶
func (t *Template) GetIoTThingPrincipalAttachmentWithName(name string) (*iot.ThingPrincipalAttachment[any], error)
GetIoTThingPrincipalAttachmentWithName retrieves all iot.ThingPrincipalAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTThingTypeWithName ¶
GetIoTThingTypeWithName retrieves all iot.ThingType items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTThingWithName ¶
GetIoTThingWithName retrieves all iot.Thing items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTThingsGraphFlowTemplateWithName ¶
func (t *Template) GetIoTThingsGraphFlowTemplateWithName(name string) (*iotthingsgraph.FlowTemplate[any], error)
GetIoTThingsGraphFlowTemplateWithName retrieves all iotthingsgraph.FlowTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTTopicRuleDestinationWithName ¶
func (t *Template) GetIoTTopicRuleDestinationWithName(name string) (*iot.TopicRuleDestination[any], error)
GetIoTTopicRuleDestinationWithName retrieves all iot.TopicRuleDestination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTTopicRuleWithName ¶
GetIoTTopicRuleWithName retrieves all iot.TopicRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTTwinMakerComponentTypeWithName ¶
func (t *Template) GetIoTTwinMakerComponentTypeWithName(name string) (*iottwinmaker.ComponentType[any], error)
GetIoTTwinMakerComponentTypeWithName retrieves all iottwinmaker.ComponentType items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTTwinMakerEntityWithName ¶
GetIoTTwinMakerEntityWithName retrieves all iottwinmaker.Entity items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTTwinMakerSceneWithName ¶
GetIoTTwinMakerSceneWithName retrieves all iottwinmaker.Scene items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTTwinMakerSyncJobWithName ¶
GetIoTTwinMakerSyncJobWithName retrieves all iottwinmaker.SyncJob items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTTwinMakerWorkspaceWithName ¶
func (t *Template) GetIoTTwinMakerWorkspaceWithName(name string) (*iottwinmaker.Workspace[any], error)
GetIoTTwinMakerWorkspaceWithName retrieves all iottwinmaker.Workspace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessDestinationWithName ¶
func (t *Template) GetIoTWirelessDestinationWithName(name string) (*iotwireless.Destination[any], error)
GetIoTWirelessDestinationWithName retrieves all iotwireless.Destination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessDeviceProfileWithName ¶
func (t *Template) GetIoTWirelessDeviceProfileWithName(name string) (*iotwireless.DeviceProfile[any], error)
GetIoTWirelessDeviceProfileWithName retrieves all iotwireless.DeviceProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessFuotaTaskWithName ¶
func (t *Template) GetIoTWirelessFuotaTaskWithName(name string) (*iotwireless.FuotaTask[any], error)
GetIoTWirelessFuotaTaskWithName retrieves all iotwireless.FuotaTask items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessMulticastGroupWithName ¶
func (t *Template) GetIoTWirelessMulticastGroupWithName(name string) (*iotwireless.MulticastGroup[any], error)
GetIoTWirelessMulticastGroupWithName retrieves all iotwireless.MulticastGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessNetworkAnalyzerConfigurationWithName ¶
func (t *Template) GetIoTWirelessNetworkAnalyzerConfigurationWithName(name string) (*iotwireless.NetworkAnalyzerConfiguration[any], error)
GetIoTWirelessNetworkAnalyzerConfigurationWithName retrieves all iotwireless.NetworkAnalyzerConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessPartnerAccountWithName ¶
func (t *Template) GetIoTWirelessPartnerAccountWithName(name string) (*iotwireless.PartnerAccount[any], error)
GetIoTWirelessPartnerAccountWithName retrieves all iotwireless.PartnerAccount items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessServiceProfileWithName ¶
func (t *Template) GetIoTWirelessServiceProfileWithName(name string) (*iotwireless.ServiceProfile[any], error)
GetIoTWirelessServiceProfileWithName retrieves all iotwireless.ServiceProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessTaskDefinitionWithName ¶
func (t *Template) GetIoTWirelessTaskDefinitionWithName(name string) (*iotwireless.TaskDefinition[any], error)
GetIoTWirelessTaskDefinitionWithName retrieves all iotwireless.TaskDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessWirelessDeviceImportTaskWithName ¶
func (t *Template) GetIoTWirelessWirelessDeviceImportTaskWithName(name string) (*iotwireless.WirelessDeviceImportTask[any], error)
GetIoTWirelessWirelessDeviceImportTaskWithName retrieves all iotwireless.WirelessDeviceImportTask items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessWirelessDeviceWithName ¶
func (t *Template) GetIoTWirelessWirelessDeviceWithName(name string) (*iotwireless.WirelessDevice[any], error)
GetIoTWirelessWirelessDeviceWithName retrieves all iotwireless.WirelessDevice items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessWirelessGatewayWithName ¶
func (t *Template) GetIoTWirelessWirelessGatewayWithName(name string) (*iotwireless.WirelessGateway[any], error)
GetIoTWirelessWirelessGatewayWithName retrieves all iotwireless.WirelessGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKMSAliasWithName ¶
GetKMSAliasWithName retrieves all kms.Alias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKMSKeyWithName ¶
GetKMSKeyWithName retrieves all kms.Key items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKMSReplicaKeyWithName ¶
GetKMSReplicaKeyWithName retrieves all kms.ReplicaKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKafkaConnectConnectorWithName ¶
func (t *Template) GetKafkaConnectConnectorWithName(name string) (*kafkaconnect.Connector[any], error)
GetKafkaConnectConnectorWithName retrieves all kafkaconnect.Connector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKendraDataSourceWithName ¶
GetKendraDataSourceWithName retrieves all kendra.DataSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKendraFaqWithName ¶
GetKendraFaqWithName retrieves all kendra.Faq items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKendraIndexWithName ¶
GetKendraIndexWithName retrieves all kendra.Index items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKendraRankingExecutionPlanWithName ¶
func (t *Template) GetKendraRankingExecutionPlanWithName(name string) (*kendraranking.ExecutionPlan[any], error)
GetKendraRankingExecutionPlanWithName retrieves all kendraranking.ExecutionPlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsApplicationOutputWithName ¶
func (t *Template) GetKinesisAnalyticsApplicationOutputWithName(name string) (*kinesisanalytics.ApplicationOutput[any], error)
GetKinesisAnalyticsApplicationOutputWithName retrieves all kinesisanalytics.ApplicationOutput items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsApplicationReferenceDataSourceWithName ¶
func (t *Template) GetKinesisAnalyticsApplicationReferenceDataSourceWithName(name string) (*kinesisanalytics.ApplicationReferenceDataSource[any], error)
GetKinesisAnalyticsApplicationReferenceDataSourceWithName retrieves all kinesisanalytics.ApplicationReferenceDataSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsApplicationWithName ¶
func (t *Template) GetKinesisAnalyticsApplicationWithName(name string) (*kinesisanalytics.Application[any], error)
GetKinesisAnalyticsApplicationWithName retrieves all kinesisanalytics.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionWithName ¶
func (t *Template) GetKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionWithName(name string) (*kinesisanalyticsv2.ApplicationCloudWatchLoggingOption[any], error)
GetKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionWithName retrieves all kinesisanalyticsv2.ApplicationCloudWatchLoggingOption items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsV2ApplicationOutputWithName ¶
func (t *Template) GetKinesisAnalyticsV2ApplicationOutputWithName(name string) (*kinesisanalyticsv2.ApplicationOutput[any], error)
GetKinesisAnalyticsV2ApplicationOutputWithName retrieves all kinesisanalyticsv2.ApplicationOutput items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsV2ApplicationReferenceDataSourceWithName ¶
func (t *Template) GetKinesisAnalyticsV2ApplicationReferenceDataSourceWithName(name string) (*kinesisanalyticsv2.ApplicationReferenceDataSource[any], error)
GetKinesisAnalyticsV2ApplicationReferenceDataSourceWithName retrieves all kinesisanalyticsv2.ApplicationReferenceDataSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsV2ApplicationWithName ¶
func (t *Template) GetKinesisAnalyticsV2ApplicationWithName(name string) (*kinesisanalyticsv2.Application[any], error)
GetKinesisAnalyticsV2ApplicationWithName retrieves all kinesisanalyticsv2.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisFirehoseDeliveryStreamWithName ¶
func (t *Template) GetKinesisFirehoseDeliveryStreamWithName(name string) (*kinesisfirehose.DeliveryStream[any], error)
GetKinesisFirehoseDeliveryStreamWithName retrieves all kinesisfirehose.DeliveryStream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisStreamConsumerWithName ¶
func (t *Template) GetKinesisStreamConsumerWithName(name string) (*kinesis.StreamConsumer[any], error)
GetKinesisStreamConsumerWithName retrieves all kinesis.StreamConsumer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisStreamWithName ¶
GetKinesisStreamWithName retrieves all kinesis.Stream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisVideoSignalingChannelWithName ¶
func (t *Template) GetKinesisVideoSignalingChannelWithName(name string) (*kinesisvideo.SignalingChannel[any], error)
GetKinesisVideoSignalingChannelWithName retrieves all kinesisvideo.SignalingChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisVideoStreamWithName ¶
GetKinesisVideoStreamWithName retrieves all kinesisvideo.Stream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLakeFormationDataCellsFilterWithName ¶
func (t *Template) GetLakeFormationDataCellsFilterWithName(name string) (*lakeformation.DataCellsFilter[any], error)
GetLakeFormationDataCellsFilterWithName retrieves all lakeformation.DataCellsFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLakeFormationDataLakeSettingsWithName ¶
func (t *Template) GetLakeFormationDataLakeSettingsWithName(name string) (*lakeformation.DataLakeSettings[any], error)
GetLakeFormationDataLakeSettingsWithName retrieves all lakeformation.DataLakeSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLakeFormationPermissionsWithName ¶
func (t *Template) GetLakeFormationPermissionsWithName(name string) (*lakeformation.Permissions[any], error)
GetLakeFormationPermissionsWithName retrieves all lakeformation.Permissions items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLakeFormationPrincipalPermissionsWithName ¶
func (t *Template) GetLakeFormationPrincipalPermissionsWithName(name string) (*lakeformation.PrincipalPermissions[any], error)
GetLakeFormationPrincipalPermissionsWithName retrieves all lakeformation.PrincipalPermissions items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLakeFormationResourceWithName ¶
func (t *Template) GetLakeFormationResourceWithName(name string) (*lakeformation.Resource[any], error)
GetLakeFormationResourceWithName retrieves all lakeformation.Resource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLakeFormationTagAssociationWithName ¶
func (t *Template) GetLakeFormationTagAssociationWithName(name string) (*lakeformation.TagAssociation[any], error)
GetLakeFormationTagAssociationWithName retrieves all lakeformation.TagAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLakeFormationTagWithName ¶
GetLakeFormationTagWithName retrieves all lakeformation.Tag items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaAliasWithName ¶
GetLambdaAliasWithName retrieves all lambda.Alias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaCodeSigningConfigWithName ¶
func (t *Template) GetLambdaCodeSigningConfigWithName(name string) (*lambda.CodeSigningConfig[any], error)
GetLambdaCodeSigningConfigWithName retrieves all lambda.CodeSigningConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaEventInvokeConfigWithName ¶
func (t *Template) GetLambdaEventInvokeConfigWithName(name string) (*lambda.EventInvokeConfig[any], error)
GetLambdaEventInvokeConfigWithName retrieves all lambda.EventInvokeConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaEventSourceMappingWithName ¶
func (t *Template) GetLambdaEventSourceMappingWithName(name string) (*lambda.EventSourceMapping[any], error)
GetLambdaEventSourceMappingWithName retrieves all lambda.EventSourceMapping items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaFunctionWithName ¶
GetLambdaFunctionWithName retrieves all lambda.Function items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaLayerVersionPermissionWithName ¶
func (t *Template) GetLambdaLayerVersionPermissionWithName(name string) (*lambda.LayerVersionPermission[any], error)
GetLambdaLayerVersionPermissionWithName retrieves all lambda.LayerVersionPermission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaLayerVersionWithName ¶
GetLambdaLayerVersionWithName retrieves all lambda.LayerVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaPermissionWithName ¶
GetLambdaPermissionWithName retrieves all lambda.Permission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaUrlWithName ¶
GetLambdaUrlWithName retrieves all lambda.Url items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaVersionWithName ¶
GetLambdaVersionWithName retrieves all lambda.Version items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLexBotAliasWithName ¶
GetLexBotAliasWithName retrieves all lex.BotAlias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLexBotVersionWithName ¶
GetLexBotVersionWithName retrieves all lex.BotVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLexBotWithName ¶
GetLexBotWithName retrieves all lex.Bot items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLexResourcePolicyWithName ¶
GetLexResourcePolicyWithName retrieves all lex.ResourcePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLicenseManagerGrantWithName ¶
GetLicenseManagerGrantWithName retrieves all licensemanager.Grant items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLicenseManagerLicenseWithName ¶
func (t *Template) GetLicenseManagerLicenseWithName(name string) (*licensemanager.License[any], error)
GetLicenseManagerLicenseWithName retrieves all licensemanager.License items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailAlarmWithName ¶
GetLightsailAlarmWithName retrieves all lightsail.Alarm items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailBucketWithName ¶
GetLightsailBucketWithName retrieves all lightsail.Bucket items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailCertificateWithName ¶
func (t *Template) GetLightsailCertificateWithName(name string) (*lightsail.Certificate[any], error)
GetLightsailCertificateWithName retrieves all lightsail.Certificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailContainerWithName ¶
GetLightsailContainerWithName retrieves all lightsail.Container items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailDatabaseWithName ¶
GetLightsailDatabaseWithName retrieves all lightsail.Database items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailDiskWithName ¶
GetLightsailDiskWithName retrieves all lightsail.Disk items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailDistributionWithName ¶
func (t *Template) GetLightsailDistributionWithName(name string) (*lightsail.Distribution[any], error)
GetLightsailDistributionWithName retrieves all lightsail.Distribution items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailInstanceWithName ¶
GetLightsailInstanceWithName retrieves all lightsail.Instance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailLoadBalancerTlsCertificateWithName ¶
func (t *Template) GetLightsailLoadBalancerTlsCertificateWithName(name string) (*lightsail.LoadBalancerTlsCertificate[any], error)
GetLightsailLoadBalancerTlsCertificateWithName retrieves all lightsail.LoadBalancerTlsCertificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailLoadBalancerWithName ¶
func (t *Template) GetLightsailLoadBalancerWithName(name string) (*lightsail.LoadBalancer[any], error)
GetLightsailLoadBalancerWithName retrieves all lightsail.LoadBalancer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailStaticIpWithName ¶
GetLightsailStaticIpWithName retrieves all lightsail.StaticIp items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationGeofenceCollectionWithName ¶
func (t *Template) GetLocationGeofenceCollectionWithName(name string) (*location.GeofenceCollection[any], error)
GetLocationGeofenceCollectionWithName retrieves all location.GeofenceCollection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationMapWithName ¶
GetLocationMapWithName retrieves all location.Map items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationPlaceIndexWithName ¶
GetLocationPlaceIndexWithName retrieves all location.PlaceIndex items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationRouteCalculatorWithName ¶
func (t *Template) GetLocationRouteCalculatorWithName(name string) (*location.RouteCalculator[any], error)
GetLocationRouteCalculatorWithName retrieves all location.RouteCalculator items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationTrackerConsumerWithName ¶
func (t *Template) GetLocationTrackerConsumerWithName(name string) (*location.TrackerConsumer[any], error)
GetLocationTrackerConsumerWithName retrieves all location.TrackerConsumer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationTrackerWithName ¶
GetLocationTrackerWithName retrieves all location.Tracker items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsAccountPolicyWithName ¶
GetLogsAccountPolicyWithName retrieves all logs.AccountPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsDestinationWithName ¶
GetLogsDestinationWithName retrieves all logs.Destination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsLogGroupWithName ¶
GetLogsLogGroupWithName retrieves all logs.LogGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsLogStreamWithName ¶
GetLogsLogStreamWithName retrieves all logs.LogStream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsMetricFilterWithName ¶
GetLogsMetricFilterWithName retrieves all logs.MetricFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsQueryDefinitionWithName ¶
GetLogsQueryDefinitionWithName retrieves all logs.QueryDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsResourcePolicyWithName ¶
GetLogsResourcePolicyWithName retrieves all logs.ResourcePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsSubscriptionFilterWithName ¶
func (t *Template) GetLogsSubscriptionFilterWithName(name string) (*logs.SubscriptionFilter[any], error)
GetLogsSubscriptionFilterWithName retrieves all logs.SubscriptionFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLookoutEquipmentInferenceSchedulerWithName ¶
func (t *Template) GetLookoutEquipmentInferenceSchedulerWithName(name string) (*lookoutequipment.InferenceScheduler[any], error)
GetLookoutEquipmentInferenceSchedulerWithName retrieves all lookoutequipment.InferenceScheduler items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLookoutMetricsAlertWithName ¶
GetLookoutMetricsAlertWithName retrieves all lookoutmetrics.Alert items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLookoutMetricsAnomalyDetectorWithName ¶
func (t *Template) GetLookoutMetricsAnomalyDetectorWithName(name string) (*lookoutmetrics.AnomalyDetector[any], error)
GetLookoutMetricsAnomalyDetectorWithName retrieves all lookoutmetrics.AnomalyDetector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLookoutVisionProjectWithName ¶
func (t *Template) GetLookoutVisionProjectWithName(name string) (*lookoutvision.Project[any], error)
GetLookoutVisionProjectWithName retrieves all lookoutvision.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetM2ApplicationWithName ¶
GetM2ApplicationWithName retrieves all m2.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetM2EnvironmentWithName ¶
GetM2EnvironmentWithName retrieves all m2.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMSKBatchScramSecretWithName ¶
GetMSKBatchScramSecretWithName retrieves all msk.BatchScramSecret items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMSKClusterPolicyWithName ¶
GetMSKClusterPolicyWithName retrieves all msk.ClusterPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMSKClusterWithName ¶
GetMSKClusterWithName retrieves all msk.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMSKConfigurationWithName ¶
GetMSKConfigurationWithName retrieves all msk.Configuration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMSKReplicatorWithName ¶
GetMSKReplicatorWithName retrieves all msk.Replicator items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMSKServerlessClusterWithName ¶
func (t *Template) GetMSKServerlessClusterWithName(name string) (*msk.ServerlessCluster[any], error)
GetMSKServerlessClusterWithName retrieves all msk.ServerlessCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMSKVpcConnectionWithName ¶
GetMSKVpcConnectionWithName retrieves all msk.VpcConnection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMWAAEnvironmentWithName ¶
GetMWAAEnvironmentWithName retrieves all mwaa.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMacieAllowListWithName ¶
GetMacieAllowListWithName retrieves all macie.AllowList items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMacieCustomDataIdentifierWithName ¶
func (t *Template) GetMacieCustomDataIdentifierWithName(name string) (*macie.CustomDataIdentifier[any], error)
GetMacieCustomDataIdentifierWithName retrieves all macie.CustomDataIdentifier items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMacieFindingsFilterWithName ¶
GetMacieFindingsFilterWithName retrieves all macie.FindingsFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMacieSessionWithName ¶
GetMacieSessionWithName retrieves all macie.Session items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetManagedBlockchainAccessorWithName ¶
func (t *Template) GetManagedBlockchainAccessorWithName(name string) (*managedblockchain.Accessor[any], error)
GetManagedBlockchainAccessorWithName retrieves all managedblockchain.Accessor items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetManagedBlockchainMemberWithName ¶
func (t *Template) GetManagedBlockchainMemberWithName(name string) (*managedblockchain.Member[any], error)
GetManagedBlockchainMemberWithName retrieves all managedblockchain.Member items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetManagedBlockchainNodeWithName ¶
func (t *Template) GetManagedBlockchainNodeWithName(name string) (*managedblockchain.Node[any], error)
GetManagedBlockchainNodeWithName retrieves all managedblockchain.Node items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectBridgeOutputWithName ¶
func (t *Template) GetMediaConnectBridgeOutputWithName(name string) (*mediaconnect.BridgeOutput[any], error)
GetMediaConnectBridgeOutputWithName retrieves all mediaconnect.BridgeOutput items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectBridgeSourceWithName ¶
func (t *Template) GetMediaConnectBridgeSourceWithName(name string) (*mediaconnect.BridgeSource[any], error)
GetMediaConnectBridgeSourceWithName retrieves all mediaconnect.BridgeSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectBridgeWithName ¶
GetMediaConnectBridgeWithName retrieves all mediaconnect.Bridge items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectFlowEntitlementWithName ¶
func (t *Template) GetMediaConnectFlowEntitlementWithName(name string) (*mediaconnect.FlowEntitlement[any], error)
GetMediaConnectFlowEntitlementWithName retrieves all mediaconnect.FlowEntitlement items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectFlowOutputWithName ¶
func (t *Template) GetMediaConnectFlowOutputWithName(name string) (*mediaconnect.FlowOutput[any], error)
GetMediaConnectFlowOutputWithName retrieves all mediaconnect.FlowOutput items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectFlowSourceWithName ¶
func (t *Template) GetMediaConnectFlowSourceWithName(name string) (*mediaconnect.FlowSource[any], error)
GetMediaConnectFlowSourceWithName retrieves all mediaconnect.FlowSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectFlowVpcInterfaceWithName ¶
func (t *Template) GetMediaConnectFlowVpcInterfaceWithName(name string) (*mediaconnect.FlowVpcInterface[any], error)
GetMediaConnectFlowVpcInterfaceWithName retrieves all mediaconnect.FlowVpcInterface items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectFlowWithName ¶
GetMediaConnectFlowWithName retrieves all mediaconnect.Flow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectGatewayWithName ¶
GetMediaConnectGatewayWithName retrieves all mediaconnect.Gateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConvertJobTemplateWithName ¶
func (t *Template) GetMediaConvertJobTemplateWithName(name string) (*mediaconvert.JobTemplate[any], error)
GetMediaConvertJobTemplateWithName retrieves all mediaconvert.JobTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConvertPresetWithName ¶
GetMediaConvertPresetWithName retrieves all mediaconvert.Preset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConvertQueueWithName ¶
GetMediaConvertQueueWithName retrieves all mediaconvert.Queue items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaLiveChannelWithName ¶
GetMediaLiveChannelWithName retrieves all medialive.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaLiveInputSecurityGroupWithName ¶
func (t *Template) GetMediaLiveInputSecurityGroupWithName(name string) (*medialive.InputSecurityGroup[any], error)
GetMediaLiveInputSecurityGroupWithName retrieves all medialive.InputSecurityGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaLiveInputWithName ¶
GetMediaLiveInputWithName retrieves all medialive.Input items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaLiveMultiplexWithName ¶
GetMediaLiveMultiplexWithName retrieves all medialive.Multiplex items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaLiveMultiplexprogramWithName ¶
func (t *Template) GetMediaLiveMultiplexprogramWithName(name string) (*medialive.Multiplexprogram[any], error)
GetMediaLiveMultiplexprogramWithName retrieves all medialive.Multiplexprogram items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageAssetWithName ¶
GetMediaPackageAssetWithName retrieves all mediapackage.Asset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageChannelWithName ¶
GetMediaPackageChannelWithName retrieves all mediapackage.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageOriginEndpointWithName ¶
func (t *Template) GetMediaPackageOriginEndpointWithName(name string) (*mediapackage.OriginEndpoint[any], error)
GetMediaPackageOriginEndpointWithName retrieves all mediapackage.OriginEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackagePackagingConfigurationWithName ¶
func (t *Template) GetMediaPackagePackagingConfigurationWithName(name string) (*mediapackage.PackagingConfiguration[any], error)
GetMediaPackagePackagingConfigurationWithName retrieves all mediapackage.PackagingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackagePackagingGroupWithName ¶
func (t *Template) GetMediaPackagePackagingGroupWithName(name string) (*mediapackage.PackagingGroup[any], error)
GetMediaPackagePackagingGroupWithName retrieves all mediapackage.PackagingGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageV2ChannelGroupWithName ¶
func (t *Template) GetMediaPackageV2ChannelGroupWithName(name string) (*mediapackagev2.ChannelGroup[any], error)
GetMediaPackageV2ChannelGroupWithName retrieves all mediapackagev2.ChannelGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageV2ChannelPolicyWithName ¶
func (t *Template) GetMediaPackageV2ChannelPolicyWithName(name string) (*mediapackagev2.ChannelPolicy[any], error)
GetMediaPackageV2ChannelPolicyWithName retrieves all mediapackagev2.ChannelPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageV2ChannelWithName ¶
func (t *Template) GetMediaPackageV2ChannelWithName(name string) (*mediapackagev2.Channel[any], error)
GetMediaPackageV2ChannelWithName retrieves all mediapackagev2.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageV2OriginEndpointPolicyWithName ¶
func (t *Template) GetMediaPackageV2OriginEndpointPolicyWithName(name string) (*mediapackagev2.OriginEndpointPolicy[any], error)
GetMediaPackageV2OriginEndpointPolicyWithName retrieves all mediapackagev2.OriginEndpointPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageV2OriginEndpointWithName ¶
func (t *Template) GetMediaPackageV2OriginEndpointWithName(name string) (*mediapackagev2.OriginEndpoint[any], error)
GetMediaPackageV2OriginEndpointWithName retrieves all mediapackagev2.OriginEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaStoreContainerWithName ¶
GetMediaStoreContainerWithName retrieves all mediastore.Container items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaTailorChannelPolicyWithName ¶
func (t *Template) GetMediaTailorChannelPolicyWithName(name string) (*mediatailor.ChannelPolicy[any], error)
GetMediaTailorChannelPolicyWithName retrieves all mediatailor.ChannelPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaTailorChannelWithName ¶
GetMediaTailorChannelWithName retrieves all mediatailor.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaTailorLiveSourceWithName ¶
func (t *Template) GetMediaTailorLiveSourceWithName(name string) (*mediatailor.LiveSource[any], error)
GetMediaTailorLiveSourceWithName retrieves all mediatailor.LiveSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaTailorPlaybackConfigurationWithName ¶
func (t *Template) GetMediaTailorPlaybackConfigurationWithName(name string) (*mediatailor.PlaybackConfiguration[any], error)
GetMediaTailorPlaybackConfigurationWithName retrieves all mediatailor.PlaybackConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaTailorSourceLocationWithName ¶
func (t *Template) GetMediaTailorSourceLocationWithName(name string) (*mediatailor.SourceLocation[any], error)
GetMediaTailorSourceLocationWithName retrieves all mediatailor.SourceLocation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaTailorVodSourceWithName ¶
func (t *Template) GetMediaTailorVodSourceWithName(name string) (*mediatailor.VodSource[any], error)
GetMediaTailorVodSourceWithName retrieves all mediatailor.VodSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMemoryDBACLWithName ¶
GetMemoryDBACLWithName retrieves all memorydb.ACL items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMemoryDBClusterWithName ¶
GetMemoryDBClusterWithName retrieves all memorydb.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMemoryDBParameterGroupWithName ¶
func (t *Template) GetMemoryDBParameterGroupWithName(name string) (*memorydb.ParameterGroup[any], error)
GetMemoryDBParameterGroupWithName retrieves all memorydb.ParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMemoryDBSubnetGroupWithName ¶
GetMemoryDBSubnetGroupWithName retrieves all memorydb.SubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMemoryDBUserWithName ¶
GetMemoryDBUserWithName retrieves all memorydb.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNeptuneDBClusterParameterGroupWithName ¶
func (t *Template) GetNeptuneDBClusterParameterGroupWithName(name string) (*neptune.DBClusterParameterGroup[any], error)
GetNeptuneDBClusterParameterGroupWithName retrieves all neptune.DBClusterParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNeptuneDBClusterWithName ¶
GetNeptuneDBClusterWithName retrieves all neptune.DBCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNeptuneDBInstanceWithName ¶
GetNeptuneDBInstanceWithName retrieves all neptune.DBInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNeptuneDBParameterGroupWithName ¶
func (t *Template) GetNeptuneDBParameterGroupWithName(name string) (*neptune.DBParameterGroup[any], error)
GetNeptuneDBParameterGroupWithName retrieves all neptune.DBParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNeptuneDBSubnetGroupWithName ¶
func (t *Template) GetNeptuneDBSubnetGroupWithName(name string) (*neptune.DBSubnetGroup[any], error)
GetNeptuneDBSubnetGroupWithName retrieves all neptune.DBSubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkFirewallFirewallPolicyWithName ¶
func (t *Template) GetNetworkFirewallFirewallPolicyWithName(name string) (*networkfirewall.FirewallPolicy[any], error)
GetNetworkFirewallFirewallPolicyWithName retrieves all networkfirewall.FirewallPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkFirewallFirewallWithName ¶
func (t *Template) GetNetworkFirewallFirewallWithName(name string) (*networkfirewall.Firewall[any], error)
GetNetworkFirewallFirewallWithName retrieves all networkfirewall.Firewall items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkFirewallLoggingConfigurationWithName ¶
func (t *Template) GetNetworkFirewallLoggingConfigurationWithName(name string) (*networkfirewall.LoggingConfiguration[any], error)
GetNetworkFirewallLoggingConfigurationWithName retrieves all networkfirewall.LoggingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkFirewallRuleGroupWithName ¶
func (t *Template) GetNetworkFirewallRuleGroupWithName(name string) (*networkfirewall.RuleGroup[any], error)
GetNetworkFirewallRuleGroupWithName retrieves all networkfirewall.RuleGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerConnectAttachmentWithName ¶
func (t *Template) GetNetworkManagerConnectAttachmentWithName(name string) (*networkmanager.ConnectAttachment[any], error)
GetNetworkManagerConnectAttachmentWithName retrieves all networkmanager.ConnectAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerConnectPeerWithName ¶
func (t *Template) GetNetworkManagerConnectPeerWithName(name string) (*networkmanager.ConnectPeer[any], error)
GetNetworkManagerConnectPeerWithName retrieves all networkmanager.ConnectPeer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerCoreNetworkWithName ¶
func (t *Template) GetNetworkManagerCoreNetworkWithName(name string) (*networkmanager.CoreNetwork[any], error)
GetNetworkManagerCoreNetworkWithName retrieves all networkmanager.CoreNetwork items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerCustomerGatewayAssociationWithName ¶
func (t *Template) GetNetworkManagerCustomerGatewayAssociationWithName(name string) (*networkmanager.CustomerGatewayAssociation[any], error)
GetNetworkManagerCustomerGatewayAssociationWithName retrieves all networkmanager.CustomerGatewayAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerDeviceWithName ¶
func (t *Template) GetNetworkManagerDeviceWithName(name string) (*networkmanager.Device[any], error)
GetNetworkManagerDeviceWithName retrieves all networkmanager.Device items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerGlobalNetworkWithName ¶
func (t *Template) GetNetworkManagerGlobalNetworkWithName(name string) (*networkmanager.GlobalNetwork[any], error)
GetNetworkManagerGlobalNetworkWithName retrieves all networkmanager.GlobalNetwork items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerLinkAssociationWithName ¶
func (t *Template) GetNetworkManagerLinkAssociationWithName(name string) (*networkmanager.LinkAssociation[any], error)
GetNetworkManagerLinkAssociationWithName retrieves all networkmanager.LinkAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerLinkWithName ¶
GetNetworkManagerLinkWithName retrieves all networkmanager.Link items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerSiteToSiteVpnAttachmentWithName ¶
func (t *Template) GetNetworkManagerSiteToSiteVpnAttachmentWithName(name string) (*networkmanager.SiteToSiteVpnAttachment[any], error)
GetNetworkManagerSiteToSiteVpnAttachmentWithName retrieves all networkmanager.SiteToSiteVpnAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerSiteWithName ¶
GetNetworkManagerSiteWithName retrieves all networkmanager.Site items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerTransitGatewayPeeringWithName ¶
func (t *Template) GetNetworkManagerTransitGatewayPeeringWithName(name string) (*networkmanager.TransitGatewayPeering[any], error)
GetNetworkManagerTransitGatewayPeeringWithName retrieves all networkmanager.TransitGatewayPeering items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerTransitGatewayRegistrationWithName ¶
func (t *Template) GetNetworkManagerTransitGatewayRegistrationWithName(name string) (*networkmanager.TransitGatewayRegistration[any], error)
GetNetworkManagerTransitGatewayRegistrationWithName retrieves all networkmanager.TransitGatewayRegistration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerTransitGatewayRouteTableAttachmentWithName ¶
func (t *Template) GetNetworkManagerTransitGatewayRouteTableAttachmentWithName(name string) (*networkmanager.TransitGatewayRouteTableAttachment[any], error)
GetNetworkManagerTransitGatewayRouteTableAttachmentWithName retrieves all networkmanager.TransitGatewayRouteTableAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerVpcAttachmentWithName ¶
func (t *Template) GetNetworkManagerVpcAttachmentWithName(name string) (*networkmanager.VpcAttachment[any], error)
GetNetworkManagerVpcAttachmentWithName retrieves all networkmanager.VpcAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNimbleStudioLaunchProfileWithName ¶
func (t *Template) GetNimbleStudioLaunchProfileWithName(name string) (*nimblestudio.LaunchProfile[any], error)
GetNimbleStudioLaunchProfileWithName retrieves all nimblestudio.LaunchProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNimbleStudioStreamingImageWithName ¶
func (t *Template) GetNimbleStudioStreamingImageWithName(name string) (*nimblestudio.StreamingImage[any], error)
GetNimbleStudioStreamingImageWithName retrieves all nimblestudio.StreamingImage items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNimbleStudioStudioComponentWithName ¶
func (t *Template) GetNimbleStudioStudioComponentWithName(name string) (*nimblestudio.StudioComponent[any], error)
GetNimbleStudioStudioComponentWithName retrieves all nimblestudio.StudioComponent items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNimbleStudioStudioWithName ¶
GetNimbleStudioStudioWithName retrieves all nimblestudio.Studio items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOSISPipelineWithName ¶
GetOSISPipelineWithName retrieves all osis.Pipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOamLinkWithName ¶
GetOamLinkWithName retrieves all oam.Link items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOamSinkWithName ¶
GetOamSinkWithName retrieves all oam.Sink items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOmicsAnnotationStoreWithName ¶
func (t *Template) GetOmicsAnnotationStoreWithName(name string) (*omics.AnnotationStore[any], error)
GetOmicsAnnotationStoreWithName retrieves all omics.AnnotationStore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOmicsReferenceStoreWithName ¶
GetOmicsReferenceStoreWithName retrieves all omics.ReferenceStore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOmicsRunGroupWithName ¶
GetOmicsRunGroupWithName retrieves all omics.RunGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOmicsSequenceStoreWithName ¶
GetOmicsSequenceStoreWithName retrieves all omics.SequenceStore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOmicsVariantStoreWithName ¶
GetOmicsVariantStoreWithName retrieves all omics.VariantStore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOmicsWorkflowWithName ¶
GetOmicsWorkflowWithName retrieves all omics.Workflow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpenSearchServerlessAccessPolicyWithName ¶
func (t *Template) GetOpenSearchServerlessAccessPolicyWithName(name string) (*opensearchserverless.AccessPolicy[any], error)
GetOpenSearchServerlessAccessPolicyWithName retrieves all opensearchserverless.AccessPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpenSearchServerlessCollectionWithName ¶
func (t *Template) GetOpenSearchServerlessCollectionWithName(name string) (*opensearchserverless.Collection[any], error)
GetOpenSearchServerlessCollectionWithName retrieves all opensearchserverless.Collection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpenSearchServerlessSecurityConfigWithName ¶
func (t *Template) GetOpenSearchServerlessSecurityConfigWithName(name string) (*opensearchserverless.SecurityConfig[any], error)
GetOpenSearchServerlessSecurityConfigWithName retrieves all opensearchserverless.SecurityConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpenSearchServerlessSecurityPolicyWithName ¶
func (t *Template) GetOpenSearchServerlessSecurityPolicyWithName(name string) (*opensearchserverless.SecurityPolicy[any], error)
GetOpenSearchServerlessSecurityPolicyWithName retrieves all opensearchserverless.SecurityPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpenSearchServerlessVpcEndpointWithName ¶
func (t *Template) GetOpenSearchServerlessVpcEndpointWithName(name string) (*opensearchserverless.VpcEndpoint[any], error)
GetOpenSearchServerlessVpcEndpointWithName retrieves all opensearchserverless.VpcEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpenSearchServiceDomainWithName ¶
func (t *Template) GetOpenSearchServiceDomainWithName(name string) (*opensearchservice.Domain[any], error)
GetOpenSearchServiceDomainWithName retrieves all opensearchservice.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksAppWithName ¶
GetOpsWorksAppWithName retrieves all opsworks.App items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksCMServerWithName ¶
GetOpsWorksCMServerWithName retrieves all opsworkscm.Server items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksElasticLoadBalancerAttachmentWithName ¶
func (t *Template) GetOpsWorksElasticLoadBalancerAttachmentWithName(name string) (*opsworks.ElasticLoadBalancerAttachment[any], error)
GetOpsWorksElasticLoadBalancerAttachmentWithName retrieves all opsworks.ElasticLoadBalancerAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksInstanceWithName ¶
GetOpsWorksInstanceWithName retrieves all opsworks.Instance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksLayerWithName ¶
GetOpsWorksLayerWithName retrieves all opsworks.Layer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksStackWithName ¶
GetOpsWorksStackWithName retrieves all opsworks.Stack items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksUserProfileWithName ¶
GetOpsWorksUserProfileWithName retrieves all opsworks.UserProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksVolumeWithName ¶
GetOpsWorksVolumeWithName retrieves all opsworks.Volume items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOrganizationsAccountWithName ¶
func (t *Template) GetOrganizationsAccountWithName(name string) (*organizations.Account[any], error)
GetOrganizationsAccountWithName retrieves all organizations.Account items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOrganizationsOrganizationWithName ¶
func (t *Template) GetOrganizationsOrganizationWithName(name string) (*organizations.Organization[any], error)
GetOrganizationsOrganizationWithName retrieves all organizations.Organization items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOrganizationsOrganizationalUnitWithName ¶
func (t *Template) GetOrganizationsOrganizationalUnitWithName(name string) (*organizations.OrganizationalUnit[any], error)
GetOrganizationsOrganizationalUnitWithName retrieves all organizations.OrganizationalUnit items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOrganizationsPolicyWithName ¶
GetOrganizationsPolicyWithName retrieves all organizations.Policy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOrganizationsResourcePolicyWithName ¶
func (t *Template) GetOrganizationsResourcePolicyWithName(name string) (*organizations.ResourcePolicy[any], error)
GetOrganizationsResourcePolicyWithName retrieves all organizations.ResourcePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPCAConnectorADConnectorWithName ¶
func (t *Template) GetPCAConnectorADConnectorWithName(name string) (*pcaconnectorad.Connector[any], error)
GetPCAConnectorADConnectorWithName retrieves all pcaconnectorad.Connector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPCAConnectorADDirectoryRegistrationWithName ¶
func (t *Template) GetPCAConnectorADDirectoryRegistrationWithName(name string) (*pcaconnectorad.DirectoryRegistration[any], error)
GetPCAConnectorADDirectoryRegistrationWithName retrieves all pcaconnectorad.DirectoryRegistration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPCAConnectorADServicePrincipalNameWithName ¶
func (t *Template) GetPCAConnectorADServicePrincipalNameWithName(name string) (*pcaconnectorad.ServicePrincipalName[any], error)
GetPCAConnectorADServicePrincipalNameWithName retrieves all pcaconnectorad.ServicePrincipalName items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPCAConnectorADTemplateGroupAccessControlEntryWithName ¶
func (t *Template) GetPCAConnectorADTemplateGroupAccessControlEntryWithName(name string) (*pcaconnectorad.TemplateGroupAccessControlEntry[any], error)
GetPCAConnectorADTemplateGroupAccessControlEntryWithName retrieves all pcaconnectorad.TemplateGroupAccessControlEntry items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPCAConnectorADTemplateWithName ¶
func (t *Template) GetPCAConnectorADTemplateWithName(name string) (*pcaconnectorad.Template[any], error)
GetPCAConnectorADTemplateWithName retrieves all pcaconnectorad.Template items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPanoramaApplicationInstanceWithName ¶
func (t *Template) GetPanoramaApplicationInstanceWithName(name string) (*panorama.ApplicationInstance[any], error)
GetPanoramaApplicationInstanceWithName retrieves all panorama.ApplicationInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPanoramaPackageVersionWithName ¶
func (t *Template) GetPanoramaPackageVersionWithName(name string) (*panorama.PackageVersion[any], error)
GetPanoramaPackageVersionWithName retrieves all panorama.PackageVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPanoramaPackageWithName ¶
GetPanoramaPackageWithName retrieves all panorama.Package items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPersonalizeDatasetGroupWithName ¶
func (t *Template) GetPersonalizeDatasetGroupWithName(name string) (*personalize.DatasetGroup[any], error)
GetPersonalizeDatasetGroupWithName retrieves all personalize.DatasetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPersonalizeDatasetWithName ¶
GetPersonalizeDatasetWithName retrieves all personalize.Dataset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPersonalizeSchemaWithName ¶
GetPersonalizeSchemaWithName retrieves all personalize.Schema items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPersonalizeSolutionWithName ¶
GetPersonalizeSolutionWithName retrieves all personalize.Solution items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointADMChannelWithName ¶
GetPinpointADMChannelWithName retrieves all pinpoint.ADMChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointAPNSChannelWithName ¶
GetPinpointAPNSChannelWithName retrieves all pinpoint.APNSChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointAPNSSandboxChannelWithName ¶
func (t *Template) GetPinpointAPNSSandboxChannelWithName(name string) (*pinpoint.APNSSandboxChannel[any], error)
GetPinpointAPNSSandboxChannelWithName retrieves all pinpoint.APNSSandboxChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointAPNSVoipChannelWithName ¶
func (t *Template) GetPinpointAPNSVoipChannelWithName(name string) (*pinpoint.APNSVoipChannel[any], error)
GetPinpointAPNSVoipChannelWithName retrieves all pinpoint.APNSVoipChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointAPNSVoipSandboxChannelWithName ¶
func (t *Template) GetPinpointAPNSVoipSandboxChannelWithName(name string) (*pinpoint.APNSVoipSandboxChannel[any], error)
GetPinpointAPNSVoipSandboxChannelWithName retrieves all pinpoint.APNSVoipSandboxChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointAppWithName ¶
GetPinpointAppWithName retrieves all pinpoint.App items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointApplicationSettingsWithName ¶
func (t *Template) GetPinpointApplicationSettingsWithName(name string) (*pinpoint.ApplicationSettings[any], error)
GetPinpointApplicationSettingsWithName retrieves all pinpoint.ApplicationSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointBaiduChannelWithName ¶
func (t *Template) GetPinpointBaiduChannelWithName(name string) (*pinpoint.BaiduChannel[any], error)
GetPinpointBaiduChannelWithName retrieves all pinpoint.BaiduChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointCampaignWithName ¶
GetPinpointCampaignWithName retrieves all pinpoint.Campaign items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailChannelWithName ¶
func (t *Template) GetPinpointEmailChannelWithName(name string) (*pinpoint.EmailChannel[any], error)
GetPinpointEmailChannelWithName retrieves all pinpoint.EmailChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailConfigurationSetEventDestinationWithName ¶
func (t *Template) GetPinpointEmailConfigurationSetEventDestinationWithName(name string) (*pinpointemail.ConfigurationSetEventDestination[any], error)
GetPinpointEmailConfigurationSetEventDestinationWithName retrieves all pinpointemail.ConfigurationSetEventDestination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailConfigurationSetWithName ¶
func (t *Template) GetPinpointEmailConfigurationSetWithName(name string) (*pinpointemail.ConfigurationSet[any], error)
GetPinpointEmailConfigurationSetWithName retrieves all pinpointemail.ConfigurationSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailDedicatedIpPoolWithName ¶
func (t *Template) GetPinpointEmailDedicatedIpPoolWithName(name string) (*pinpointemail.DedicatedIpPool[any], error)
GetPinpointEmailDedicatedIpPoolWithName retrieves all pinpointemail.DedicatedIpPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailIdentityWithName ¶
func (t *Template) GetPinpointEmailIdentityWithName(name string) (*pinpointemail.Identity[any], error)
GetPinpointEmailIdentityWithName retrieves all pinpointemail.Identity items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailTemplateWithName ¶
func (t *Template) GetPinpointEmailTemplateWithName(name string) (*pinpoint.EmailTemplate[any], error)
GetPinpointEmailTemplateWithName retrieves all pinpoint.EmailTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEventStreamWithName ¶
GetPinpointEventStreamWithName retrieves all pinpoint.EventStream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointGCMChannelWithName ¶
GetPinpointGCMChannelWithName retrieves all pinpoint.GCMChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointInAppTemplateWithName ¶
func (t *Template) GetPinpointInAppTemplateWithName(name string) (*pinpoint.InAppTemplate[any], error)
GetPinpointInAppTemplateWithName retrieves all pinpoint.InAppTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointPushTemplateWithName ¶
func (t *Template) GetPinpointPushTemplateWithName(name string) (*pinpoint.PushTemplate[any], error)
GetPinpointPushTemplateWithName retrieves all pinpoint.PushTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointSMSChannelWithName ¶
GetPinpointSMSChannelWithName retrieves all pinpoint.SMSChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointSegmentWithName ¶
GetPinpointSegmentWithName retrieves all pinpoint.Segment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointSmsTemplateWithName ¶
GetPinpointSmsTemplateWithName retrieves all pinpoint.SmsTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointVoiceChannelWithName ¶
func (t *Template) GetPinpointVoiceChannelWithName(name string) (*pinpoint.VoiceChannel[any], error)
GetPinpointVoiceChannelWithName retrieves all pinpoint.VoiceChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPipesPipeWithName ¶
GetPipesPipeWithName retrieves all pipes.Pipe items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetProtonEnvironmentAccountConnectionWithName ¶
func (t *Template) GetProtonEnvironmentAccountConnectionWithName(name string) (*proton.EnvironmentAccountConnection[any], error)
GetProtonEnvironmentAccountConnectionWithName retrieves all proton.EnvironmentAccountConnection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetProtonEnvironmentTemplateWithName ¶
func (t *Template) GetProtonEnvironmentTemplateWithName(name string) (*proton.EnvironmentTemplate[any], error)
GetProtonEnvironmentTemplateWithName retrieves all proton.EnvironmentTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetProtonServiceTemplateWithName ¶
func (t *Template) GetProtonServiceTemplateWithName(name string) (*proton.ServiceTemplate[any], error)
GetProtonServiceTemplateWithName retrieves all proton.ServiceTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQLDBLedgerWithName ¶
GetQLDBLedgerWithName retrieves all qldb.Ledger items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQLDBStreamWithName ¶
GetQLDBStreamWithName retrieves all qldb.Stream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightAnalysisWithName ¶
GetQuickSightAnalysisWithName retrieves all quicksight.Analysis items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightDashboardWithName ¶
GetQuickSightDashboardWithName retrieves all quicksight.Dashboard items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightDataSetWithName ¶
GetQuickSightDataSetWithName retrieves all quicksight.DataSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightDataSourceWithName ¶
func (t *Template) GetQuickSightDataSourceWithName(name string) (*quicksight.DataSource[any], error)
GetQuickSightDataSourceWithName retrieves all quicksight.DataSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightRefreshScheduleWithName ¶
func (t *Template) GetQuickSightRefreshScheduleWithName(name string) (*quicksight.RefreshSchedule[any], error)
GetQuickSightRefreshScheduleWithName retrieves all quicksight.RefreshSchedule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightTemplateWithName ¶
GetQuickSightTemplateWithName retrieves all quicksight.Template items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightThemeWithName ¶
GetQuickSightThemeWithName retrieves all quicksight.Theme items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightTopicWithName ¶
GetQuickSightTopicWithName retrieves all quicksight.Topic items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightVPCConnectionWithName ¶
func (t *Template) GetQuickSightVPCConnectionWithName(name string) (*quicksight.VPCConnection[any], error)
GetQuickSightVPCConnectionWithName retrieves all quicksight.VPCConnection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRAMPermissionWithName ¶
GetRAMPermissionWithName retrieves all ram.Permission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRAMResourceShareWithName ¶
GetRAMResourceShareWithName retrieves all ram.ResourceShare items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSCustomDBEngineVersionWithName ¶
func (t *Template) GetRDSCustomDBEngineVersionWithName(name string) (*rds.CustomDBEngineVersion[any], error)
GetRDSCustomDBEngineVersionWithName retrieves all rds.CustomDBEngineVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBClusterParameterGroupWithName ¶
func (t *Template) GetRDSDBClusterParameterGroupWithName(name string) (*rds.DBClusterParameterGroup[any], error)
GetRDSDBClusterParameterGroupWithName retrieves all rds.DBClusterParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBClusterWithName ¶
GetRDSDBClusterWithName retrieves all rds.DBCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBInstanceWithName ¶
GetRDSDBInstanceWithName retrieves all rds.DBInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBParameterGroupWithName ¶
GetRDSDBParameterGroupWithName retrieves all rds.DBParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBProxyEndpointWithName ¶
GetRDSDBProxyEndpointWithName retrieves all rds.DBProxyEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBProxyTargetGroupWithName ¶
func (t *Template) GetRDSDBProxyTargetGroupWithName(name string) (*rds.DBProxyTargetGroup[any], error)
GetRDSDBProxyTargetGroupWithName retrieves all rds.DBProxyTargetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBProxyWithName ¶
GetRDSDBProxyWithName retrieves all rds.DBProxy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBSecurityGroupIngressWithName ¶
func (t *Template) GetRDSDBSecurityGroupIngressWithName(name string) (*rds.DBSecurityGroupIngress[any], error)
GetRDSDBSecurityGroupIngressWithName retrieves all rds.DBSecurityGroupIngress items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBSecurityGroupWithName ¶
GetRDSDBSecurityGroupWithName retrieves all rds.DBSecurityGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBSubnetGroupWithName ¶
GetRDSDBSubnetGroupWithName retrieves all rds.DBSubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSEventSubscriptionWithName ¶
func (t *Template) GetRDSEventSubscriptionWithName(name string) (*rds.EventSubscription[any], error)
GetRDSEventSubscriptionWithName retrieves all rds.EventSubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSGlobalClusterWithName ¶
GetRDSGlobalClusterWithName retrieves all rds.GlobalCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSOptionGroupWithName ¶
GetRDSOptionGroupWithName retrieves all rds.OptionGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRUMAppMonitorWithName ¶
GetRUMAppMonitorWithName retrieves all rum.AppMonitor items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftClusterParameterGroupWithName ¶
func (t *Template) GetRedshiftClusterParameterGroupWithName(name string) (*redshift.ClusterParameterGroup[any], error)
GetRedshiftClusterParameterGroupWithName retrieves all redshift.ClusterParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftClusterSecurityGroupIngressWithName ¶
func (t *Template) GetRedshiftClusterSecurityGroupIngressWithName(name string) (*redshift.ClusterSecurityGroupIngress[any], error)
GetRedshiftClusterSecurityGroupIngressWithName retrieves all redshift.ClusterSecurityGroupIngress items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftClusterSecurityGroupWithName ¶
func (t *Template) GetRedshiftClusterSecurityGroupWithName(name string) (*redshift.ClusterSecurityGroup[any], error)
GetRedshiftClusterSecurityGroupWithName retrieves all redshift.ClusterSecurityGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftClusterSubnetGroupWithName ¶
func (t *Template) GetRedshiftClusterSubnetGroupWithName(name string) (*redshift.ClusterSubnetGroup[any], error)
GetRedshiftClusterSubnetGroupWithName retrieves all redshift.ClusterSubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftClusterWithName ¶
GetRedshiftClusterWithName retrieves all redshift.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftEndpointAccessWithName ¶
func (t *Template) GetRedshiftEndpointAccessWithName(name string) (*redshift.EndpointAccess[any], error)
GetRedshiftEndpointAccessWithName retrieves all redshift.EndpointAccess items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftEndpointAuthorizationWithName ¶
func (t *Template) GetRedshiftEndpointAuthorizationWithName(name string) (*redshift.EndpointAuthorization[any], error)
GetRedshiftEndpointAuthorizationWithName retrieves all redshift.EndpointAuthorization items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftEventSubscriptionWithName ¶
func (t *Template) GetRedshiftEventSubscriptionWithName(name string) (*redshift.EventSubscription[any], error)
GetRedshiftEventSubscriptionWithName retrieves all redshift.EventSubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftScheduledActionWithName ¶
func (t *Template) GetRedshiftScheduledActionWithName(name string) (*redshift.ScheduledAction[any], error)
GetRedshiftScheduledActionWithName retrieves all redshift.ScheduledAction items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftServerlessNamespaceWithName ¶
func (t *Template) GetRedshiftServerlessNamespaceWithName(name string) (*redshiftserverless.Namespace[any], error)
GetRedshiftServerlessNamespaceWithName retrieves all redshiftserverless.Namespace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftServerlessWorkgroupWithName ¶
func (t *Template) GetRedshiftServerlessWorkgroupWithName(name string) (*redshiftserverless.Workgroup[any], error)
GetRedshiftServerlessWorkgroupWithName retrieves all redshiftserverless.Workgroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRefactorSpacesApplicationWithName ¶
func (t *Template) GetRefactorSpacesApplicationWithName(name string) (*refactorspaces.Application[any], error)
GetRefactorSpacesApplicationWithName retrieves all refactorspaces.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRefactorSpacesEnvironmentWithName ¶
func (t *Template) GetRefactorSpacesEnvironmentWithName(name string) (*refactorspaces.Environment[any], error)
GetRefactorSpacesEnvironmentWithName retrieves all refactorspaces.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRefactorSpacesRouteWithName ¶
GetRefactorSpacesRouteWithName retrieves all refactorspaces.Route items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRefactorSpacesServiceWithName ¶
func (t *Template) GetRefactorSpacesServiceWithName(name string) (*refactorspaces.Service[any], error)
GetRefactorSpacesServiceWithName retrieves all refactorspaces.Service items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRekognitionCollectionWithName ¶
func (t *Template) GetRekognitionCollectionWithName(name string) (*rekognition.Collection[any], error)
GetRekognitionCollectionWithName retrieves all rekognition.Collection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRekognitionProjectWithName ¶
GetRekognitionProjectWithName retrieves all rekognition.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRekognitionStreamProcessorWithName ¶
func (t *Template) GetRekognitionStreamProcessorWithName(name string) (*rekognition.StreamProcessor[any], error)
GetRekognitionStreamProcessorWithName retrieves all rekognition.StreamProcessor items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetResilienceHubAppWithName ¶
GetResilienceHubAppWithName retrieves all resiliencehub.App items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetResilienceHubResiliencyPolicyWithName ¶
func (t *Template) GetResilienceHubResiliencyPolicyWithName(name string) (*resiliencehub.ResiliencyPolicy[any], error)
GetResilienceHubResiliencyPolicyWithName retrieves all resiliencehub.ResiliencyPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetResourceExplorer2DefaultViewAssociationWithName ¶
func (t *Template) GetResourceExplorer2DefaultViewAssociationWithName(name string) (*resourceexplorer2.DefaultViewAssociation[any], error)
GetResourceExplorer2DefaultViewAssociationWithName retrieves all resourceexplorer2.DefaultViewAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetResourceExplorer2IndexWithName ¶
func (t *Template) GetResourceExplorer2IndexWithName(name string) (*resourceexplorer2.Index[any], error)
GetResourceExplorer2IndexWithName retrieves all resourceexplorer2.Index items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetResourceExplorer2ViewWithName ¶
func (t *Template) GetResourceExplorer2ViewWithName(name string) (*resourceexplorer2.View[any], error)
GetResourceExplorer2ViewWithName retrieves all resourceexplorer2.View items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetResourceGroupsGroupWithName ¶
GetResourceGroupsGroupWithName retrieves all resourcegroups.Group items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerFleetWithName ¶
GetRoboMakerFleetWithName retrieves all robomaker.Fleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerRobotApplicationVersionWithName ¶
func (t *Template) GetRoboMakerRobotApplicationVersionWithName(name string) (*robomaker.RobotApplicationVersion[any], error)
GetRoboMakerRobotApplicationVersionWithName retrieves all robomaker.RobotApplicationVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerRobotApplicationWithName ¶
func (t *Template) GetRoboMakerRobotApplicationWithName(name string) (*robomaker.RobotApplication[any], error)
GetRoboMakerRobotApplicationWithName retrieves all robomaker.RobotApplication items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerRobotWithName ¶
GetRoboMakerRobotWithName retrieves all robomaker.Robot items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerSimulationApplicationVersionWithName ¶
func (t *Template) GetRoboMakerSimulationApplicationVersionWithName(name string) (*robomaker.SimulationApplicationVersion[any], error)
GetRoboMakerSimulationApplicationVersionWithName retrieves all robomaker.SimulationApplicationVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerSimulationApplicationWithName ¶
func (t *Template) GetRoboMakerSimulationApplicationWithName(name string) (*robomaker.SimulationApplication[any], error)
GetRoboMakerSimulationApplicationWithName retrieves all robomaker.SimulationApplication items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRolesAnywhereCRLWithName ¶
GetRolesAnywhereCRLWithName retrieves all rolesanywhere.CRL items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRolesAnywhereProfileWithName ¶
func (t *Template) GetRolesAnywhereProfileWithName(name string) (*rolesanywhere.Profile[any], error)
GetRolesAnywhereProfileWithName retrieves all rolesanywhere.Profile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRolesAnywhereTrustAnchorWithName ¶
func (t *Template) GetRolesAnywhereTrustAnchorWithName(name string) (*rolesanywhere.TrustAnchor[any], error)
GetRolesAnywhereTrustAnchorWithName retrieves all rolesanywhere.TrustAnchor items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53CidrCollectionWithName ¶
func (t *Template) GetRoute53CidrCollectionWithName(name string) (*route53.CidrCollection[any], error)
GetRoute53CidrCollectionWithName retrieves all route53.CidrCollection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53DNSSECWithName ¶
GetRoute53DNSSECWithName retrieves all route53.DNSSEC items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53HealthCheckWithName ¶
GetRoute53HealthCheckWithName retrieves all route53.HealthCheck items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53HostedZoneWithName ¶
GetRoute53HostedZoneWithName retrieves all route53.HostedZone items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53KeySigningKeyWithName ¶
func (t *Template) GetRoute53KeySigningKeyWithName(name string) (*route53.KeySigningKey[any], error)
GetRoute53KeySigningKeyWithName retrieves all route53.KeySigningKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecordSetGroupWithName ¶
func (t *Template) GetRoute53RecordSetGroupWithName(name string) (*route53.RecordSetGroup[any], error)
GetRoute53RecordSetGroupWithName retrieves all route53.RecordSetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecordSetWithName ¶
GetRoute53RecordSetWithName retrieves all route53.RecordSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryControlClusterWithName ¶
func (t *Template) GetRoute53RecoveryControlClusterWithName(name string) (*route53recoverycontrol.Cluster[any], error)
GetRoute53RecoveryControlClusterWithName retrieves all route53recoverycontrol.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryControlControlPanelWithName ¶
func (t *Template) GetRoute53RecoveryControlControlPanelWithName(name string) (*route53recoverycontrol.ControlPanel[any], error)
GetRoute53RecoveryControlControlPanelWithName retrieves all route53recoverycontrol.ControlPanel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryControlRoutingControlWithName ¶
func (t *Template) GetRoute53RecoveryControlRoutingControlWithName(name string) (*route53recoverycontrol.RoutingControl[any], error)
GetRoute53RecoveryControlRoutingControlWithName retrieves all route53recoverycontrol.RoutingControl items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryControlSafetyRuleWithName ¶
func (t *Template) GetRoute53RecoveryControlSafetyRuleWithName(name string) (*route53recoverycontrol.SafetyRule[any], error)
GetRoute53RecoveryControlSafetyRuleWithName retrieves all route53recoverycontrol.SafetyRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryReadinessCellWithName ¶
func (t *Template) GetRoute53RecoveryReadinessCellWithName(name string) (*route53recoveryreadiness.Cell[any], error)
GetRoute53RecoveryReadinessCellWithName retrieves all route53recoveryreadiness.Cell items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryReadinessReadinessCheckWithName ¶
func (t *Template) GetRoute53RecoveryReadinessReadinessCheckWithName(name string) (*route53recoveryreadiness.ReadinessCheck[any], error)
GetRoute53RecoveryReadinessReadinessCheckWithName retrieves all route53recoveryreadiness.ReadinessCheck items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryReadinessRecoveryGroupWithName ¶
func (t *Template) GetRoute53RecoveryReadinessRecoveryGroupWithName(name string) (*route53recoveryreadiness.RecoveryGroup[any], error)
GetRoute53RecoveryReadinessRecoveryGroupWithName retrieves all route53recoveryreadiness.RecoveryGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryReadinessResourceSetWithName ¶
func (t *Template) GetRoute53RecoveryReadinessResourceSetWithName(name string) (*route53recoveryreadiness.ResourceSet[any], error)
GetRoute53RecoveryReadinessResourceSetWithName retrieves all route53recoveryreadiness.ResourceSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverFirewallDomainListWithName ¶
func (t *Template) GetRoute53ResolverFirewallDomainListWithName(name string) (*route53resolver.FirewallDomainList[any], error)
GetRoute53ResolverFirewallDomainListWithName retrieves all route53resolver.FirewallDomainList items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverFirewallRuleGroupAssociationWithName ¶
func (t *Template) GetRoute53ResolverFirewallRuleGroupAssociationWithName(name string) (*route53resolver.FirewallRuleGroupAssociation[any], error)
GetRoute53ResolverFirewallRuleGroupAssociationWithName retrieves all route53resolver.FirewallRuleGroupAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverFirewallRuleGroupWithName ¶
func (t *Template) GetRoute53ResolverFirewallRuleGroupWithName(name string) (*route53resolver.FirewallRuleGroup[any], error)
GetRoute53ResolverFirewallRuleGroupWithName retrieves all route53resolver.FirewallRuleGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverOutpostResolverWithName ¶
func (t *Template) GetRoute53ResolverOutpostResolverWithName(name string) (*route53resolver.OutpostResolver[any], error)
GetRoute53ResolverOutpostResolverWithName retrieves all route53resolver.OutpostResolver items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverConfigWithName ¶
func (t *Template) GetRoute53ResolverResolverConfigWithName(name string) (*route53resolver.ResolverConfig[any], error)
GetRoute53ResolverResolverConfigWithName retrieves all route53resolver.ResolverConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverDNSSECConfigWithName ¶
func (t *Template) GetRoute53ResolverResolverDNSSECConfigWithName(name string) (*route53resolver.ResolverDNSSECConfig[any], error)
GetRoute53ResolverResolverDNSSECConfigWithName retrieves all route53resolver.ResolverDNSSECConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverEndpointWithName ¶
func (t *Template) GetRoute53ResolverResolverEndpointWithName(name string) (*route53resolver.ResolverEndpoint[any], error)
GetRoute53ResolverResolverEndpointWithName retrieves all route53resolver.ResolverEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverQueryLoggingConfigAssociationWithName ¶
func (t *Template) GetRoute53ResolverResolverQueryLoggingConfigAssociationWithName(name string) (*route53resolver.ResolverQueryLoggingConfigAssociation[any], error)
GetRoute53ResolverResolverQueryLoggingConfigAssociationWithName retrieves all route53resolver.ResolverQueryLoggingConfigAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverQueryLoggingConfigWithName ¶
func (t *Template) GetRoute53ResolverResolverQueryLoggingConfigWithName(name string) (*route53resolver.ResolverQueryLoggingConfig[any], error)
GetRoute53ResolverResolverQueryLoggingConfigWithName retrieves all route53resolver.ResolverQueryLoggingConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverRuleAssociationWithName ¶
func (t *Template) GetRoute53ResolverResolverRuleAssociationWithName(name string) (*route53resolver.ResolverRuleAssociation[any], error)
GetRoute53ResolverResolverRuleAssociationWithName retrieves all route53resolver.ResolverRuleAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverRuleWithName ¶
func (t *Template) GetRoute53ResolverResolverRuleWithName(name string) (*route53resolver.ResolverRule[any], error)
GetRoute53ResolverResolverRuleWithName retrieves all route53resolver.ResolverRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3AccessPointWithName ¶
GetS3AccessPointWithName retrieves all s3.AccessPoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3BucketPolicyWithName ¶
GetS3BucketPolicyWithName retrieves all s3.BucketPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3BucketWithName ¶
GetS3BucketWithName retrieves all s3.Bucket items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3MultiRegionAccessPointPolicyWithName ¶
func (t *Template) GetS3MultiRegionAccessPointPolicyWithName(name string) (*s3.MultiRegionAccessPointPolicy[any], error)
GetS3MultiRegionAccessPointPolicyWithName retrieves all s3.MultiRegionAccessPointPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3MultiRegionAccessPointWithName ¶
func (t *Template) GetS3MultiRegionAccessPointWithName(name string) (*s3.MultiRegionAccessPoint[any], error)
GetS3MultiRegionAccessPointWithName retrieves all s3.MultiRegionAccessPoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3ObjectLambdaAccessPointPolicyWithName ¶
func (t *Template) GetS3ObjectLambdaAccessPointPolicyWithName(name string) (*s3objectlambda.AccessPointPolicy[any], error)
GetS3ObjectLambdaAccessPointPolicyWithName retrieves all s3objectlambda.AccessPointPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3ObjectLambdaAccessPointWithName ¶
func (t *Template) GetS3ObjectLambdaAccessPointWithName(name string) (*s3objectlambda.AccessPoint[any], error)
GetS3ObjectLambdaAccessPointWithName retrieves all s3objectlambda.AccessPoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3OutpostsAccessPointWithName ¶
func (t *Template) GetS3OutpostsAccessPointWithName(name string) (*s3outposts.AccessPoint[any], error)
GetS3OutpostsAccessPointWithName retrieves all s3outposts.AccessPoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3OutpostsBucketPolicyWithName ¶
func (t *Template) GetS3OutpostsBucketPolicyWithName(name string) (*s3outposts.BucketPolicy[any], error)
GetS3OutpostsBucketPolicyWithName retrieves all s3outposts.BucketPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3OutpostsBucketWithName ¶
GetS3OutpostsBucketWithName retrieves all s3outposts.Bucket items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3OutpostsEndpointWithName ¶
GetS3OutpostsEndpointWithName retrieves all s3outposts.Endpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3StorageLensWithName ¶
GetS3StorageLensWithName retrieves all s3.StorageLens items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSDBDomainWithName ¶
GetSDBDomainWithName retrieves all sdb.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESConfigurationSetEventDestinationWithName ¶
func (t *Template) GetSESConfigurationSetEventDestinationWithName(name string) (*ses.ConfigurationSetEventDestination[any], error)
GetSESConfigurationSetEventDestinationWithName retrieves all ses.ConfigurationSetEventDestination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESConfigurationSetWithName ¶
GetSESConfigurationSetWithName retrieves all ses.ConfigurationSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESContactListWithName ¶
GetSESContactListWithName retrieves all ses.ContactList items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESDedicatedIpPoolWithName ¶
GetSESDedicatedIpPoolWithName retrieves all ses.DedicatedIpPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESEmailIdentityWithName ¶
GetSESEmailIdentityWithName retrieves all ses.EmailIdentity items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESReceiptFilterWithName ¶
GetSESReceiptFilterWithName retrieves all ses.ReceiptFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESReceiptRuleSetWithName ¶
GetSESReceiptRuleSetWithName retrieves all ses.ReceiptRuleSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESReceiptRuleWithName ¶
GetSESReceiptRuleWithName retrieves all ses.ReceiptRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESTemplateWithName ¶
GetSESTemplateWithName retrieves all ses.Template items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESVdmAttributesWithName ¶
GetSESVdmAttributesWithName retrieves all ses.VdmAttributes items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSNSSubscriptionWithName ¶
GetSNSSubscriptionWithName retrieves all sns.Subscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSNSTopicInlinePolicyWithName ¶
func (t *Template) GetSNSTopicInlinePolicyWithName(name string) (*sns.TopicInlinePolicy[any], error)
GetSNSTopicInlinePolicyWithName retrieves all sns.TopicInlinePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSNSTopicPolicyWithName ¶
GetSNSTopicPolicyWithName retrieves all sns.TopicPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSNSTopicWithName ¶
GetSNSTopicWithName retrieves all sns.Topic items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSQSQueueInlinePolicyWithName ¶
func (t *Template) GetSQSQueueInlinePolicyWithName(name string) (*sqs.QueueInlinePolicy[any], error)
GetSQSQueueInlinePolicyWithName retrieves all sqs.QueueInlinePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSQSQueuePolicyWithName ¶
GetSQSQueuePolicyWithName retrieves all sqs.QueuePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSQSQueueWithName ¶
GetSQSQueueWithName retrieves all sqs.Queue items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMAssociationWithName ¶
GetSSMAssociationWithName retrieves all ssm.Association items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMContactsContactChannelWithName ¶
func (t *Template) GetSSMContactsContactChannelWithName(name string) (*ssmcontacts.ContactChannel[any], error)
GetSSMContactsContactChannelWithName retrieves all ssmcontacts.ContactChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMContactsContactWithName ¶
GetSSMContactsContactWithName retrieves all ssmcontacts.Contact items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMContactsPlanWithName ¶
GetSSMContactsPlanWithName retrieves all ssmcontacts.Plan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMContactsRotationWithName ¶
GetSSMContactsRotationWithName retrieves all ssmcontacts.Rotation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMDocumentWithName ¶
GetSSMDocumentWithName retrieves all ssm.Document items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMIncidentsReplicationSetWithName ¶
func (t *Template) GetSSMIncidentsReplicationSetWithName(name string) (*ssmincidents.ReplicationSet[any], error)
GetSSMIncidentsReplicationSetWithName retrieves all ssmincidents.ReplicationSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMIncidentsResponsePlanWithName ¶
func (t *Template) GetSSMIncidentsResponsePlanWithName(name string) (*ssmincidents.ResponsePlan[any], error)
GetSSMIncidentsResponsePlanWithName retrieves all ssmincidents.ResponsePlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMMaintenanceWindowTargetWithName ¶
func (t *Template) GetSSMMaintenanceWindowTargetWithName(name string) (*ssm.MaintenanceWindowTarget[any], error)
GetSSMMaintenanceWindowTargetWithName retrieves all ssm.MaintenanceWindowTarget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMMaintenanceWindowTaskWithName ¶
func (t *Template) GetSSMMaintenanceWindowTaskWithName(name string) (*ssm.MaintenanceWindowTask[any], error)
GetSSMMaintenanceWindowTaskWithName retrieves all ssm.MaintenanceWindowTask items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMMaintenanceWindowWithName ¶
func (t *Template) GetSSMMaintenanceWindowWithName(name string) (*ssm.MaintenanceWindow[any], error)
GetSSMMaintenanceWindowWithName retrieves all ssm.MaintenanceWindow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMParameterWithName ¶
GetSSMParameterWithName retrieves all ssm.Parameter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMPatchBaselineWithName ¶
GetSSMPatchBaselineWithName retrieves all ssm.PatchBaseline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMResourceDataSyncWithName ¶
GetSSMResourceDataSyncWithName retrieves all ssm.ResourceDataSync items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMResourcePolicyWithName ¶
GetSSMResourcePolicyWithName retrieves all ssm.ResourcePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSOAssignmentWithName ¶
GetSSOAssignmentWithName retrieves all sso.Assignment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSOInstanceAccessControlAttributeConfigurationWithName ¶
func (t *Template) GetSSOInstanceAccessControlAttributeConfigurationWithName(name string) (*sso.InstanceAccessControlAttributeConfiguration[any], error)
GetSSOInstanceAccessControlAttributeConfigurationWithName retrieves all sso.InstanceAccessControlAttributeConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSOPermissionSetWithName ¶
GetSSOPermissionSetWithName retrieves all sso.PermissionSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerAppImageConfigWithName ¶
func (t *Template) GetSageMakerAppImageConfigWithName(name string) (*sagemaker.AppImageConfig[any], error)
GetSageMakerAppImageConfigWithName retrieves all sagemaker.AppImageConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerAppWithName ¶
GetSageMakerAppWithName retrieves all sagemaker.App items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerCodeRepositoryWithName ¶
func (t *Template) GetSageMakerCodeRepositoryWithName(name string) (*sagemaker.CodeRepository[any], error)
GetSageMakerCodeRepositoryWithName retrieves all sagemaker.CodeRepository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerDataQualityJobDefinitionWithName ¶
func (t *Template) GetSageMakerDataQualityJobDefinitionWithName(name string) (*sagemaker.DataQualityJobDefinition[any], error)
GetSageMakerDataQualityJobDefinitionWithName retrieves all sagemaker.DataQualityJobDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerDeviceFleetWithName ¶
func (t *Template) GetSageMakerDeviceFleetWithName(name string) (*sagemaker.DeviceFleet[any], error)
GetSageMakerDeviceFleetWithName retrieves all sagemaker.DeviceFleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerDeviceWithName ¶
GetSageMakerDeviceWithName retrieves all sagemaker.Device items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerDomainWithName ¶
GetSageMakerDomainWithName retrieves all sagemaker.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerEndpointConfigWithName ¶
func (t *Template) GetSageMakerEndpointConfigWithName(name string) (*sagemaker.EndpointConfig[any], error)
GetSageMakerEndpointConfigWithName retrieves all sagemaker.EndpointConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerEndpointWithName ¶
GetSageMakerEndpointWithName retrieves all sagemaker.Endpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerFeatureGroupWithName ¶
func (t *Template) GetSageMakerFeatureGroupWithName(name string) (*sagemaker.FeatureGroup[any], error)
GetSageMakerFeatureGroupWithName retrieves all sagemaker.FeatureGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerImageVersionWithName ¶
func (t *Template) GetSageMakerImageVersionWithName(name string) (*sagemaker.ImageVersion[any], error)
GetSageMakerImageVersionWithName retrieves all sagemaker.ImageVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerImageWithName ¶
GetSageMakerImageWithName retrieves all sagemaker.Image items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerInferenceExperimentWithName ¶
func (t *Template) GetSageMakerInferenceExperimentWithName(name string) (*sagemaker.InferenceExperiment[any], error)
GetSageMakerInferenceExperimentWithName retrieves all sagemaker.InferenceExperiment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelBiasJobDefinitionWithName ¶
func (t *Template) GetSageMakerModelBiasJobDefinitionWithName(name string) (*sagemaker.ModelBiasJobDefinition[any], error)
GetSageMakerModelBiasJobDefinitionWithName retrieves all sagemaker.ModelBiasJobDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelCardWithName ¶
GetSageMakerModelCardWithName retrieves all sagemaker.ModelCard items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelExplainabilityJobDefinitionWithName ¶
func (t *Template) GetSageMakerModelExplainabilityJobDefinitionWithName(name string) (*sagemaker.ModelExplainabilityJobDefinition[any], error)
GetSageMakerModelExplainabilityJobDefinitionWithName retrieves all sagemaker.ModelExplainabilityJobDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelPackageGroupWithName ¶
func (t *Template) GetSageMakerModelPackageGroupWithName(name string) (*sagemaker.ModelPackageGroup[any], error)
GetSageMakerModelPackageGroupWithName retrieves all sagemaker.ModelPackageGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelPackageWithName ¶
func (t *Template) GetSageMakerModelPackageWithName(name string) (*sagemaker.ModelPackage[any], error)
GetSageMakerModelPackageWithName retrieves all sagemaker.ModelPackage items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelQualityJobDefinitionWithName ¶
func (t *Template) GetSageMakerModelQualityJobDefinitionWithName(name string) (*sagemaker.ModelQualityJobDefinition[any], error)
GetSageMakerModelQualityJobDefinitionWithName retrieves all sagemaker.ModelQualityJobDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelWithName ¶
GetSageMakerModelWithName retrieves all sagemaker.Model items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerMonitoringScheduleWithName ¶
func (t *Template) GetSageMakerMonitoringScheduleWithName(name string) (*sagemaker.MonitoringSchedule[any], error)
GetSageMakerMonitoringScheduleWithName retrieves all sagemaker.MonitoringSchedule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerNotebookInstanceLifecycleConfigWithName ¶
func (t *Template) GetSageMakerNotebookInstanceLifecycleConfigWithName(name string) (*sagemaker.NotebookInstanceLifecycleConfig[any], error)
GetSageMakerNotebookInstanceLifecycleConfigWithName retrieves all sagemaker.NotebookInstanceLifecycleConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerNotebookInstanceWithName ¶
func (t *Template) GetSageMakerNotebookInstanceWithName(name string) (*sagemaker.NotebookInstance[any], error)
GetSageMakerNotebookInstanceWithName retrieves all sagemaker.NotebookInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerPipelineWithName ¶
GetSageMakerPipelineWithName retrieves all sagemaker.Pipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerProjectWithName ¶
GetSageMakerProjectWithName retrieves all sagemaker.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerSpaceWithName ¶
GetSageMakerSpaceWithName retrieves all sagemaker.Space items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerUserProfileWithName ¶
func (t *Template) GetSageMakerUserProfileWithName(name string) (*sagemaker.UserProfile[any], error)
GetSageMakerUserProfileWithName retrieves all sagemaker.UserProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerWorkteamWithName ¶
GetSageMakerWorkteamWithName retrieves all sagemaker.Workteam items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSchedulerScheduleGroupWithName ¶
func (t *Template) GetSchedulerScheduleGroupWithName(name string) (*scheduler.ScheduleGroup[any], error)
GetSchedulerScheduleGroupWithName retrieves all scheduler.ScheduleGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSchedulerScheduleWithName ¶
GetSchedulerScheduleWithName retrieves all scheduler.Schedule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecretsManagerResourcePolicyWithName ¶
func (t *Template) GetSecretsManagerResourcePolicyWithName(name string) (*secretsmanager.ResourcePolicy[any], error)
GetSecretsManagerResourcePolicyWithName retrieves all secretsmanager.ResourcePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecretsManagerRotationScheduleWithName ¶
func (t *Template) GetSecretsManagerRotationScheduleWithName(name string) (*secretsmanager.RotationSchedule[any], error)
GetSecretsManagerRotationScheduleWithName retrieves all secretsmanager.RotationSchedule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecretsManagerSecretTargetAttachmentWithName ¶
func (t *Template) GetSecretsManagerSecretTargetAttachmentWithName(name string) (*secretsmanager.SecretTargetAttachment[any], error)
GetSecretsManagerSecretTargetAttachmentWithName retrieves all secretsmanager.SecretTargetAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecretsManagerSecretWithName ¶
func (t *Template) GetSecretsManagerSecretWithName(name string) (*secretsmanager.Secret[any], error)
GetSecretsManagerSecretWithName retrieves all secretsmanager.Secret items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecurityHubAutomationRuleWithName ¶
func (t *Template) GetSecurityHubAutomationRuleWithName(name string) (*securityhub.AutomationRule[any], error)
GetSecurityHubAutomationRuleWithName retrieves all securityhub.AutomationRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecurityHubHubWithName ¶
GetSecurityHubHubWithName retrieves all securityhub.Hub items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecurityHubStandardWithName ¶
GetSecurityHubStandardWithName retrieves all securityhub.Standard items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessApiWithName ¶
GetServerlessApiWithName retrieves all serverless.Api items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessApplicationWithName ¶
func (t *Template) GetServerlessApplicationWithName(name string) (*serverless.Application[any], error)
GetServerlessApplicationWithName retrieves all serverless.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessFunctionWithName ¶
GetServerlessFunctionWithName retrieves all serverless.Function items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessGlobalApi ¶
GetServerlessGlobalApi retrieves the template's Globals.Api items from an AWS SAM template. Returns an error if not found.
func (*Template) GetServerlessGlobalFunction ¶
GetServerlessGlobalFunction retrieves the template's Globals.Function items from an AWS SAM template. Returns an error if not found.
func (*Template) GetServerlessGlobalHttpApi ¶
GetServerlessGlobalHttpApi retrieves the template's Globals.HttpApi items from an AWS SAM template. Returns an error if not found.
func (*Template) GetServerlessGlobalSimpleTable ¶
func (t *Template) GetServerlessGlobalSimpleTable() (*global.SimpleTable[any], error)
GetServerlessGlobalSimpleTable retrieves the template's Globals.SimpleTable items from an AWS SAM template. Returns an error if not found.
func (*Template) GetServerlessHttpApiWithName ¶
GetServerlessHttpApiWithName retrieves all serverless.HttpApi items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessLayerVersionWithName ¶
func (t *Template) GetServerlessLayerVersionWithName(name string) (*serverless.LayerVersion[any], error)
GetServerlessLayerVersionWithName retrieves all serverless.LayerVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessSimpleTableWithName ¶
func (t *Template) GetServerlessSimpleTableWithName(name string) (*serverless.SimpleTable[any], error)
GetServerlessSimpleTableWithName retrieves all serverless.SimpleTable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessStateMachineWithName ¶
func (t *Template) GetServerlessStateMachineWithName(name string) (*serverless.StateMachine[any], error)
GetServerlessStateMachineWithName retrieves all serverless.StateMachine items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogAcceptedPortfolioShareWithName ¶
func (t *Template) GetServiceCatalogAcceptedPortfolioShareWithName(name string) (*servicecatalog.AcceptedPortfolioShare[any], error)
GetServiceCatalogAcceptedPortfolioShareWithName retrieves all servicecatalog.AcceptedPortfolioShare items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogAppRegistryApplicationWithName ¶
func (t *Template) GetServiceCatalogAppRegistryApplicationWithName(name string) (*servicecatalogappregistry.Application[any], error)
GetServiceCatalogAppRegistryApplicationWithName retrieves all servicecatalogappregistry.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogAppRegistryAttributeGroupAssociationWithName ¶
func (t *Template) GetServiceCatalogAppRegistryAttributeGroupAssociationWithName(name string) (*servicecatalogappregistry.AttributeGroupAssociation[any], error)
GetServiceCatalogAppRegistryAttributeGroupAssociationWithName retrieves all servicecatalogappregistry.AttributeGroupAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogAppRegistryAttributeGroupWithName ¶
func (t *Template) GetServiceCatalogAppRegistryAttributeGroupWithName(name string) (*servicecatalogappregistry.AttributeGroup[any], error)
GetServiceCatalogAppRegistryAttributeGroupWithName retrieves all servicecatalogappregistry.AttributeGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogAppRegistryResourceAssociationWithName ¶
func (t *Template) GetServiceCatalogAppRegistryResourceAssociationWithName(name string) (*servicecatalogappregistry.ResourceAssociation[any], error)
GetServiceCatalogAppRegistryResourceAssociationWithName retrieves all servicecatalogappregistry.ResourceAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogCloudFormationProductWithName ¶
func (t *Template) GetServiceCatalogCloudFormationProductWithName(name string) (*servicecatalog.CloudFormationProduct[any], error)
GetServiceCatalogCloudFormationProductWithName retrieves all servicecatalog.CloudFormationProduct items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogCloudFormationProvisionedProductWithName ¶
func (t *Template) GetServiceCatalogCloudFormationProvisionedProductWithName(name string) (*servicecatalog.CloudFormationProvisionedProduct[any], error)
GetServiceCatalogCloudFormationProvisionedProductWithName retrieves all servicecatalog.CloudFormationProvisionedProduct items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogLaunchNotificationConstraintWithName ¶
func (t *Template) GetServiceCatalogLaunchNotificationConstraintWithName(name string) (*servicecatalog.LaunchNotificationConstraint[any], error)
GetServiceCatalogLaunchNotificationConstraintWithName retrieves all servicecatalog.LaunchNotificationConstraint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogLaunchRoleConstraintWithName ¶
func (t *Template) GetServiceCatalogLaunchRoleConstraintWithName(name string) (*servicecatalog.LaunchRoleConstraint[any], error)
GetServiceCatalogLaunchRoleConstraintWithName retrieves all servicecatalog.LaunchRoleConstraint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogLaunchTemplateConstraintWithName ¶
func (t *Template) GetServiceCatalogLaunchTemplateConstraintWithName(name string) (*servicecatalog.LaunchTemplateConstraint[any], error)
GetServiceCatalogLaunchTemplateConstraintWithName retrieves all servicecatalog.LaunchTemplateConstraint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogPortfolioPrincipalAssociationWithName ¶
func (t *Template) GetServiceCatalogPortfolioPrincipalAssociationWithName(name string) (*servicecatalog.PortfolioPrincipalAssociation[any], error)
GetServiceCatalogPortfolioPrincipalAssociationWithName retrieves all servicecatalog.PortfolioPrincipalAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogPortfolioProductAssociationWithName ¶
func (t *Template) GetServiceCatalogPortfolioProductAssociationWithName(name string) (*servicecatalog.PortfolioProductAssociation[any], error)
GetServiceCatalogPortfolioProductAssociationWithName retrieves all servicecatalog.PortfolioProductAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogPortfolioShareWithName ¶
func (t *Template) GetServiceCatalogPortfolioShareWithName(name string) (*servicecatalog.PortfolioShare[any], error)
GetServiceCatalogPortfolioShareWithName retrieves all servicecatalog.PortfolioShare items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogPortfolioWithName ¶
func (t *Template) GetServiceCatalogPortfolioWithName(name string) (*servicecatalog.Portfolio[any], error)
GetServiceCatalogPortfolioWithName retrieves all servicecatalog.Portfolio items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogResourceUpdateConstraintWithName ¶
func (t *Template) GetServiceCatalogResourceUpdateConstraintWithName(name string) (*servicecatalog.ResourceUpdateConstraint[any], error)
GetServiceCatalogResourceUpdateConstraintWithName retrieves all servicecatalog.ResourceUpdateConstraint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogServiceActionAssociationWithName ¶
func (t *Template) GetServiceCatalogServiceActionAssociationWithName(name string) (*servicecatalog.ServiceActionAssociation[any], error)
GetServiceCatalogServiceActionAssociationWithName retrieves all servicecatalog.ServiceActionAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogServiceActionWithName ¶
func (t *Template) GetServiceCatalogServiceActionWithName(name string) (*servicecatalog.ServiceAction[any], error)
GetServiceCatalogServiceActionWithName retrieves all servicecatalog.ServiceAction items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogStackSetConstraintWithName ¶
func (t *Template) GetServiceCatalogStackSetConstraintWithName(name string) (*servicecatalog.StackSetConstraint[any], error)
GetServiceCatalogStackSetConstraintWithName retrieves all servicecatalog.StackSetConstraint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogTagOptionAssociationWithName ¶
func (t *Template) GetServiceCatalogTagOptionAssociationWithName(name string) (*servicecatalog.TagOptionAssociation[any], error)
GetServiceCatalogTagOptionAssociationWithName retrieves all servicecatalog.TagOptionAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogTagOptionWithName ¶
func (t *Template) GetServiceCatalogTagOptionWithName(name string) (*servicecatalog.TagOption[any], error)
GetServiceCatalogTagOptionWithName retrieves all servicecatalog.TagOption items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceDiscoveryHttpNamespaceWithName ¶
func (t *Template) GetServiceDiscoveryHttpNamespaceWithName(name string) (*servicediscovery.HttpNamespace[any], error)
GetServiceDiscoveryHttpNamespaceWithName retrieves all servicediscovery.HttpNamespace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceDiscoveryInstanceWithName ¶
func (t *Template) GetServiceDiscoveryInstanceWithName(name string) (*servicediscovery.Instance[any], error)
GetServiceDiscoveryInstanceWithName retrieves all servicediscovery.Instance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceDiscoveryPrivateDnsNamespaceWithName ¶
func (t *Template) GetServiceDiscoveryPrivateDnsNamespaceWithName(name string) (*servicediscovery.PrivateDnsNamespace[any], error)
GetServiceDiscoveryPrivateDnsNamespaceWithName retrieves all servicediscovery.PrivateDnsNamespace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceDiscoveryPublicDnsNamespaceWithName ¶
func (t *Template) GetServiceDiscoveryPublicDnsNamespaceWithName(name string) (*servicediscovery.PublicDnsNamespace[any], error)
GetServiceDiscoveryPublicDnsNamespaceWithName retrieves all servicediscovery.PublicDnsNamespace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceDiscoveryServiceWithName ¶
func (t *Template) GetServiceDiscoveryServiceWithName(name string) (*servicediscovery.Service[any], error)
GetServiceDiscoveryServiceWithName retrieves all servicediscovery.Service items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetShieldDRTAccessWithName ¶
GetShieldDRTAccessWithName retrieves all shield.DRTAccess items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetShieldProactiveEngagementWithName ¶
func (t *Template) GetShieldProactiveEngagementWithName(name string) (*shield.ProactiveEngagement[any], error)
GetShieldProactiveEngagementWithName retrieves all shield.ProactiveEngagement items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetShieldProtectionGroupWithName ¶
func (t *Template) GetShieldProtectionGroupWithName(name string) (*shield.ProtectionGroup[any], error)
GetShieldProtectionGroupWithName retrieves all shield.ProtectionGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetShieldProtectionWithName ¶
GetShieldProtectionWithName retrieves all shield.Protection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSignerProfilePermissionWithName ¶
func (t *Template) GetSignerProfilePermissionWithName(name string) (*signer.ProfilePermission[any], error)
GetSignerProfilePermissionWithName retrieves all signer.ProfilePermission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSignerSigningProfileWithName ¶
func (t *Template) GetSignerSigningProfileWithName(name string) (*signer.SigningProfile[any], error)
GetSignerSigningProfileWithName retrieves all signer.SigningProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSimSpaceWeaverSimulationWithName ¶
func (t *Template) GetSimSpaceWeaverSimulationWithName(name string) (*simspaceweaver.Simulation[any], error)
GetSimSpaceWeaverSimulationWithName retrieves all simspaceweaver.Simulation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetStepFunctionsActivityWithName ¶
func (t *Template) GetStepFunctionsActivityWithName(name string) (*stepfunctions.Activity[any], error)
GetStepFunctionsActivityWithName retrieves all stepfunctions.Activity items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetStepFunctionsStateMachineAliasWithName ¶
func (t *Template) GetStepFunctionsStateMachineAliasWithName(name string) (*stepfunctions.StateMachineAlias[any], error)
GetStepFunctionsStateMachineAliasWithName retrieves all stepfunctions.StateMachineAlias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetStepFunctionsStateMachineVersionWithName ¶
func (t *Template) GetStepFunctionsStateMachineVersionWithName(name string) (*stepfunctions.StateMachineVersion[any], error)
GetStepFunctionsStateMachineVersionWithName retrieves all stepfunctions.StateMachineVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetStepFunctionsStateMachineWithName ¶
func (t *Template) GetStepFunctionsStateMachineWithName(name string) (*stepfunctions.StateMachine[any], error)
GetStepFunctionsStateMachineWithName retrieves all stepfunctions.StateMachine items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSupportAppAccountAliasWithName ¶
func (t *Template) GetSupportAppAccountAliasWithName(name string) (*supportapp.AccountAlias[any], error)
GetSupportAppAccountAliasWithName retrieves all supportapp.AccountAlias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSupportAppSlackChannelConfigurationWithName ¶
func (t *Template) GetSupportAppSlackChannelConfigurationWithName(name string) (*supportapp.SlackChannelConfiguration[any], error)
GetSupportAppSlackChannelConfigurationWithName retrieves all supportapp.SlackChannelConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSupportAppSlackWorkspaceConfigurationWithName ¶
func (t *Template) GetSupportAppSlackWorkspaceConfigurationWithName(name string) (*supportapp.SlackWorkspaceConfiguration[any], error)
GetSupportAppSlackWorkspaceConfigurationWithName retrieves all supportapp.SlackWorkspaceConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSyntheticsCanaryWithName ¶
GetSyntheticsCanaryWithName retrieves all synthetics.Canary items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSyntheticsGroupWithName ¶
GetSyntheticsGroupWithName retrieves all synthetics.Group items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSystemsManagerSAPApplicationWithName ¶
func (t *Template) GetSystemsManagerSAPApplicationWithName(name string) (*systemsmanagersap.Application[any], error)
GetSystemsManagerSAPApplicationWithName retrieves all systemsmanagersap.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTimestreamDatabaseWithName ¶
GetTimestreamDatabaseWithName retrieves all timestream.Database items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTimestreamScheduledQueryWithName ¶
func (t *Template) GetTimestreamScheduledQueryWithName(name string) (*timestream.ScheduledQuery[any], error)
GetTimestreamScheduledQueryWithName retrieves all timestream.ScheduledQuery items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTimestreamTableWithName ¶
GetTimestreamTableWithName retrieves all timestream.Table items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTransferAgreementWithName ¶
GetTransferAgreementWithName retrieves all transfer.Agreement items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTransferCertificateWithName ¶
GetTransferCertificateWithName retrieves all transfer.Certificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTransferConnectorWithName ¶
GetTransferConnectorWithName retrieves all transfer.Connector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTransferProfileWithName ¶
GetTransferProfileWithName retrieves all transfer.Profile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTransferServerWithName ¶
GetTransferServerWithName retrieves all transfer.Server items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTransferUserWithName ¶
GetTransferUserWithName retrieves all transfer.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTransferWorkflowWithName ¶
GetTransferWorkflowWithName retrieves all transfer.Workflow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVerifiedPermissionsIdentitySourceWithName ¶
func (t *Template) GetVerifiedPermissionsIdentitySourceWithName(name string) (*verifiedpermissions.IdentitySource[any], error)
GetVerifiedPermissionsIdentitySourceWithName retrieves all verifiedpermissions.IdentitySource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVerifiedPermissionsPolicyStoreWithName ¶
func (t *Template) GetVerifiedPermissionsPolicyStoreWithName(name string) (*verifiedpermissions.PolicyStore[any], error)
GetVerifiedPermissionsPolicyStoreWithName retrieves all verifiedpermissions.PolicyStore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVerifiedPermissionsPolicyTemplateWithName ¶
func (t *Template) GetVerifiedPermissionsPolicyTemplateWithName(name string) (*verifiedpermissions.PolicyTemplate[any], error)
GetVerifiedPermissionsPolicyTemplateWithName retrieves all verifiedpermissions.PolicyTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVerifiedPermissionsPolicyWithName ¶
func (t *Template) GetVerifiedPermissionsPolicyWithName(name string) (*verifiedpermissions.Policy[any], error)
GetVerifiedPermissionsPolicyWithName retrieves all verifiedpermissions.Policy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVoiceIDDomainWithName ¶
GetVoiceIDDomainWithName retrieves all voiceid.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVpcLatticeAccessLogSubscriptionWithName ¶
func (t *Template) GetVpcLatticeAccessLogSubscriptionWithName(name string) (*vpclattice.AccessLogSubscription[any], error)
GetVpcLatticeAccessLogSubscriptionWithName retrieves all vpclattice.AccessLogSubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVpcLatticeAuthPolicyWithName ¶
func (t *Template) GetVpcLatticeAuthPolicyWithName(name string) (*vpclattice.AuthPolicy[any], error)
GetVpcLatticeAuthPolicyWithName retrieves all vpclattice.AuthPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVpcLatticeListenerWithName ¶
GetVpcLatticeListenerWithName retrieves all vpclattice.Listener items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVpcLatticeResourcePolicyWithName ¶
func (t *Template) GetVpcLatticeResourcePolicyWithName(name string) (*vpclattice.ResourcePolicy[any], error)
GetVpcLatticeResourcePolicyWithName retrieves all vpclattice.ResourcePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVpcLatticeRuleWithName ¶
GetVpcLatticeRuleWithName retrieves all vpclattice.Rule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVpcLatticeServiceNetworkServiceAssociationWithName ¶
func (t *Template) GetVpcLatticeServiceNetworkServiceAssociationWithName(name string) (*vpclattice.ServiceNetworkServiceAssociation[any], error)
GetVpcLatticeServiceNetworkServiceAssociationWithName retrieves all vpclattice.ServiceNetworkServiceAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVpcLatticeServiceNetworkVpcAssociationWithName ¶
func (t *Template) GetVpcLatticeServiceNetworkVpcAssociationWithName(name string) (*vpclattice.ServiceNetworkVpcAssociation[any], error)
GetVpcLatticeServiceNetworkVpcAssociationWithName retrieves all vpclattice.ServiceNetworkVpcAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVpcLatticeServiceNetworkWithName ¶
func (t *Template) GetVpcLatticeServiceNetworkWithName(name string) (*vpclattice.ServiceNetwork[any], error)
GetVpcLatticeServiceNetworkWithName retrieves all vpclattice.ServiceNetwork items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVpcLatticeServiceWithName ¶
GetVpcLatticeServiceWithName retrieves all vpclattice.Service items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetVpcLatticeTargetGroupWithName ¶
func (t *Template) GetVpcLatticeTargetGroupWithName(name string) (*vpclattice.TargetGroup[any], error)
GetVpcLatticeTargetGroupWithName retrieves all vpclattice.TargetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFByteMatchSetWithName ¶
GetWAFByteMatchSetWithName retrieves all waf.ByteMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFIPSetWithName ¶
GetWAFIPSetWithName retrieves all waf.IPSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalByteMatchSetWithName ¶
func (t *Template) GetWAFRegionalByteMatchSetWithName(name string) (*wafregional.ByteMatchSet[any], error)
GetWAFRegionalByteMatchSetWithName retrieves all wafregional.ByteMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalGeoMatchSetWithName ¶
func (t *Template) GetWAFRegionalGeoMatchSetWithName(name string) (*wafregional.GeoMatchSet[any], error)
GetWAFRegionalGeoMatchSetWithName retrieves all wafregional.GeoMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalIPSetWithName ¶
GetWAFRegionalIPSetWithName retrieves all wafregional.IPSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalRateBasedRuleWithName ¶
func (t *Template) GetWAFRegionalRateBasedRuleWithName(name string) (*wafregional.RateBasedRule[any], error)
GetWAFRegionalRateBasedRuleWithName retrieves all wafregional.RateBasedRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalRegexPatternSetWithName ¶
func (t *Template) GetWAFRegionalRegexPatternSetWithName(name string) (*wafregional.RegexPatternSet[any], error)
GetWAFRegionalRegexPatternSetWithName retrieves all wafregional.RegexPatternSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalRuleWithName ¶
GetWAFRegionalRuleWithName retrieves all wafregional.Rule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalSizeConstraintSetWithName ¶
func (t *Template) GetWAFRegionalSizeConstraintSetWithName(name string) (*wafregional.SizeConstraintSet[any], error)
GetWAFRegionalSizeConstraintSetWithName retrieves all wafregional.SizeConstraintSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalSqlInjectionMatchSetWithName ¶
func (t *Template) GetWAFRegionalSqlInjectionMatchSetWithName(name string) (*wafregional.SqlInjectionMatchSet[any], error)
GetWAFRegionalSqlInjectionMatchSetWithName retrieves all wafregional.SqlInjectionMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalWebACLAssociationWithName ¶
func (t *Template) GetWAFRegionalWebACLAssociationWithName(name string) (*wafregional.WebACLAssociation[any], error)
GetWAFRegionalWebACLAssociationWithName retrieves all wafregional.WebACLAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalWebACLWithName ¶
GetWAFRegionalWebACLWithName retrieves all wafregional.WebACL items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalXssMatchSetWithName ¶
func (t *Template) GetWAFRegionalXssMatchSetWithName(name string) (*wafregional.XssMatchSet[any], error)
GetWAFRegionalXssMatchSetWithName retrieves all wafregional.XssMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRuleWithName ¶
GetWAFRuleWithName retrieves all waf.Rule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFSizeConstraintSetWithName ¶
func (t *Template) GetWAFSizeConstraintSetWithName(name string) (*waf.SizeConstraintSet[any], error)
GetWAFSizeConstraintSetWithName retrieves all waf.SizeConstraintSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFSqlInjectionMatchSetWithName ¶
func (t *Template) GetWAFSqlInjectionMatchSetWithName(name string) (*waf.SqlInjectionMatchSet[any], error)
GetWAFSqlInjectionMatchSetWithName retrieves all waf.SqlInjectionMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFWebACLWithName ¶
GetWAFWebACLWithName retrieves all waf.WebACL items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFXssMatchSetWithName ¶
GetWAFXssMatchSetWithName retrieves all waf.XssMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2IPSetWithName ¶
GetWAFv2IPSetWithName retrieves all wafv2.IPSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2LoggingConfigurationWithName ¶
func (t *Template) GetWAFv2LoggingConfigurationWithName(name string) (*wafv2.LoggingConfiguration[any], error)
GetWAFv2LoggingConfigurationWithName retrieves all wafv2.LoggingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2RegexPatternSetWithName ¶
func (t *Template) GetWAFv2RegexPatternSetWithName(name string) (*wafv2.RegexPatternSet[any], error)
GetWAFv2RegexPatternSetWithName retrieves all wafv2.RegexPatternSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2RuleGroupWithName ¶
GetWAFv2RuleGroupWithName retrieves all wafv2.RuleGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2WebACLAssociationWithName ¶
func (t *Template) GetWAFv2WebACLAssociationWithName(name string) (*wafv2.WebACLAssociation[any], error)
GetWAFv2WebACLAssociationWithName retrieves all wafv2.WebACLAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2WebACLWithName ¶
GetWAFv2WebACLWithName retrieves all wafv2.WebACL items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWisdomAssistantAssociationWithName ¶
func (t *Template) GetWisdomAssistantAssociationWithName(name string) (*wisdom.AssistantAssociation[any], error)
GetWisdomAssistantAssociationWithName retrieves all wisdom.AssistantAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWisdomAssistantWithName ¶
GetWisdomAssistantWithName retrieves all wisdom.Assistant items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWisdomKnowledgeBaseWithName ¶
GetWisdomKnowledgeBaseWithName retrieves all wisdom.KnowledgeBase items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesConnectionAliasWithName ¶
func (t *Template) GetWorkSpacesConnectionAliasWithName(name string) (*workspaces.ConnectionAlias[any], error)
GetWorkSpacesConnectionAliasWithName retrieves all workspaces.ConnectionAlias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesWebBrowserSettingsWithName ¶
func (t *Template) GetWorkSpacesWebBrowserSettingsWithName(name string) (*workspacesweb.BrowserSettings[any], error)
GetWorkSpacesWebBrowserSettingsWithName retrieves all workspacesweb.BrowserSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesWebIdentityProviderWithName ¶
func (t *Template) GetWorkSpacesWebIdentityProviderWithName(name string) (*workspacesweb.IdentityProvider[any], error)
GetWorkSpacesWebIdentityProviderWithName retrieves all workspacesweb.IdentityProvider items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesWebIpAccessSettingsWithName ¶
func (t *Template) GetWorkSpacesWebIpAccessSettingsWithName(name string) (*workspacesweb.IpAccessSettings[any], error)
GetWorkSpacesWebIpAccessSettingsWithName retrieves all workspacesweb.IpAccessSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesWebNetworkSettingsWithName ¶
func (t *Template) GetWorkSpacesWebNetworkSettingsWithName(name string) (*workspacesweb.NetworkSettings[any], error)
GetWorkSpacesWebNetworkSettingsWithName retrieves all workspacesweb.NetworkSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesWebPortalWithName ¶
GetWorkSpacesWebPortalWithName retrieves all workspacesweb.Portal items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesWebTrustStoreWithName ¶
func (t *Template) GetWorkSpacesWebTrustStoreWithName(name string) (*workspacesweb.TrustStore[any], error)
GetWorkSpacesWebTrustStoreWithName retrieves all workspacesweb.TrustStore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesWebUserAccessLoggingSettingsWithName ¶
func (t *Template) GetWorkSpacesWebUserAccessLoggingSettingsWithName(name string) (*workspacesweb.UserAccessLoggingSettings[any], error)
GetWorkSpacesWebUserAccessLoggingSettingsWithName retrieves all workspacesweb.UserAccessLoggingSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesWebUserSettingsWithName ¶
func (t *Template) GetWorkSpacesWebUserSettingsWithName(name string) (*workspacesweb.UserSettings[any], error)
GetWorkSpacesWebUserSettingsWithName retrieves all workspacesweb.UserSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesWorkspaceWithName ¶
GetWorkSpacesWorkspaceWithName retrieves all workspaces.Workspace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetXRayGroupWithName ¶
GetXRayGroupWithName retrieves all xray.Group items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetXRayResourcePolicyWithName ¶
GetXRayResourcePolicyWithName retrieves all xray.ResourcePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetXRaySamplingRuleWithName ¶
GetXRaySamplingRuleWithName retrieves all xray.SamplingRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.