Examples of using
Getatt function
in English and their translations into Spanish
{-}
Colloquial
Official
To get these attributes,you use the Fn:: GetAtt function.
Para obtener estos atributos,utilice la función Fn:: GetAtt.
The GetAtt function is used to get the SourceSecurityGroup.
La función GetAtt se utiliza para obtener las propiedades SourceSecurityGroup.
A list of resource attributes that you can use in an Fn:: GetAtt function.
Una lista de atributos de recursos que puede utilizar en una función Fn:: GetAtt.
In the snippet,the Fn:: GetAtt function gets the ARN of the user1 resource.
En el fragmento,la función Fn:: GetAtt obtiene el ARN del recurso user1.
For primitive return values,the type of primitive value that the Fn:: GetAtt function returns for the attribute.
Para valores devueltos primitivos,el tipo de valor que la función Fn:: GetAtt devuelve para el atributo.
The Fn:: GetAtt function returns the UniqueId and Data as a name/value pair within a JSON structure.
La función Fn:: GetAtt devuelve los valores UniqueId y Data como un par nombre-valor dentro de una estructura JSON.
Indicates whether to mask the output of the custom resource when it's retrieved by using the Fn:: GetAtt function.
Indique si se enmascara la salida del recurso personalizado cuando se recupera con la función Fn:: GetAtt.
You will notice that the Fn:: GetAtt function lists its two parameters in an array.
Observará que la función Fn:: GetAtt enumera sus dos parámetros en una matriz.
For example, if the type value is List and the primitive item type value is String,the Fn:: GetAtt function returns a list of strings.
Por ejemplo, si el valor del tipo es List y el valor del tipo de elemento primitivo es String,la función Fn:: GetAtt devuelve una lista de cadenas.
The Fn:: GetAtt function takes two parameters, the logical name of the resource and the name of the attribute to be retrieved.
La función Fn:: GetAtt tiene dos parámetros, el nombre lógico del recurso y el nombre del atributo que debe recuperarse.
Similarly, the ImportValue function can't include Ref or GetAtt functions that depend on a resource.
De igual modo, la función ImportValue no puede incluir las funciones Ref ni GetAtt que dependen de un recurso.
In the snippet,the Fn:: GetAtt function gets the ARN for the myuser resource and the Ref function gets the ARN for the mytopic resource.
En el fragmento,la función Fn:: GetAtt obtiene el ARN del recurso myuser y la función Ref obtiene el ARN para el recurso mytopic.
For outputs, the value of the Name property of an Export can't use Ref or GetAtt functions that depend on a resource.
Para los resultados, el valor de la propiedad Name de Export no puede usar las funciones Ref ni GetAtt que dependen de un recurso.
You use the GetAtt function with the nested stack's logical name and the name of the output value in the nested stack in the format Outputs.
Puede utilizar la función GetAtt del nombre lógico de la pila anidada y el nombre del valor de salida en la pila anidada en el formato Outputs.
Use the TargetGroupName attribute with the Fn:: GetAtt function to get the name of an Elastic Load Balancing target group.
Utilice el atributo TargetGroupName con la función Fn:: GetAtt para obtener el nombre de un grupo de objetivos de Elastic Load Balancing.
The following template creates a CloudFront distribution resource that specifies the DNS name of an S3 bucket resource using Fn:: GetAtt function to get the bucket's DomainName attribute.
La siguiente plantilla crea un recurso de distribución de CloudFront que especifica el nombre de DNS de un recurso de bucket de S3 utilizando la función Fn: GetAtt para obtener el atributo DomainName del bucket.
Use the CidrBlockAssociations attribute with the Fn:: GetAtt function to get a list of IPv4 CIDR block association IDs associated with the VPC.
Utilice el atributo CidrBlockAssociations con la función Fn:: GetAtt para obtener una lista de IDs de asociación de bloques de CIDR IPv4 asociada a la VPC.
Because the VpcSecurityGroupIds property requires security groupIDs(not security group names), the template snippet uses the Fn:: GetAtt function instead of a Ref function on the ElasticacheSecurityGroup resource.
Dado que la propiedad VpcSecurityGroupIds requiere losID de los grupos de seguridad, el fragmento de código de plantilla utiliza la función Fn:: GetAtt en lugar de una función Ref en el recurso ElasticacheSecurityGroup.
If you used the Ref function or the Fn:: GetAtt function to specify an attribute from an updated resource as part of a property value in another resource in the template, AWS CloudFormation also updates the resource that contains the reference to the property that has changed.
Si utilizó la función Ref o la función Fn:: GetAtt para especificar un atributo de un recurso actualizado como parte de un valor de propiedad en otro recurso en la plantilla, AWS CloudFormation también actualiza el recurso que contiene la referencia a la propiedad que ha cambiado.
In addition, if you use the default VPC for your AWS account,you must use the Fn:: GetAtt function and the GroupId attribute to retrieve security group IDs instead of the Ref function..
Además, si utiliza la VPC predeterminada para su cuenta de AWS,debe utilizar la función Fn:: GetAtt y el atributo GroupId para recuperar los ID de grupo de seguridad en lugar de la función Ref.
PublicIp}, AWS CloudFormation returns the same values as if you used the Fn:: GetAtt intrinsic function.
PublicIp}, AWS CloudFormation devuelve los mismos valores que si utiliza la función intrínseca Fn:: GetAtt.
The Fn:: GetAtt intrinsic function returns the value of an attribute from a resource in the template.
La función intrínseca Fn:: GetAtt devuelve el valor de un atributo de un recurso de la plantilla.
The output uses an Fn:: GetAtt intrinsic function to get the public IP of the web server instance.
La salida utiliza una función intrínseca Fn:: GetAtt para obtener la IP pública de la instancia del servidor web.
The execution role, which is declared elsewhere in the template,is specified by using the Fn:: GetAtt intrinsic function in the Role property.
El rol de ejecución, que se declara en otra parte de la plantilla,se especifica usando la Fn:: GetAtt función intrínseca de la propiedad Role.
The AliasTarget property specifies the hosted zone ID andDNS name for the myELB LoadBalancer by using the GetAtt intrinsic function to retrieve the CanonicalHostedZoneNameID and DNSName properties of myELB resource.
La propiedad AliasTarget especifica el ID de zona hospedada yel nombre de DNS para myELB LoadBalancer mediante la función intrínseca GetAtt para recuperar las propiedades CanonicalHostedZoneNameID y DNSName para el recurso myELB.
This value can't exceed 32 characters, so you should use the Name property of the target group, orthe TargetGroupName attribute with the Fn:: GetAtt intrinsic function, as shown in the following example.
Este valor no puede superar los 32 caracteres, por lo que debe utilizar la propiedad Name de grupo de destino, o bienel atributo TargetGroupName con la función intrínseca Fn:: GetAtt, tal y como se muestra en el siguiente ejemplo.
To associate a function with a custom resource, you specify the Amazon Resource Name(ARN) of the function for the ServiceToken property,using the Fn:: GetAtt intrinsic function.
Para asociar una función con un recurso personalizado, debe especificar el nombre de recurso de Amazon(ARN) de la función de la propiedad ServiceToken,utilizando la Fn:: GetAtt función intrínseca.
The Ref and Fn:: GetAtt intrinsic functions are often used to supply values for CloudWatch metric dimensions.
Las funciones intrínsecas Ref y Fn:: GetAtt se utilizan con frecuencia para suministrar valores para las dimensiones métricas de CloudWatch.
Español
Dansk
Deutsch
Français
हिंदी
Italiano
Nederlands
Português
Русский
Tagalog
عربى
Български
বাংলা
Český
Ελληνικά
Suomi
עִברִית
Hrvatski
Magyar
Bahasa indonesia
日本語
Қазақ
한국어
മലയാളം
मराठी
Bahasa malay
Norsk
Polski
Română
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Turkce
Українська
اردو
Tiếng việt
中文